body {
	color: #000;
	/*background: #c50006 url(images/bg_news_red.gif) repeat-y 50px 0;*/
	overflow: auto;
	overflow: auto;
	margin: 0;
	background: #dddddd url(images/bg.gif) repeat-x fixed;
}

td {
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 20px;
}

#header {
	height: 120px;
	color: #ffffff;
	/*background-color: #c50006;*/
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 0;
	margin: 0;
	padding: 0;
	background-color: #a20005;
}

#backdrop {
	background-image: url(images/waedensville_logo.gif);
	background-repeat: no-repeat;
	background-position: right 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 350px;
	z-index: 5;
}

#content {
	font-size: 13px;
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	line-height: 20px;
	text-align: left;
	position: absolute;
	top: 160px;
	left: 0;
	width: 60%;
	z-index: 11;
	margin-right: 50px;
	margin-left: 325px;
	padding-bottom: 100px;
	border-left: 1px solid silver;
	padding-left: 20px;
}

#content a:link, #content a:visited {
	color: #777;
	text-decoration: none;
}

#content a:active, #content a:hover {
	color: #555;
	text-decoration: none;
}

#content ul, #content ol {
	height: 100%;
	margin: 0;
	padding: 0;
}

#content li {
	background-image: url(images/bullet_inv.gif);
	background-repeat: no-repeat;
	margin: 0 0 0 5px;
	padding: 0 0 0 25px;
	list-style-type: none;
	list-style-image: none;
}

#content img.limage {
	margin-right: 10px;
	border: solid 1px white;
}

a:hover {
	color: white;
}

h1 {
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 8px;
	padding-top: 0px;
	margin: 0px;
	color: #000;
}

h2 {
	padding-bottom: 15px;
	padding-top: 30px;
	margin: 0;
	color: #000;
	font: normal 28px/125% Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
}

h3 {
	font-size: 18px;
	padding-bottom: 5px;
	padding-top: 8px;
	margin: 0;
	color: #000;
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	font-weight: normal;
	line-height: 20px;
}

form {
	margin: 0;
}

input, textarea, select {
	border: solid 1px;
	background-color: white;
	color: black;
	font-size: 11px;
	padding: 3px;
}

#newsbox {
	float: left;
	width: 300px;
	color: black;
	font-size: 12px;
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	line-height: 17px;
	text-align: left;
	position: absolute;
	top: 155px;
	z-index: 10;
	margin-top: 12px;
	padding-right: 10px;
	padding-bottom: 80px;
}

#newsbox ul, #newsbox ol {
	height: 100%;
	margin: 6px 0 0 20px;
	padding: 20px 0 10px;
}

#newsbox li {
	padding: 0 0 10px 25px;
	list-style-type: none;
	list-style-image: none;
	background: url(images/bullet_inv_red.gif) no-repeat 0 0;
	margin: 0 0 10px 10px;
	border-bottom: 1px solid silver;
}

#fragebogenbutton {
	position: absolute;
	top: 67px;
	right: 50px;
	z-index: 20;
	margin: 0;
	padding: 0;
}

#newsbox a:link, #newsbox a:visited {
	color: #a20005;
	font-weight: normal;
	text-decoration: none;
}

#newsbox a:hover, #newsbox a:active {
	color: #555;
	font-weight: normal;
	text-decoration: none;
}

#navcontainer {
	font-size: 22px;
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	position: absolute;
	top: 60px;
	left: 0;
	z-index: 10;
	float: left;
	clear: right;
	margin: 0;
	padding: 0;
}

#navcontainer ul {
	margin: 0;
	padding: 0 0 0 25px;
	list-style: none;
}

#navcontainer li {
	float: left;
	margin: 0;
	padding: 0 10px 0 30px;
}

#navcontainer a {
	display: block;
	padding: 3px;
}

#navcontainer a:link, #navcontainer a:visited {
	float: left;
	display: block;
	padding: 0;
	text-decoration: none;
	color: #fff;
}

