/* Start of CMSMS style sheet 'Die Jugend BW Default' */
@charset "utf-8";

/*
This file is copyright (C) 2008 by ApriCode Net Service
DO NOT INTEND TO USE IT!

Some Colors:
RED: #b50005
ORANGE: #ffc364
GREEN: #378200
*/
body {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 10pt;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	background-image: url(uploads/images/Design/header.png);
	background-position: top center;
	background-repeat: repeat-x;
	line-height: 18pt;
}

.clear {
	clear: both;
}

#navigation {
	width: 100%;
	margin: 150px 0px 20px 0px;
	font-size: 0.9em;
	font-weight: bold;
	background-color: #FFFFFF;
}

#navigation ul {
	margin: 0px;
	padding: 0px;
	width: 1000px;
	margin: 0px auto 0px auto;
	list-style: none;
	background: #ffffff;
}

#navigation li {
	float: left;
	display: block;
	width: 125px;
}

#navigation li ul {
	position: absolute;
	left: -999em;
	width: 125px;

}

#navigation li:hover, #navigation li.sfhover  {
	background:#E8FFE8;	
}

#navigation li:hover ul, #navigation li.sfhover ul {
	left: auto;
}


#navigation li ul li {
	background:#E8FFE8;
}


#navigation li a, #navigation li a:visited {
	color: #378200;
	text-decoration: none;
	margin: 0px;
	width: 111px;
	padding: 10px 7px 3px 7px;
	display: block;
}

#navigation ul li a:hover, #navigation ul li a:active {
	color: #FFFFFF;
	background-color: #378200;
}

#container {
	width: 850px;
	margin: 0px auto 0px auto;
}

#sidebar {
	float: left;
	width: 150px;
	text-align: center;
	font-size: 8pt;
	line-height: normal;
}

#sidebar #sponsoren {
	border-right: 1px solid  #b50005;
	padding: 5px;
}

#content {
	float: left;
	width: 620px;
	padding: 0px 20px 50px 20px;
}

#copyright {
	color: #ffffff;
	background-color: #333333;
	text-align: center;
	font-size: 8pt;
	padding: 5px;
}

#copyright a, #copyright a:visited {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

#copyright a:hover, #copyright a:active {
	color: #FF6600;
	background-color: #333333;
	text-decoration: none;
}

#championrider {
	text-align: center;
	width: 100%;
	background-color: #c0c0c0;
}


/* TEXT ELEMENTE */
h1 {
	padding: 0px;
	margin: 0px;
	margin-top: 5px;
	font-size: 14pt;
	font-weight: bold;
	text-transform: uppercase;
}

h2 {
	font-size: 14pt;
	font-weight: bold;
}

h3 {
	font-size: 12pt;
	font-weight: bold;
}

a img {
	border: none;
}

a, a:visited {
	text-decoration: none;
	color: #378200;
}

a:hover, a:active {
	text-decoration: none;
	background-color: #378200;
	color: #ffffff;
}

p.news {
	border: 1px #666666 dashed;
	padding: 5px;
}

.important {
	font-weight: bold;
	color: #CC0000;
}
table.list, table.list td {
	border: none;
}
table.list td {
	border-bottom: 1px #333333 dashed;
}
/* End of 'Die Jugend BW Default' */

