/* CSS Document */

html, body {
	width:100%;
	height:auto;
	padding:0;
	margin:0;
	background-color: #99bbcc;
}
	
html {
	overflow: auto;
	overflow-y: scroll;
}

body {
	padding-top:20px;
}

body,td,th {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	line-height: 19px;
	color: #555555;
}
p {
	padding:0;
	margin:0;
	line-height: 19px;
}

a img {
	border:none;
}
a {
	text-decoration: none;
	color: #88AABB;
}
a:hover {
	text-decoration: none;
	color: rgb(190,190,200);
}

h1 {
	color: #88aabb;
	margin:0px;
	padding:0;
	line-height: 19px;
	font-size: 11px;
	font-weight: bold;
	margin-bottom:19px;
}	

h2 {
	color: #88aabb;
	margin:0px;
	padding:0;
	font-size: 11px;
	font-weight: normal;
	line-height: 19px;
}	


#hintergrund {
	width:700px;
	border:2px solid #777777;
	margin-top:20px;
	margin-bottom:60px;
	margin-left:auto;
	margin-right:auto;
	padding-top:20px;
	padding-bottom:20px;
	background-color:#FFFFFF;
	position:relative;
}
	
#headerbild {
	width:660px;
	height:200px;
	margin:auto;
}

#leiste {
	width:660px;
	height:30px;
	margin:auto;
}

#navileiste {
	width:660px;
	height:30px;
	background-color:#bebeca;
	margin:auto;
	position:relative;
}

#sternchen {
	width:25px;
	height:27px;
	padding-left:5px;
	padding-top:3px;
	position:absolute;
	top:0;
	left:0;
}
#sprachswitch {
	position:absolute;
	top:224px;
	right:0;
	padding-right:20px;
	color:#fff;
}
#sprachswitch a {
	color:#fff;
	padding:0 10px;
}
#sprachswitch a:hover {
	color: #555555;
}
.clear {
	clear:both;
}

#inhalt {
	width:640px;
	height:auto;
	margin:auto;
	padding-top:20px;
	padding-right:10px;
	padding-left:10px;
	padding-bottom:10px;
	border:none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height: 19px;
	color:#555555;
	text-align: left;
}
#kontakt {
	width:650px;
	height:18px;
	margin:auto;
	padding-right:10px;
	padding-top:7px;
	padding-bottom:6px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#555555;
	text-align: right;
}	
	




#kontakt a {
	color: #555555 !important;
}
#kontakt a:hover {
	text-decoration: none;
	color: #88AABB !important;
}


.bildrahmen {
	
	width:200px;
	float:right;
	margin-left: 30px;
	margin-bottom: 5px;
}
.bildrahmen img {
}
.bildrahmen .bildtext {
	font-size:11px;
}
table {
	border-collapse:collapse;
}
td {
	vertical-align:top ;
}
.projekte img {
	border:1px solid #DDDDDD !important;
}
.projekte td {
	padding-bottom:10px;
}
	
