/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/


* { 
	margin : 0px; 
	padding : 0px; 
	border : 0px;
}

html { 
	height : 100.2%; 
	font-size: 62.5%;
}

body {
	background: #000000 url(images/header.gif) repeat-x;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 1.3em;
	line-height: 1.5em;
	color: #999999;
}

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

a:hover {
	text-decoration: none;
	color: #FFFFFF;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Trebuchet MS", sans-serif;
	color: #CCCCCC;
}

h1 {
	font-size: 3.6em;
	line-height: 1.7em;
}

h2 {
	font-size: 2.3em;
	line-height:1.5em;
}

h3 {
	font-size: 1.2em;
	line-height:1.3em;
}

p {
 margin: 10px 0px 10px 0px;
 }
 
  p.red a {
 color: #CC0000;
 }
 
p.gross {
 margin: 50px 0px 0px 0px;
 }

#header {
	width: 800px;
	height: 200px;
	margin: 0px auto;
}

#header h1 {
	float: left;
	text-transform: lowercase;
	padding: 100px 0px 0px 0px;
	letter-spacing: -5px;
}

#header a.logo {
	text-decoration: none;
	color: #FFFFFF;
}

#nav {
	float: right;
}

#nav ul {
	padding: 154px 0px 0px 0px;
}

#nav li {
	display: inline;
}

#nav a {
	text-decoration: none;
	padding: 5px 20px;
	text-transform: lowercase;
	font-weight: bold;
}

#nav a:hover, #nav a.select {
	padding: 4px 19px;
	background: #2F1A1A url(images/nav.gif) repeat-x left bottom;
	border: 1px solid #1E1010;
	border-right-color: #7A6D6D;
	border-bottom-color: #7A6D6D;
	color: #FFFFFF;
}

#content {
	width: 800px;
	margin: 10px auto;
}

#colOne {
	float: left;
	width: 500px;
}

#colOne p {
	padding:10px 0px;
}

#colOne p.credits {
	padding:5px 0px;
	margin: 25px 0px 5px 0px;
	background: #210100;
	border-left: 2px solid #8A0600;
	border-top: 2px solid #8A0600;
	font-size: smaller;
}

#colOne table.values {
	width: 498px;
	border: 1px solid;
	margin: 5px 0px;
}

#colOne table.values td {
	border : 1px solid;
	padding-left: 2px;
}

#colOne img {
	margin:5px 0px 0px 0px;
}

#colOne img.textrechts {
	float:left;
	margin: 1px 10px 1px 1px;
}

#colOne img.textlinks {
	float:right;
	margin-left:10px;
}	

#colOne dd {
	font-style: italic;
}

#colOne ul li {
	margin-left: 15px;
}

#colOne a:hover img {
	border:1px solid;
	margin: 0px 9px 0px 0px;
}

#trainer {
	padding:10px 0px;
}

#trainer img {
	width:150px;
}

#aktuell {
	width:250px;
	margin: 10px auto;
	padding:2px;
	color:red;
	border: 2px dotted red;
} 

#aktuell a {
	color:red;
}

#colTwo {
	float: right;
	width: 300px;
}

#menu {
	float:right;
	margin-right: 50px;
	margin-top: 20px;
	padding: 10px;
}

#menu a {
	text-decoration: none;
}

#menu ul {
	font-size: 1em;
	font-weight: normal;
	list-style: square inside;
	margin-left: 20px;
}

#menu li.headpoint {
	font-size: 1.1em;
	font-weight: bold;
	list-style-image: url(images/button1.gif);
}

#menu ul ul ul {
	margin-left: 15px;
	list-style: disc inside;
}

#menu a.select{
	border: 1px dotted;
}

#defloat { 
	clear:both;
}

#footer {
	margin-top: 50px;
	height: 25px;
	padding: 20px 0px 20px 0px;
	background: url(images/footer.gif) repeat-x;
	text-align: center;
	font-size: smaller;
}



/* Verwendete Farben: 
	#000000 = schwarz (Background)
	#999999 = dunkelgrau (Schriftfarbe)
	#CCCCCC = hellgrau (Linkfarbe, Überschriftenfarbe)
	#FFFFFF = weiß (Linkfarbe:hover, Logoschriftfarbe)
	#210100 = rot /Background Credits)
	
*/


