
@media all
{

/*****************
 * BODY
 *****************/
 
body{
	margin: 0;
	padding:0; 
	background:#98B8CA;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}	 

/*****************
 * DIVS
 *****************/
 
 * {
 	padding:0;
	margin:0;
 }

#surround { 
	background:#4E7993;
}

#header {	
	height:80px;
	background:#98B8CA;

}

#banner {	
	margin: 5px 0 0 380px;
}

#linetop {
	background: url(../images/bg_line_top.jpg);
	height: 60px;
}

#linebottom {
	background: url(../images/bg_line_bottom.jpg);
	height: 60px;
}

#piccolumn {
	/*background-color:#B50DA3;*/
	margin-left:50px;
	width:220px;
	float:left;
	height: 700px;
}

#page {
/*	background: url(../images/bg_piccolumn.jpg) no-repeat top;*/
	
}

#content {
	width:550px;
	margin-left:350px;
	min-height:720px;
}

#footer {	
	height:20px;
	background:#98B8CA;
}

#copy {	
	padding: 27px 20px 0 0;
	float:right;
}



#nav {   }




#header_start{
	border-bottom:1px solid #FFFFFF; 
	width:100%; 
	background:#98B8CA;
	margin:0;
	background-image : url(../images/line_top_fc_1.jpg);
	background-position : center bottom;
	background-repeat : no-repeat;
}

.center_column_start{
	margin:0 282px 0 0;
	position:relative;
	background:#4E7993;
	z-index:5;
}

#footer_start {
	width:100%;
	height:35px;
	border-top: solid #FFFFFF 1px; 
	background:#98B8CA;
	margin:0;
	font-weight:bold;
	padding-top:15px;
	background-image : url(../images/line_bottom_fc_1.jpg);
	background-position : center top;
	background-repeat : no-repeat;
	position:absolute;
	z-index:2;
	margin-top:500px;

}
.content_thumbs_right {
	float:right;
	border-top: 1px solid #B50DA3;
	border-bottom: 1px solid #B50DA3;
	padding: 3px 0 3px 0;
 }
 
 .content_thumbs_left {
	float:left;
	border-top: 1px solid #B50DA3;
	border-bottom: 1px solid #B50DA3;
	padding: 3px 0 3px 0;
 }

.content_element{
	padding:10px 25px 10px 25px;
	background-color:#134B6C;
}

.content_text{

}

.kasten{
	background-color:#FCFB8D;
	padding:5px;
}


.imageGallery{
	background-color:#FCFB8D;
	padding:15px;

}
.imageDescription{
	font-weight:bold;
	border: 1px solid #134B6C;
	background-color: #518065;
	padding:5px;
}

/*****************
 * Abstände & Clearer
 *****************/

div.absatzabstand {
	padding-top: 15px;
}

div.kleinerabstand {
	padding-top:2px;
	height:2px;
	font-size:2px;
}

div.floatclearer {
	clear:both;
	height: 1px;
	line-height: 1px;
	font-size: 1px;
}

/*****************
 * HR
 *****************/
hr {
	border: 1px solid #FCFB8D;
}

hr.white {
	border: 1px solid #FFFFFF;
} 
 
/*****************
 * HEADS
 *****************/
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 21px;
	margin-top:5px;
	margin-bottom:10px;
	border-bottom: solid 2px;
	font-weight: bold;
	border-color:#FCFB8D;
	font-variant : small-caps;
	color: #FCFB8D;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:16px;
	margin-top:5px;
	font-weight: bold;
	font-variant : small-caps;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	margin-top:5px;
	font-weight: bold;
	font-variant : small-caps;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	margin-top:5px;
	font-weight: bold;
	font-variant : small-caps;
}

/*****************
 * links
 *****************/
 
a, a:hover, a:visited {
	color: #044165;
	text-decoration:none;
} 

a:hover {
	text-decoration:underline;
}

/*****************
 * Listen
 *****************/
 
ul {
	list-style: square;
	color: #FFFFFF;
	padding-left:30px;
}

li {
	color:#FFFFFF;
}

/*****************
 * Navigation
 *****************/

#navigation {
	margin-left:330px;
	padding-top:6px;
	list-style:none;
}

ul.navigation {
	padding:0px;
}

ul.navigation li {
	float:left;
	list-style:none;
}

#navigation a:link, #navigation a:visited, #navigation a.active, active{
	background-color:#134B6C;
	display: block;
	color:#FFFFFF;
	font-size:16px;
	font-weight:bold;
	text-decoration:none;
	line-height:35px;
	padding:0 10px;
	font-variant : small-caps;
}

#navigation li{
	padding: 0 8px;
	letter-spacing:0.1em;
}

#navigation a:hover, #navigation a.active { 
	background-color:#FCFB8D;
	color:#134B6C;
}


/*****************
 * IMAGES
 *****************/

.borderit img{
	border: 2px solid #4E7993;
}

.borderit:hover img{
	border: 2px solid #FFFFFF;
}

.borderit:hover{
	color: red; /* irrelevant definition to overcome IE bug */
}

/*****************
 * TABLES
 *****************/


/*****************
 * FORMS
 *****************/

lable {
	font-weight:bold;
	padding:5px;
	display: block;
}
input {
	width:70%;
	font-weight:bold;
	display:block;
}

h.textarea {
	width:500px;
	font-weight:bold;
	display:block;}

input:focus,textarea:focus {
	background-color:#FCFB8D;
}



/*****************
 * DEBUG
 *****************/

div {
	border:0px solid red;
}

} /* ende @media all */
