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

* {
	border:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
	padding-right: 7pt;
	padding-left: 7pt;
	margin-top: 5pt;
}

.clearfloat {
	clear: both;
}

h1 { text-indent: -1000px;	font-size: 12px;}
h2 { font-size: 24px; color:#E84416;}
h3 { font-size: 20px; color: #228A51;}


hr {
	margin-top: 20px;
	margin-bottom: 20px;
	border-top-width: thin;
	border-top-style: dotted;
	border-top-color: #228A51;
}


body {
	background-image: url(../images/skulls_bodytexture.png);
}

#wrapper {
	max-width: 1000px;
	margin: 20px auto;
	width: 100%;
}


#banner {
	background-image: url(../images/sesselwoche/banner4859k.jpg);
	background-repeat: no-repeat;
	height: 244px;
	margin-top: 20px;
	margin-right: 0;
	margin-left: 0;
	width: 1000px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}

#banner2 {
	width: 50%;
	color: #E84416;
	float: left;
	padding: 10px 0;
}

#content {
	float: left;
	padding-left: 235px;
	width: 850 px;
	height: 800 px;
}

#footer {
	background-color: #063;
	text-align: center;
	font-weight: bold;
	clear: both;
	padding-top: 5px;
	padding-bottom:5px;
	margin-top:10px;
	position: fixed;
	bottom: 0px;
	width: 1000px;
}

#footer ul li {display:inline; }
#footer ul li a { font-size: 13px; font-weight: bold; color:#FFF}
#footer a {padding: 5px 20px; text-decoration: none; color:#fff;}
#footer a:hover { color: #FF0;}




/*Navigation*/

ul li { list-style-type:none; padding-bottom: 5px; }

#nav {
	width: 210px;
	height:800px;
	margin-right: 20px;
	position:fixed;
	float:left;
}


#nav a {
	background-color: #127841;
	display: block;
	padding: 5px;
	text-decoration: none;
	color: #EEE;
	width: 120px;
	float: right;
	font-weight: bold;
}

#nav a:hover 	{
	background-color: #E84416;
}
.gruen {
	color: #127841;
}
p a {
	text-decoration: none;
	color: #000;
}
p a:hover {
	color: #E84416;
	font-weight: bold;
}