#navcontainer a:hover {
	color: #f88d91;
}

#navcontainer li a.active {
	color: #f88d91 !important;
}

html>body #navcontainer li a {
	width: auto;
}

#subnavcontainer {
	position: absolute;
	top: 120px;
	left: 0;
	width: 100%;
	height: 30px;
	z-index: 10;
	float: left;
	clear: right;
	margin: 0;
	padding: 0;
	background: white repeat;
	font: bold 13px Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	border-bottom: 1px solid #b7b7b7;
}

#subnavcontainer ul {
	margin: 3px 0 0 40px;
	list-style: none;
	padding: 0;
}

#subnavcontainer li {
	line-height: 20px;
	background-repeat: no-repeat;
	background-position: 0 center;
	float: left;
	margin: 0;
	padding: 3px 0 0 15px;
}

#subnavcontainer a {
	display: block;
	padding: 2px 3px 3px;
}

#subnavcontainer a:link, #subnavcontainer a:visited {
	float: left;
	display: block;
	padding: 0;
	text-decoration: none;
	color: #000;
}

#subnavcontainer a:hover {
	color: #999;
}

#subnavcontainer li a.active {
	color: #999 !important;
}

html>body #subnavcontainer li a {
	width: auto;
}

#floatLayer {
	border-top: 1px solid white;
}

#floatLayer ul {
	margin: 0;
	padding: 10px 20px 0 0;
}

#floatLayer li {
	font-size: 12px;
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	line-height: 20px;
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0 50%;
	height: 18px;
	margin: 0 0 10px 10px;
	padding: 0 0 0 22px;
	list-style-type: none;
	list-style-image: none;
	display: inline;
}

#floatLayer a:link, #floatLayer a:visited {
	color: #fff;
	font-weight: normal;
	text-decoration: none;
}

#floatLayer a:hover, #floatLayer a:active {
	color: #f88d91;
	font-weight: normal;
	text-decoration: none;
}

div.line {
	background-image: url(images/line.gif);
	background-repeat: repeat-x;
	width: 100%;
	height: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
	display: block;
}

#top {
	position: absolute;
	top: 0;
	left: 0;
}

div.linehor {
	width: 100%;
	height: 51px;
	background: url(/themes/red/images/line_hor.gif) repeat-x;
}


/* MEDIA */

#media {
	border-top: 1px solid #c0c0c0;
}

#media td {
	border-bottom: 1px solid #c0c0c0;
}

#media th {
	border-bottom: 1px solid #c0c0c0;
	font-weight: bold;
	background-color: #000;
	font-size: 12px;
	color: white;
}



#media th {
	background-color: #000;
	color: white;
	padding: 3px;
}

#media th a:link, #media th a:hover, #media th a:visited, #media th a:active {
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	color: white;
}

#media tr.row2 td {
	border-bottom: 1px solid #c0c0c0;
	padding: 3px;
}

#media tr.row1 td {
	border-bottom: 1px solid #c0c0c0;
	background-color: #c0c0c0;
	padding: 3px;
}


/* FORMS */

textarea {
	border: solid 1px #CCCCCC;
	padding: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;	
	-webkit-border-radius: 5px;
	border-radius: 5px;
	z-index: 0;
	font-family: Arial;
	margin-bottom: 5px;
}

fieldset {
	border: solid 1px #bcbcbc;
}

form td.select {
	padding-right: 3px;
}
label {
	padding-left: 2px;
}

input.text {
	width: 100%;
	padding: 5px;
	background: #fff;
	border: 1px solid #ccc;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;	
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin-bottom: 5px;
	font-family: Arial;
}

input.submit {
	padding: 5px;
	background: #a20005;
	border: 3px solid #fff;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;	
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin-bottom: 5px;
	color: white;
}

input.radio {
	width: 13px;
	height: 13px;
	border: none;
	vertical-align: text-top;
}