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

body {
	padding: 0px;
	margin: 0px;
	line-height: 1.4em;
	font-size: 0.8em;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-attachment: fixed;
	background-image: url(../bg/bg_schafe.jpg);
	background-repeat: repeat;
	background-position: 0px 0px;
	overflow-y: scroll;
	overflow-x: auto;
	color: #333333;
}
h1 { 
	margin-left: 0px; 
	margin-bottom: 0px; 
	margin-right: 0px; 
	margin-top: 0px; 
	background-color: white; 
	padding-left: 3px; 
	padding-bottom: 0px; 
	padding-right: 3px; 
	padding-top: 0px; 
	font-family: Helvetica, Arial, sans-serif; 
	line-height: 1.2em; 
	color: #cc0000; 
	font-size: 1.8em; 
	font-weight: bold; 
	text-transform: uppercase; 
}
h2 { 
	background-color: white; 
	margin-left: 0px; 
	margin-bottom: 0px; 
	margin-right: 0px; 
	margin-top: 0px; 
	padding-left: 3px; 
	padding-bottom: 0px; 
	padding-right: 3px; 
	padding-top: 0px; 
	font-family: Helvetica, Arial, sans-serif; 
	line-height: 1.2em; 
	color: #333333; 
	font-size: 1.8em; 
	font-weight: bold; 
	text-transform: uppercase; 
}
h3 { 
	padding: 0em; 
	margin: 0em; 
	font-family: Helvetica, Arial, sans-serif; 
	font-size: 1.2em; 
	line-height: 1.2em; 
	color: #cc0000; 
	font-weight: bold; 
	text-transform: uppercase; 
}
h4 { 
	margin: 0em; 
	padding: 0em; 
	font-family: Helvetica, Arial, sans-serif; 
	font-size: 1.2em; 
	line-height: 1.2em; 
	color: #333333; 
	font-weight: bold; 
	text-transform: uppercase; 
}
h5 { 
	font-style: normal; 
	padding: 0em; 
	margin: 0em; 
	font-family: Helvetica, Arial, sans-serif; 
	font-size: 1.2em; 
	line-height: 1.2em; 
	color: #cc0000; 
	font-weight: normal; 
	text-transform: uppercase; 
}
h6 { 
	font-style: normal; 
	margin: 0em; 
	padding: 0em; 
	font-family: Helvetica, Arial, sans-serif; 
	font-size: 1.2em; 
	line-height: 1.2em; 
	color: #333333; 
	font-weight: normal; 
	text-transform: uppercase; 
}
p {
	margin-top: 0em;
	color: #333333;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-bottom: 0.8em;
}
ul {
	padding-left: 1.2em;
	margin-bottom: 0.8em;
	margin-top: 0em;
	list-style-type: square;
	list-style-position: outside;
}
a, a:link, a:visited, a:active { 
	padding: 0px; 
	color: #cc0000 ; text-decoration: none; 
}
a:hover { 
	padding: 0px; 
	color: #FFFFFF ; background-color: #cc0000; text-decoration: none; 

/*----------------------------------*/

}
#container {
	right: 8%;
	position: absolute;
	top: 20px;
	margin-left: auto;
	width: 900px;
}
#head {
	width: 600px;
	float: right;
}
#sprache {
	margin-right: -30px;
	top: 20px;
	width: 20px;
	right: 8%;
	position: absolute;
}
#content {
	border-top-color: #cc0000;
	border-top-style: solid;
	border-top-width: 1px;
	padding-bottom: 30px;
	background-repeat: repeat;
	background-image: url(../files/halbtransparent.png);
	margin: 0px;
	width: 600px;
	float: right;
}
#navigation {
	text-align: right;
	float: left;
	width: 290px;
}
	
/*----------------------------------*/

ul.mainnavi, ul.nav2nd {
	padding: 0px;
	margin: 0;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 29px;
	font-size: 23px;
	list-style-type: none;
	font-family: Helvetica, Arial, sans-serif;
}
ul.mainnavi li {
	margin: 0;
	padding: 0;
	height: 27px;
}
ul.nav2nd {
	margin: -2px 0 0 0;
	}
.mainnavi ul.nav2nd li {
	height: 27px;
}
.mainnavi a, .mainnavi a:link, .mainnavi a:visited {
	margin: 0;
	padding: 0px;
	background-color: white;
	color: black;
	height: 100%;
	padding: 1px 3px 0 3px;
	display: listitem;
}
.mainnavi a.active,.mainnavi a.active:hover {
	background-color: #cc0000;
	color: white;
}
.mainnavi a:hover {
	background-color: #b1aea3;
	color: white;
}


