/*
---------------------------------------------------------
Anwendbare Dokumentenstile
---------------------------------------------------------
*/

h2 {
	font-size: 22px;
	font-weight: bold;
}


h3 {
	font-size: 16px;
	font-weight: bold;
	line-height: 5px;
}

.Zwischentitel {
	font-size: 16px;
	font-weight: bold;
}

.legend {
	font-size: 10px;
	font-style:italic;
}

.normal {
	font-size: 14px;
	font-style:normal;
	font-weight:normal;
}

.Zwischentitel_rot {
	font-size: 16px;
	font-weight: bold;
	color: #CC0000;
}

.reddotlist {
	list-style-position: outside;
	list-style-type: square;
	list-style: url(img/comp/listdotred.gif)
	}

/*
---------------------------------------------------------
General
---------------------------------------------------------
*/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	vertical-align: text-top;
	text-align: left;
	font-style: normal;
	font-weight: normal;
}
#content {
	background-attachment: scroll;
	background-image: url(img/comp/bg.jpg);
	background-repeat: no-repeat;
}

#inhalt {
	overflow:auto;
	width: 710px;
	height: 460px;
	
}

#inhalt a {
	color: #000099;
	text-decoration:none;
	}
	
#inhalt a:hover {
	text-decoration:underline;
	color: #333333;
	}

/*
---------------------------------------------------------
Navigation
---------------------------------------------------------
*/

#nav {
	width: 470px;
	/*float: right;*/
	padding-right:10px;

}

#nav a {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #666666;
	display: block;
}

#nav a:hover {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #CC0000;
	text-decoration: none;
	display: block;
	background-color: #CCCCCC;
}

/*
---------------------------------------------------------
Subnavigation
---------------------------------------------------------
*/




#subnav dl {
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	list-style-position: inside;
	list-style-type: disc;
	/*left: 10px;*/
	color: #333333;
	display: block;
}


#subnav dl a {
	text-decoration: none;
	color: #333333;
	font-size: 12px;
	/*white-space: nowrap;  verhindert den Zeilenumbruch*/
}

#subnav dl a:hover {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #666666;
}

/*
---------------------------------------------------------
Subsubnavigation
---------------------------------------------------------
*/

#subnav ul {
	font-size: 11px;
	font-style: italic;
	text-decoration: none;
	list-style-type: none;
	color: black;
	display: block;
	font-weight: bold;
	font-family: "Arial Narrow";
}

#subnav ul a {
	text-decoration: none;
	color: #333333;
}

#subnav ul a:hover {
	text-decoration: none;
	color: #CC0000;
	background-color: #CCCCCC;
}

#subnav  {
	font-size: 12px;
	font-style: normal;
	text-decoration: none;
	list-style-type: none;
	color: black;
	display: block;
	font-weight: bold;
}

#subnav  a {
	text-decoration: none;
	color: #333333;
}

#subnav  a:hover {
	text-decoration: none;
	color: #CC0000;
	background-color: #CCCCCC;
}

/*
---------------------------------------------------------
Buildings
---------------------------------------------------------
*/

#adds {
	font-size: 12px;
	color: #999999;
	vertical-align: bottom;
	bottom: auto;
	text-align: center;
	float: bottom;
}

#adds a {
	color:#999999;
	text-decoration: none;
}



#adds a:hover {
	color:#CC0000;
	}

#realizer {
	font-size: 10px;
	color: #999999;
	vertical-align: bottom;
	bottom:80;
	text-align: right;
	z-index:1;
}
#content #subnav ul {
	list-style-position: outside;
	padding-left: 10px;
}


#realizer a {
	text-decoration: none;
	color: #999999;
	text-align:center;
}

#realizer a:hover {
	color:#999999;
}

