/* -----------------------------------------------------------------------
/* Blau 26/26/100 88/58/14/33 1a3864	#184a77
/* Grau 1: 75/75/75 53/44/42/44 #4b4b4b
/* Grau 2: 212/212/212 15/11/12/1 #d4d4d4
/* ----------------------------------------------------------------------- */ 

body {
	background-color: #000;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 10pt;
	line-height: 140%;
	color: #000;
}

a {
	text-decoration: none;
}
a img {
	border: none;
}

h1 {
	font-size: 18pt;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 9px;
}

h2 {
	font-size: 18pt;
	font-weight: bold;
	margin-bottom: 9px;
	line-height: 110%;
}

h3 {
	font-size: 12pt;
	font-weight: bold;
	margin-bottom: 9px;
}

h4 {
	font-size: 12pt;
	font-weight: bold;
	margin-bottom: 3px;
}

hr {
	border: none;
	height: 1px;
	padding: 0;
	margin: 10px 0;
	border-top: 1px solid #184a77;
}
hr.project_top {
	margin-top: 12px;
}
hr.project_bottom {
	margin-bottom: 12px;
}
hr#last_line {
	margin-bottom: 0;
}

#superbgimage {
	position: fixed;
}
#preloading {
	position: absolute;
	top: 200px;
	left: 49%;
	padding: 10px;
	background-color: #fff;
	border: 1px solid #999;
}

#head #home {
	float: right;
	margin-right: 10px;
	margin-top: 1px;
	margin-bottom: -1px;
}
#head #home a {
	font-size: 8pt;
	text-transform: uppercase;
	font-weight: bold;
	color: #444;
}
#head #home a:hover {
	color: #000;
}
#head.image_mode #home {
	display: none;
}

#content #project_images_link {
	float: right;
}
#content #project_images_link a {
	color: #4b4b4b;
	font-weight: bold;
	background-color: #d4d4d4;
	text-transform: uppercase;
	padding: 0 2px;
}
#content #project_images_link a:hover {
	color: #fff;
	background-color: #184a77;
}

/* Projektbilder-Navigation */
#image_navbar {
	display: none;
	color: #fff;
	background-color: #3c3c3c;
	height: 19px;
	width: 567px;
	font-size: 8pt;
	padding-top: 2px;
	padding-left: 15px;
}
#image_navbar #project_images div {
	float: left;
	text-transform: uppercase;
	margin-left: 5px;
	margin-right: 5px;
}
#image_navbar #project_plans div {
	float: left;
	text-transform: uppercase;
	margin-left: 5px;
}
#image_navbar div.spacer {
	float: left;
	width: 10px;
}

#image_navbar #project_images a, #image_navbar #project_plans a {
	display: block;
	float: left;
	width: 18px;
	height: 9px;
	padding: 0;
	margin-top: 4px;
	margin-right: 2px;
	background-color: #d4d4d4;
	text-indent: -1000px;
	overflow: hidden;
}

#image_navbar #project_images a:hover, #image_navbar #project_images a.current_icon, #image_navbar #project_plans a:hover, #image_navbar #project_plans a.current_icon {
	background-color: #184a77;
}

#image_navbar #project_controls {
	float: right;
	height: 20px;
	margin-right: 10px;
	margin-top: -18px;
}
#image_navbar #project_controls a#left_arrow, #image_navbar #project_controls a#right_arrow {
	display: block;
	float: left;
	width: 15px;
	height: 9px;
	margin-top: 3px;
	margin-right: 5px;
	background-image: url(../images/pfeil_l.png);
	background-repeat: no-repeat;
	text-indent: -2000px;
	overflow: hidden;
}
#image_navbar #project_controls a#right_arrow {
	background-image: url(../images/pfeil_r.png);
}
#image_navbar #project_controls a.close {
	font-size: 8pt;
	text-transform: uppercase;
	font-weight: normal;
	color: #fff;
	padding-right: 14px;
	margin-left: 20px;
	background-image: url(../images/close.png);
	background-repeat: no-repeat;
	background-position: center right;
}
#image_navbar #project_controls a.close:hover {
	background-image: url(../images/close_o.gif);
}

/* Eigentlicher Inhalt */

#wrapper {
	position: relative;
}

#head {
	width: 821px;
	height: 21px;
	margin: 0 auto;
	margin-top: 20px;
}
#head #logo {
	float: left;
	height: 21px;
	width: 240px;
}
#head #kopfleiste {
	float: left;
	background-color: #fff;
	background-image: url(../images/logo_type.gif);
	background-repeat: no-repeat;
	background-position: 20px 3px;
	height: 20px;
	width: 580px;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
}
#head.image_mode #kopfleiste {
	background: none;
	border: none;
}

#inner_container {
	width: 820px;
 	margin: 20px auto;
}
.standard#inner_container {
	background-color: #fff;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
}

#nav {
	padding: 20px 0 15px 20px;
	margin-left: 0;
}
.start #nav {
	background-color: #fff;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
}
/* Navigation 1. Ebene */
#nav .nav1 {
	vertical-align: bottom;
}
#nav .nav1 a {
	display: block;
	text-transform: uppercase;
	font-weight: bold;
	color: #4b4b4b;
	background-color: #d4d4d4;
	padding: 0 2px;
	line-height: 10pt;
	margin-bottom: 5px;	
}
#nav .nav1 a:hover, #nav .nav1 a.current {
	color: #fff;
	background-color: #184a77;
}
/* Navigation 2. Ebene */
#nav .nav2 {
	margin-top: 4px;
}
#nav .nav2 a {
	display: inline;
	background-color: #fff;
}
#nav .nav2 a:hover, #nav .nav2 a.current {
/*	color: #194f80;
	background-color: #fff; */
	color: #fff;
	background-color: #184a77;

}
/* Navigation 3. Ebene */
#nav .nav3 li {
	margin-left: 20px;
	line-height: 15px;
	margin-bottom: 5px;
}
#nav .nav3 a {
	text-transform: none;
	padding: 0;
	background-color: #fff;
}

#content {
	padding: 20px 0;
}

#content a {
	color: #000;
	background-color: #d4d4d4;
	padding: 0 2px;
}
#content a:hover {
	color: #fff;
	background-color: #184a77;
}

#content ul{
	list-style-type: square;
	list-style-position: outside;
	margin-left: 17px;
}
#content ol {
	list-style-type: decimal;
	list-style-position: outside;
	margin-left: 20px;
}

#content .text_rechts {
	margin-top: -3px;
}

.section {
	margin-bottom: 10px;
}

#bg {
}