/* browser hacks for styling the menu ----------------------------------*/

/* safari */
@media screen and (-webkit-min-device-pixel-ratio:0){ 
	}


/* firefox for mac -> needs to be put in an extern css-style

.mainnavi a, .mainnavi a:link, .mainnavi a:visited {
	border-top: 3px solid #fff;
}
.mainnavi a.active,.mainnavi a.active:hover {
	border-top: 3px solid #cc0000;
}
.mainnavi a:hover {
	border-top: 3px solid #b1aea3;
}

.mainnavi ul.nav2nd li {
	height: 26px;
}

.mainnavi ul.nav2nd {
	padding-top: 1px;
	margin: -3px 0 -2px 0;
}
ul.nav2nd {
	margin: -1px 0 0 0;
	}


*/


/*----------------------------------*/

.blockheadline {
	padding: 0px;
	border-top-color: white;
	border-top-style: solid;
	border-top-width: 1px;
	border-bottom-color: #cc0000;
	border-bottom-style: solid;
	border-bottom-width: 3px;
	margin-bottom: 10px;
}
.blocktxtmitbild {
	border-bottom-color: #cc0000;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	height: auto;
	margin: 0px;
	padding-left: 3px;
	padding-bottom: 3px;
	padding-right: 3px;
	padding-top: 6px;
	background-color: white;

}
.blocksubheadline {
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-top: -1px;
	border-top-width: 1px;
	border-top-color: #cc0000;
	border-top-style: solid;
	padding-left: 3px;
	padding-bottom: 6px;
	padding-right: 3px;
	padding-top: 6px;
	border-bottom-color: #999999;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	background-color: white;
}
.blockbild {
	background-color: white;
	margin: 0px;
	padding-left: 3px;
	padding-bottom: 6px;
	padding-right: 3px;
	padding-top: 6px;
	border-bottom-color: #999999;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
}
.blockbild img {
	z-index: 0;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	padding: 0px;
	background-color: white;
}
.bildlinks {
	width: auto;
	border-right-style: solid;
	border-right-color: white;
	border-right-width: 3px;
	border-left-color: white;
	border-left-style: solid;
	border-left-width: 3px;
	z-index: 100;
	background-color: white;
	margin-bottom: 6px;
	margin-top: 6px;
	margin-left: 0px;
	margin-right: 12px;
	float: left;
}
.bildlinksinnen {
	width: auto;
	display: block;
	border-right-style: solid;
	border-right-color: white;
	border-right-width: 3px;
	z-index: 100;
	background-color: white;
	margin-bottom: 6px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 12px;
	float: left;
}
.bildrechts {
	width: auto;
	display: block;
	border-left-color: white;
	border-left-style: solid;
	border-left-width: 3px;
	margin-right: 0px;
	border-right-color: white;
	border-right-style: solid;
	border-right-width: 3px;
	z-index: 100;
	float: right;
	background-color: white;
	margin-top: 6px;
	margin-bottom: 6px;
	margin-left: 12px;
}
.bildrechtsinnen {
	width: auto;
	display: block;
	border-left-color: white;
	border-left-style: solid;
	border-left-width: 3px;
	margin-right: 0px;
	z-index: 100;
	float: right;
	background-color: white;
	margin-top: 0px;
	margin-bottom: 6px;
	margin-left: 12px;
	
}
.bildgross {
	display: block;
	margin-bottom: 6px;
	z-index: 100;
	position: relative;
}
.clear {
	clear: both;
}
.credits {
	font-size: 0.8em;
	color: #cc0000;
}
.copyright {
	margin-left: 6px;
	font-size: 0.8em;
	color: #666666;
}
.download {
	border-bottom-color: #cc0000;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-top-color: #cc0000;
	border-top-style: dotted;
	border-top-width: 1px;
	padding-left: 3px;
	background-color: white;
	padding-bottom: 6px;
	padding-top: 6px;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0;
	margin-top: -3px;
	z-index: 100;
}
.weitereinfos {
	height: auto;
	border-bottom-color: #cc0000;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	padding-left: 3px;
	background-color: white;
	padding-bottom: 6px;
	padding-top: 3px;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0;
	margin-top: 0px;
	z-index: 100;
}
.abstandshalter {
	padding: 0px;
	margin: 0px;
	height: 12px;
}
img { border: 0px; }
ul#mainnavi
