/* CSS Document */

/* General Definitions */

body { position:absolute; background:#000000; background-image: url(../images-design/bg_page.jpg); background-repeat: repeat-y; scrollbar-3dlight-colour: #cccc66; SCROLLBAR-ARROW-COLOR: #cccc66; SCROLLBAR-TRACK-COLOR: #000000; SCROLLBAR-SHADOW-COLOR: #1C1A1B; SCROLLBAR-DARKSHADOW-COLOR:#1C1A1B; SCROLLBAR-BASE-COLOR: #000000;
}

html, body { top:0; left:0; right:0; min-height:100%; margin:0; padding:0; width:100%; font-family: Arial, Verdana, Helvetica; font-size: 10px; color: #CCCCCC;}

/* Nur für den MSIE */

* html, * html body {
    overflow:hidden;
    bottom:0;
    height:100%;
}

h1 					{ font-size: 14px; color: #FFCC66;}
h2 					{ font-size: 10px; color: #ffcc66; background-color: #330000; display:inline; }
h3 					{ font-size: 12px; color: #FFCC66;}
h4 					{ font-size: 10px; color: #ffcc66; background-color: #330000;}
h5 					{ font-size: 10px; color: #ffcc66; background-color: #000000;}

.blackline 			{ border-top-width: thin; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: none; border-bottom-style: none; border-left-style: none; border-top-color: #000000; background-color: #333333;}

/* Links */
a:link 				{ font-size: 10px; color: #FFCC99; text-decoration: none;}
a:visited 			{ font-size: 10px; color: #FFCC99; text-decoration: none;}
a:hover 			{ font-size: 10px; color: #990000; text-decoration: underline;}
a:active 			{ font-size: 10px; color: #FF0000; text-decoration: none;}


/* Layers */

#left_cont 			{
	position:absolute;
	width:180px;
	height:586px;
	left:0px;
	top:0px;
	overflow: hidden;
}

#cont_nav 			{ position:absolute; width:650px; height:98px; left:180px; top:0px; margin:0px; padding:0px;}
#cont_subnav 		{ position:absolute; width:650px; height:35px; left:180px; top:100px; margin-bottom:3px; overflow:hidden; z-index:1;}

#cont_footer 		{ position:absolute; width:650px; height:60px; left:180px; bottom:0px; z-index:10; background-color: #000000;}

#cont_inhalt 		{
	position:absolute;
	width:650px;
	height:78%;
	left:180px;
	top:100px;
	margin-bottom:65px;
	overflow:auto;
	z-index:1;
}

#cont_inhalt2 		{
	position:absolute;
	width:650px;
	height:78%;
	left:180px;
	top:145px;
	margin-bottom:65px;
	overflow:auto;
	z-index:1;
}
