/* resetting following styles */

html, body, div, span, applet, object, iframe,

h1, h2, h3, h4, h5, h6, p, blockquote, pre,

a, abbr, acronym, address, big, cite, code,

del, dfn, em, font, img, ins, kbd, q, s, samp,

small, strike, strong, sub, sup, tt, var,

b, u, i, center,

dl, dt, dd, ol, ul, li,

fieldset, form, label, legend,

table, caption, tbody, tfoot, thead, tr, th, td {

	margin: 0;

	padding: 0;

	border: 0;

	outline: 0;

	font-size: 100%;

	vertical-align: baseline;

	background: transparent;

}

body {

	line-height: 1;

}

ol, ul {

	list-style: none;

}

blockquote, q {

	quotes: none;

}

blockquote:before, blockquote:after,

q:before, q:after {

	content: '';

	content: none;

}



:focus {

	outline: 0;

}





ins {

	text-decoration: none;

}

del {

	text-decoration: line-through;

}





table {

	border-collapse: collapse;

	border-spacing: 0;

}

/* End of reset */

h1 {
	font-size:19px;
	margin-top: 5px;
	margin-bottom: 2px;
	font-family:Helvetica,Arial;
}

h2 {
	font-size:16px;
	margin-top: 5px;
	margin-bottom: 10px;
	font-family:Helvetica,Arial;
}

body {

	background-image:url(images/backgrnd.jpg);

	text-align:center;

}



a:link{

	color:#000000;

	text-decoration:none;

}



a:visited {

	color:grey;

	text-decoration:none;

}



#site {

	margin:0px auto 0px;

	width:1000px;

}



#banner {

	margin:0px auto 0px;

	width: 950px;

	height: 200px;

	background: url(images/banner-bg.png);

}



#menu {

	margin: 0px auto 0px;

	width: 970px;

	height: 42px;

	background: url(images/menu-bg.gif);

	text-align:left;

}



#hauptnavi { 

	margin-left:0px; 

	padding-left:0px; 

	list-style:none; 

}

#hauptnavi li { 

	float:left; 

	height:39px; 

	line-height:33px; 

	margin-right:4px; 

	width:158px; 

}



#navi-news li a { 

	color:#FFFFFF;

	display:block;

	font-family:Arial;

	font-size:18px;

	font-weight:bold;

	padding-left:22px;
	
	background-image:url(images/menu-invisible.png);
	background-position:bottom;

}


#navi-news li a { 

	float:left; 

	height:39px; 

	line-height:33px; 

	margin-right:4px; 

	width:300px; 

}

#hauptnavi {
	margin-left:0px;
	padding-left:0px;
	list-style:none;
}

#hauptnavi li {
	background-image: url(images/menu-invisible.png);
	float:left;
	height:39px;
	line-height:35px;
	margin-right:4px;
	width:158px;
}

#hauptnavi li a {
	color:#FFFFFF;
	display:block;
	font-family:Arial;
	font-size:18px;
	font-weight:bold;
	color:edffbd;
	padding-left:22px;
}

#hauptnavi li#hauptnavi-news a:hover {
	background-image: url(images/menu-red.png);
	background-position:bottom;
}
#hauptnavi li#hauptnavi-forum a:hover {
	background-image: url(images/menu-yellow.png);
	background-position:bottom;
	color:#999999;
}
#hauptnavi li#hauptnavi-gang a:hover {
	background-image: url(images/menu-blue.png);
	background-position:bottom;
}
#hauptnavi li#hauptnavi-fotos a:hover {
	background-image: url(images/menu-pink.png);
	background-position:bottom;
}

#hauptnavi li#hauptnavi-kontakt a:hover {
	background-image: url(images/menu-purple.png);
	background-position:bottom;
}



#content {

	margin: 0px auto 0px;

	width: 950px;

	background-color:#b9ff00;

	text-align:left;
	
	overflow:hidden;

}



#article {

	float:right;
	line-height:1.1;
	margin: 20px 25px 20px 30px;

	width: 750px;
	
	overflow:visible;

}



#user {

	float:right;

	margin: 15px 10px 5px 5px;

	width: 130px;

	overflow:visible;

}

#news-content {

}

#news-header {
	background-color:b9ff00;
	border-bottom:solid;
	border-color:#000000;
}

#news-article {
	padding: 15px 3px 7px;
	background-color:edffbd;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}

#news-footer {
	padding: 5px 3px 18px;
	border-top:dotted;
	border-bottom-width:thin;
	background-color:edffbd;
	margin-bottom:25px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

#news-footer-left {
	float:left;
}

#news-footer-right {
	float:right;
}


#footer {
	margin: 0px auto 10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align:right;
	width: 950px;
	height: 18px;
	background: url(images/footer-bg.png) repeat-x;

}



#header_rotation {

	margin-top:75px;

	margin-left:210px;

}

#media-auswahl {
	margin: 5px 10px 10px;
}

#commentform {
	margin:20px 0px 20px;
}

#commentform-tr {
	background-color:#EDFFBD;
	font-size:14px;
}

#commentform-tr-sicherheitscheck {
	display:none;
}

#commententry {
	margin: 20px 0px 20px;
}

#commententry-head {
	font-size:15px;
}
#commententry-text {
	font-size:14px;
	background-color:#EDFFBD;
}

#commententry-foot {
	font-size:12px;
}

#formerror {
	font-size:14px;
	color:#FF0000;
	font-weight:bold;
	margin:10px;
}

#formhighlight {
	font-size:14px;
	font-weight:bold;
	color: green;
	margin:10px;
}

#kontaktform {	
	background-color:#EDFFBD;
	border-style:solid hidden hidden;
	border-top: 3px;
	border-top-style:solid;
	font-family:Arial,Helvetica,sans-serif;
	font-size:14px;
}

#kontaktlist {
	margin: 6px 0px 6px 20px;
	font-weight:bold;
	font-size:15px;	
}

#formtable {
	margin:2px;
}

#formtable td {
	padding:3px;
}

#W20_comments {	
	display:none;
	border-top:dotted;
	background-color:edffbd;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

#W20_comment_left {
	float:left;
	margin-left:15px;
	margin-right:15px;
	margin-top:7px;
	margin-bottom:7px;
}
#W20_comment_right {
	float:left;
	width:521px;
	margin-top:7px;
	margin-bottom:7px;
}
#W20_comment_top {
	height:11px;
	width:521px;
	background-image:url("images/comment_top.png");
}
#W20_comment_arrow {
	height:17px;
	width:521px;
	background-image:url("images/comment_arrow.png");
	background-repeat:no-repeat;
}
#W20_comment_middle {
	background-image:url("images/comment_middle.png");
	background-repeat:repeat-y;
	padding-left:20px;
	padding-right:10px;
	font-size:14px;
}
#W20_comment_bottom {
	height:11px;
	width:521px;
	background-image:url("images/comment_bottom.png");
}

#W20_author {
	font-size:18px;
	font-style:italic;
	margin-left:15px;
}

#clearer {
	clear:both;
}

.W20_commententry_name {
	float:left;
	margin:10px 20px 5px 25px;
}
.W20_commententry_mail {
	float:left;
	margin:10px 20px 5px 25px;
}
#W20_commententry_hidden {
	float:left;
}
.W20_commententry_text {
	margin:10px 20px 15px 25px;
	clear:both;
}

#unterschrift2 {
	background-color:#EDFFBD;
}