.contactline
{
	position:absolute;
	padding-top: 2px;
	font-weight:bold;
}

.contactinput
{
	position: absolute;
	margin-left: 180px;
}

.contactwarn
{
	position:absolute;
	padding-top: 2px;
	font-weight:bold;
	color:#FF0000;
}

.button 
{
	font-family: arial, helvetica, verdana, sans-serif;
	font-size: 11pt; 
	display: block; 
	text-decoration: none; 
	width: 135px; 
	min-height: 20px;
	max-height: 40px;
	text-align: left; 
	color: black; 
	border-bottom: 1px solid gray;
	background:   #e3e3e3;
	padding: 2px 5px;
} 

.button:active 
{ 
	color: #fff;
	background-color: #6495ed;
} 

body
{
	background-color: #EDF0EB;
	font-family: arial, helvetica, verdana, sans-serif;
	font-size: 85%;
}

a:hover, a:active
{
	color: #fff;
	background-color: maroon;
}	

h2
{
	color: navy;
	font-family: arial, helvetica, verdana, sans-serif;
	font-size: 150%;
	font-weight: bold;
	margin: 0 0 2px 0;
}

h3
{
	color: blue;
	font-family: arial, helvetica, verdana, sans-serif;
	font-size: 120%;
	font-weight: bold;
	margin-top: 0;
}

#container
{
	max-width: 1060px;
	min-width: 900px;
	margin: 10px auto;
	background-color: #ABB5CD;
	color: #333;
	border: 1px solid gray;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;

}

#headblock
{
	padding: 0em;
	background-color: #ddd;
	border-bottom: 1px solid gray;
	height: 90px;
	background-image: url(../bilder/skyline.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;

}

#top h1
{
	padding: 0;
	margin: 0;
}

#leftnav
{
	float: left;
	margin: 0;
	color: #272900;
}

#leftnav ul
{
	margin-top: 0;
	margin-right: 0;
	padding: 0;
	list-style-type: none;
}
	
#leftnav li
{
	display: block;
	padding: 0;
}
	
#leftnav li a
{
	text-decoration: none;
	color: #272900;
}
	
#leftnav li a:hover
{
	text-decoration: none;
	color: #fff;
	background-color: #6495ed;
}

#content
{
	margin-left: 145px;
	border-left: 1px solid gray;
	padding-top: 5px;
	padding-bottom: 1em;
	padding-left: 1em;
	padding-right: 1em;
	background-color: #fff;
}

#imgcontent
{
	text-align: center;
	min-height: 400px;
	margin-left: 145px;
	border-left: 1px solid gray;
	padding-top: 5px;
	padding-bottom: 1em;
	padding-left: 1em;
	padding-right: 1em;
	background-color: #fff;
}

#imgcontent img
{
	border-style: none;
}

#imgcontent a:hover, a:active
{
	background-color: #fff;
	color: #a0f;
}

.galleryhead
{
	margin-left: 145px;
	background-color: #fff;
	font-size: 90%;
	border-left: 1px solid gray;
	padding-left: 1em;
	padding-right: 1em;
	padding-bottom: 5px;
}

.gallery
{
	height: 90px;
	font-size: 90%;
	margin-left: 145px;
	border-left: 1px solid gray;
	padding-top: 1px;
	padding-bottom: 5px;
	padding-left: 1em;
	padding-right: 1em;
	background-color: #fff;
}

.gallery ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 80%;
}

.gallery li 
{
	display: block;
	text-align: center;
	margin-right: 1.85%;
	float: left;
	width: 10%;
}

.gallery img
{
	border-style: none;
	width: 80px; 
	height: 66px;
}


.gallery li a:hover, a:active
{
	background-color: #fff;
	color: #a0f;
}

.imagefloat 
{ 
	float: left; 
	margin-right:20px;
}

#footer
{
	clear: both;
	margin: 0;
	color: #272900;
	text-align: right;
	padding: 5px;
	font-size: 90%;
	border-top: 1px solid gray;
}
