@charset "UTF-8";
/* CSS Document */

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	/*letter-spacing: 1px;*/
	font-weight: lighter;
	color: #0f7387;
	line-height:13px;
}
a:link {
	color: #0f7387;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0f7387;
}
a:hover {
	text-decoration: none;
	color: #FF0000;
}
a:active {
	text-decoration: none;
	color: #0f7387;
}
h1 {
	font-size: 92px;
	color: #FFFFFF;
	letter-spacing: 9px;
}
h2 {
	font-size: 26px;
	color: #FFFFFF;
	letter-spacing: 4px;	
}
h3 {
	font-size: 25px;
	color: #50AFB5;
	letter-spacing: 5px;
}
h4 {
    font-size: 39px;
	color: #fff;
	letter-spacing: 1px;
	margin: 0;
	padding: 0;

}
h5 {

}
hr {
	color:#FFFFFF;
	
	border:0;
	
}
.extend {
	letter-spacing: 7px;
	font-size: 25px;
}
.smaller {
	font-size: 22px;
}
.bigger {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:15px;
	letter-spacing: 1px;
	line-height: 18px;
	color: #0f7387; 
}
.bigger2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:30px;
	letter-spacing: 1px;
	line-height: 6px;
	color: #0f7387; 
}
.white {
	color:#FFFFFF; !important
}
.red {
	color:#FF0000; !important
}
.shadow {
	-moz-box-shadow: 8px 10px 20px #0f7387;
 	 -webkit-box-shadow: 8px 10px 20px #0f7387;
 	 box-shadow: 8px 10px 20px #0f7387;
   	 behavior: url(ie-css3.htc); /* This lets IE know to call the script on all elements which get the 'box' class */;
}
.shadow2 {
	-moz-box-shadow: 3px 6px 10px #0f7387;
 	 -webkit-box-shadow: 3px 6px 10px #0f7387;
 	 box-shadow: 3px 6px 10px #0f7387;
   	 behavior: url(ie-css3.htc); /* This lets IE know to call the script on all elements which get the 'box' class */;
}
.insert {
	margin-top:15px;
}
.gallerylink {
	height:55px;
	padding:10px 0;
	background-image: url(../images/page/startseite/red-arrow.png);
	background-repeat: no-repeat;
	background-position: 143px 3px;
	width:200px;
}
#wrapper {
	height: 720px;
	width: 900px;
	margin: 30px auto;
	background-image: url(../images/page/info/backblock.jpg);	
}
#header1 {
	height: 50px;
    left: 80px;
    position: relative;
    top: 45px;
    
}
#header2 {
	height: 50px;
    left: 80px;
    position: relative;
    top: -15px;
    
}
#header3 {
	height: 50px;
	left: 80px;
	position: relative;
	top: -9px;
	
}
#blockholder {
	left: 80px;
	position: relative;
	width: 700px;
}
/*#colleft {
	width: 156px;
	height: 338px;
	float:left;
	background-image: url(../images/backgrounds/colback.png);	
	padding: 15px 9px 15px 9px;
}*/
#colmiddle {
	width: 275px;
	height: 338px;
	float:left;
	margin-left: 6px;
	background-image: url(../images/backgrounds/colback.png);
	padding: 15px 9px 15px 9px;
	overflow:auto;
}

#colright {
	width: 342px;
	height: 338px;
	float:left;
	margin-left: 6px;
	background-image: url(../images/backgrounds/colback.png);
	padding: 15px 9px 15px 9px;
}
#colright a {
	color:#fff;
}
#colright a:hover {
	text-decoration: none;
	color: #FF0000;
}
#piccontainer {
	right:38px;
	top:40px;
	position:absolute;
}
.picbox {
	width:100px;
	height:80px;
}
.clearing {
	clear: both;
}
#footer {
	width:670px;
	height:100px;
	padding: 20px 0px 0px 85px;
}
/*Anfang Menu*/
.menu {

}
.menu ul {
	margin:0;
	padding:0;
}
.menu ul li {
	list-style: none;
	color: #FF0000;
	display: inline;
	margin-right:17px;
	padding-right:17px;
	border-right-width:thin;
	border-right-style:solid;
	border-right-color:#FFFFFF;
	line-height:28px;
	letter-spacing:1px;
	
}
.menu ul li a {
	color: #FFFFFF;
	text-decoration: none;	
}
.menu ul li a:hover {
	color:#FF0000;
}
.menu ul li a:active {
	color:#FF0000;
}
.menu ul li a:current {
	color:#FF0000;
}
.menu .last {
border-right: none; !important
}

/*Ende Menu*/
	
a img {
text-decoration: none;
border: 0;
}