﻿@import url("layout.css");
body {
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 0.8em;
	background-color: #f2f2f7;
	background-image: url("../images/background.gif");
	background-repeat: repeat;
	background-attachment: scroll;
}

/* Positionen und Eigenschaften der einzelnen Bereiche */

#unten
{
z-index:0;
}
#oben
{
	border-style: none;
	position: absolute;
	top: 9px;
	left: 50px;
	z-index:1;
}

#container {
	position:relative;
	width: 700px;
	margin: 10px auto;
}

#container_wide {
	position:relative;
	width: 980px;
	margin: 10px auto;
}

#masthead {
	width: 690px;
	border-top: 5px solid #dcdcdc;
	border-right: 5px solid #a9a9a9;
	border-bottom: 5px solid #808080;
	border-left: 5px solid #a9a9a9;
	background-color:black
}

#masthead h1 {
	font-size:26px;
	color:white;
	position:absolute;top:10px;left:320px
}	



#masthead h4 {
	font-size:13px;
	color:white;
	position:absolute;top:45px;left:320px
}	

#masthead a {
	color:white;
}	


#masthead_wide {
	width: 970px;
	border-top: 5px solid #dcdcdc;
	border-right: 5px solid #a9a9a9;
	border-bottom: 5px solid #808080;
	border-left: 5px solid #a9a9a9;
	background-color:black
}

#masthead_wide h1 {
	font-size:26px;
	color:white;
	position:absolute;top:10px;left:600px
}	

#masthead_wide h2 {
	font-size:13px;
	color:white;
	position:absolute;top:20px;left:20px
}	

#masthead_wide h4 {
	font-size:13px;
	color:white;
	position:absolute;top:45px;left:600px
}	

#masthead_wide a {
	color:white;
}	


#header {
	position:absolute;top:120px;
	border-top: 1px solid #dcdcdc;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #a9a9a9;
}

#header_wide {
	position:absolute;top:120px;
	border-top: 1px solid #dcdcdc;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #a9a9a9;
}

#navigation {
	position: absolute;top:162px;left:0px;
	width: 148px;
	border-top: 1px solid #dcdcdc;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #a9a9a9;
	background-color: #fff;
}

#content {
	position:absolute;top:162px;left:158px;
	width: 518px;
	padding: 10px;
	border-top: 1px solid #dcdcdc;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #a9a9a9;
	background-color: #fff;
	text-align:justify		
	}
	
#content_home {	
	height:1250px;
	background-color:white;
	width:518px
}
	
#content_wide {
	position:absolute;top:162px;left:158px;
	width: 802px;
	padding: 10px;
	border-top: 1px solid #dcdcdc;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #a9a9a9;
	background-color: #fff;
	text-align:justify		
	}

	
#sidebar {
	position:absolute;top:162px;left:705px;
	width: 250px;
	padding: 10px;
	border-top: 1px solid #dcdcdc;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #a9a9a9;
	background-color: #fff;
	text-align:left		
	}
	
#thumbnailframe {
	position:absolute;top:162px;left:705px;
	width: 250px;
	padding: 0px;
	border-top: 1px solid #dcdcdc;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #a9a9a9;
	background-color: #fff;
	text-align:left		
	}
	
#footer {
	display:none;
	position:relative;
	text-align: center;
	clear: both;
	width: 698px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: 1px solid #dcdcdc;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #a9a9a9;
	background-color: #fefeff;
	
}

#thumbnails {
	position: absolute;top:1175px;left:0px;
	background-color: #fff;

}

#thumbnails img {
	border:0px;
	padding:5px;
	background-color: #fff;

}
	

/* Schriftstile allgemein */
h6 {
	color: #3d6c87;
	margin-bottom:-10px
}

h5 {
	color: #3d6c87;
	margin-bottom:-10px
}
h4 {
	color: #3d6c87;
}
h3 {
	color: #3d6c87;
}
h2 {
	color: #3d6c87;
}

a {text-decoration:	none;
	color:#3d6c87
	}

a:hover {
	color: #33627d;
	text-decoration: underline;
}

.bold {
	font-weight: bold;
}
.italic {
	font-style: italic;
}


/* Bilder */

.image {
	padding: 5px;
	border: 1px solid #808080;
	width:505px
}

.image img {
	width:505px
		}
		
#foto_der_woche

{
	background-color:black;
	padding: 5px;
	border: 1px solid #808080;
	height:2200px;
	color:#FFFFFF
}

#foto_der_woche a
{
	color:white;
	text-decoration:underline;
}
	

#foto_der_woche img
{
	width:505px
}


.thumbnaillinks
{
	width: 175px; 
	height: 131px; 
	float: left; 
	margin-right:10px;
	margin-top:5px;
	margin-bottom:5px; 
	border-top: 3px solid #dcdcdc;
	border-right: 3px solid #a9a9a9; 
	border-bottom: 3px solid #808080; 
	border-left: 3px solid #a9a9a9;
}

.thumbnaillinks_top
{
	width: 175px; 
	height: 131px; 
	float: left; 
	margin-right:10px;
	margin-top:0px;
	margin-bottom:5px; 
	border-top: 3px solid #dcdcdc;
	border-right: 3px solid #a9a9a9; 
	border-bottom: 3px solid #808080; 
	border-left: 3px solid #a9a9a9;
}

.thumbnailrechts
{
	width: 175px; 
	height: 131px; 
	float: right; 
	margin-left:10px; 
	margin-top:5px;
	margin-bottom:5px; 
	border-top: 3px solid #dcdcdc;
	border-right: 3px solid #a9a9a9; 
	border-bottom: 3px solid #808080; 
	border-left: 3px solid #a9a9a9;
}

.block
{
	height:200px
}


/* Fußz- und Kopfzeilen-Formatvorlagen */

#footer a {
	color: #5f8ea9;
	text-decoration: underline;
}

#header a {
	color: #5f8ea9;
	text-decoration: underline;
}

#footer a:hover {
	color: #33627d;
	text-decoration: none;
}

#header a:hover {
	color: #33627d;
	text-decoration: none;
}


/* Sitemap, Tabellen, Listen */


.sitemap0
{
	background-color:#999999
}

.sitemap0 a:hover
{
background-color:#FFFFFF
}


.sitemap1
{
background-color:#C0C0C0
}

.sitemap1 h4:hover
{
background-color:#FFFFFF
}


.sitemap2
{
	background-color:#CCCCCC;
	margin-left:25px
}

.sitemap3 ul
{
	list-style-type:square
}

.uebersicht

{
	background-color:#CCCCCC;
	margin-left:25px;
	text-align:right
}


