/* Stylesheet definitions for www.bauart-ka.de */

body,div,p, h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 18px;
	letter-spacing: 2px;
}

a {
	color:#000000;
	text-decoration: none;
}

a:hover {
	font-weight:bold;
}

body {
	height:100%;
	margin:0px;
	padding:0px;
/* Finale Farbwahl */
	/*background:#86d74a; /*Frühjahr*/
	/*background:#feb51e; /*Sommer*/
	background:#ef7727; /*Herbst3*/
	/*background:#97cad5; /*Winter3*/	
	/*background:#eea746; Herbst4*/


	
}

table {
	border:0px;
	width:100%;
	padding:0px;
	border-collapse:collapse;	
}

 div.message  table {
	margin:20px 0px 0px 0px;
}

td.narrow {
	width:38%;
}

h2 {
	font-weight:bold;
	margin:0px;
	padding:0px;
	background:#ffffff;	
}

div#main_box_outer_frame {
	width:100%;
	position:absolute;
	top:50%;
}

div#main_box {
	position:absolute;
	top:-220px;
	height:362px;
	width:100%;
	margin:0px;
	padding:0px;
}

div#head {
	position:absolute;
	top:0px;
	left:50%;
	width:50%;
	height:31px;
	overflow:visible;
}

div#main_content {
	position:absolute;
	top:31px;
	width:100%;
	height:300px;
	overflow:hidden;
}

div#navigation {
	position:absolute;
	top:0px;
	right:0px;
	width:49.9%;
	height:50px;
	background:#ffffff;
	overflow:hidden;	
}

div#content_with_subtitle {
	position:absolute;
	top:50px;
	right:0px;
	width:49.9%;
	background:#ffffff;
	height:160px;
	overflow:auto;
}

div#content_without_subtitle {
	position:absolute;
	top:50px;
	right:0px;
	width:49.9%;
	background:#ffffff;
	height:240px;
	overflow:auto;
}

div#diashow {
	position:absolute;
	top:0px;
	width:49.9%;
	height:300px;
	overflow:hidden;
}

div#subtitle_diashow {
	position:absolute;
	right:0px;
	width:49.9%;
	background:#ffffff;
}

div.subtitle_diashow_visible {
	top:210px;
	height:90px;	
}

div.subtitle_diashow_hidden {
	top:290px;
	height:10px;
}

div#foot {
	position:absolute;
	top:331px;
	width:100%;
	height:31px;
}

/* Headlines */

h1 {
	position:relative;
	left:-88px;
	width:243px;
	margin:0px;
	padding:0px;
	font-size: 13px;
	color: #000000;
	font-weight:normal;
}

.h1_bauart {
	color:#000000;
}

.h1_architekturplanung {
	color:#000000;
}

.bauart_letter_spacing {
	font-weight: bold;
	letter-spacing: 8px;
}

/* Menues */

ul {
	padding:0px;
	margin:0px;
	margin-top:5px;
}

li {
	display:inline;
	text-align:center;
	/*height:300px;*/
}

ul#menu {
	width:600px;
	overflow:visible;
}

ul#menu a{
	font-size:11px;
	padding-left:10px;
	padding-right:10px;	
}

a.actual {
	font-weight:bold;
}

a.home, a.home:visited {
	width:25px;
	background:url(../Content/Bilder/Common/home.gif) no-repeat center center;
}

a.home:hover, a.home:active {
	width:25px;
	background:url(../Content/Bilder/Common/homer.gif) no-repeat center center;
}

ul#submenu {
	overflow:visible;	
	margin-left:15px;
}

ul#submenu  a{
	font-size:11px;
	padding-left:5px;
	padding-right:5px;	
}

/* Text_messages */

div.textbox {
	/*background-color:#00ffff;*/
	padding-left:20px;
	padding-right:20px;
	overflow:auto;
	float:left;
	width:510px;
}

div.message {
	padding-top:6px;
	text-align:justify;
	color:#2f6185;
}

div.subtitle {
	position:absolute;
	top:0px;
	left:0px;
	text-align:left;	
	padding-top:10px;
	height:80px; 
	color:#000000;
}

div#diashow img {
	position:absolute;
	right:0px;
	margin:0px;
	height:300px;
	/*float:right;*/
	}	
	
.bold {
	font-weight: bold;
}