/* andreas01 - an open source xhtml/css website layout by Andreas Viklund  - http://andreasviklund.com . Free to use for any purpose as long as the proper credits are given to the original author.

Version: 1.3 (Nov 28, 2005)

Screen layout: */


body{
	padding:0;
	color:#FFFFFF;
	background-color: #cc0019;
	background-repeat: repeat-y;
	background-position: center top;
	background-image: url(../Bilder/Hintergrund_test.jpg);
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 76%;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
}



#wrap{
	color:#FFFFFF;
	width:920px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#header{
	clear:both;
	padding:0;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

#header h1{
	width:700px;
	float:left;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	font-size: 9px;
	color: #000000;
}

#header p{
	width:400px;
	float:right;
	text-align:center;
	color:#a0a0a0;
	font-size:0.8em;
	line-height:1.2em;
	background-color:inherit;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}

#frontphoto{
	border:0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
	text-align: center;
}

#avmenu{
clear:left;
float:left;
width:150px;
margin:0 0 10px 0;
padding:0;
font-size:0.9em;
}

#avmenu ul{	
list-style:none;
width:150px;
margin:0 0 20px 0;
padding:0;
font-size:1.1em;
}	

#avmenu li{
margin-bottom:4px;
}

#avmenu li a{
	font-weight:bold;
	height:20px;
	text-decoration:none;
	color:#FFFFFF;
	display:block;
	padding:6px 0 0 10px;
	background-color: #333333;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
}	
	
#avmenu li a:hover{
	background:#eaeaea;
	color:#cc0019;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #cc0019;
}

.announce{
	padding:0px;
	width:150px;
	color:#FFFFFF;
	background-color:#333333;
	line-height:1.3em;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	height: 350px;
}

#extras{
	float:right;
	width:150px;
	padding:0;
	font-size:0.9em;
	line-height:1.5em;
	background-color: #333333;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	height: 220px;
}


#Links {
	background-color: #333333;
	float: right;
	clear: right;
	width: 150px;
	padding: 0px;
	height: 160px;
}
#partner {
	height: 200px;
	width: 150px;
	padding: 0px;
	clear: right;
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	background-color: #333333;
}


#content{
	border-left:1px solid #f0f0f0;
	border-right:1px solid #f0f0f0;
	line-height:1.6em;
	text-align:justify;
	margin-top: 0;
	margin-right: 160px;
	margin-bottom: 20px;
	margin-left: 160px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}


#content h2{
	font-size:2em;
	margin:0 0 0.5em 0;
	text-align: center;
	line-height: normal;
}
#content h3 {
	color: #cc0019;
}


#content img{
	padding:0px;
	display:inline;
	background:#cccccc;
	color:#303030;
	border:4px solid #f0f0f0;
}
#content ul {
	width: 450px;
	font-size: 1.1em;
	list-style-image: none;
	list-style-type: none;
	text-align: center;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}
#mannschaft p {
	text-align: justify;
}

#content li {
	margin-right: 1px;
	margin-left: 1px;
	display: inline;
	vertical-align: middle;
	text-align: center;
}
#content  li a {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #333333;
	display: Inline-Block;
	height: 20px;
	padding-bottom: 4px;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	padding-top: 4px;
	padding-right: 2px;
	padding-left: 2px;
}
#content li a:hover {
	color: #cc0019;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #cc0019;
	background-color: #E0E0E0;
}
#content table {
	width: 575px;
	color: #FFFFFF;
	border: 1;
}
.Tabelle {
	margin: 1px;
	border: 1px dotted #FFFFFF;
}




#content img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-align: center;
}
.table2 {
	width: 380px;
}





h3{
font-size:1.3em;
margin:0 0 10px 0;
}

a{
	text-decoration:underline;
	color:#cc0019;
}

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

a img{
border:0;
}

#footer{
	clear:both;
	border-top:4px solid #f0f0f0;
	width:920px;
	text-align:center;
	color:#808080;
	font-size:0.9em;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 0;
}

#footer a{
color:#808080;
text-decoration:none;
}

#footer a:hover{
text-decoration:underline;
}

.left{
	float:left;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 0;
	clear: none;
}
.trainingszeiten {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 12px;
}


.right{
	float:right;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 10px;
}


.textright{
text-align:right;
}

.center{
text-align:center;
}


.small{
font-size:0.8em;
}

.bold{
font-weight:bold;
}

.hide{
display:none;
}
.table {
	background-color: #cc0019;
	font-weight: bold;
	color: #FFFFFF;
}
#mannschaft {
	border: 1px none #FFFFFF;
	padding: 10px;
}
#mannschaft h3 {
	color: #cc0019;
	text-align: left;
}
#news {
	padding: 20px;
	border-bottom-width: thin;
	border-bottom-style: dashed;
	border-bottom-color: #FFFFFF;
}
#news #ueber {
	font-size: 1.5em;
	font-weight: bold;
	color: #cc0019;
}
#news #datum {
	font-size: 0.8em;
	padding-bottom: 10px;
	color: #cc0019;
}
.linksmannschaft {
	font-size: 1.3em;
	text-align: center;
}
#routen {
	color: #000000;
}
#fromstreet {
	color: #000000;
}
#schwarz {
	color: #000000;
}



#mbild {
	width: 450px;
	border: thin solid #FFFFFF;
}
#gaeste {

}
#verein {
	list-style-type: circle;
	text-align: left;
	list-style-position: outside;
}
#liste {
	text-align: left;
	list-style-type: circle;
}
#content2 {
	border-left:1px solid #f0f0f0;
	border-right:1px solid #f0f0f0;
	line-height:1.6em;
	text-align:justify;
	margin-top: 0;
	margin-right: 160px;
	margin-bottom: 20px;
	margin-left: 160px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}
#content2 h2 {
	font-size:2em;
	margin:0 0 0.5em 0;
	text-align: center;
	line-height: normal;
}
#content2 h3 {
}
#content2 img {
	padding:0px;
	display:inline;
	background:#cccccc;
	color:#303030;
	border:4px solid #f0f0f0;
}
#mtext {
	width: 450px;
	border: thin none #FFFFFF;
	text-align: justify;
}
#content3 {
	line-height:1.6em;
	text-align:justify;
	margin-top: 0;
	padding-top: 0;
	padding-bottom: 0;
	border-right-style: none;
	border-left-style: none;
	border-right-color: #f0f0f0;
	border-left-color: #f0f0f0;
}
#content3 ul {
	width: 575px;
	font-size: 1.1em;
	list-style-image: none;
	list-style-type: none;
	text-align: center;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}
#content3 li {
	margin-right: 1px;
	margin-left: 1px;
	display: inline;
	vertical-align: middle;
	text-align: center;
}
#content3 li a {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #333333;
	display: Inline-Block;
	height: 20px;
	padding-bottom: 4px;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	padding-top: 4px;
	padding-right: 2px;
	padding-left: 2px;
}
#content3 li a:hover {
	color: #cc0019;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #cc0019;
	background-color: #E0E0E0;
}
#content h4 {
	color: #cc0019;
}

