/* @group reset selectors */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,p,blockquote,th,td,address {
	margin:0;
	padding:0;
	font-weight: normal;
	font-style: normal;
	font-size: 10px;
	line-height: 1.8em;
	}

ul,li {
	list-style-type:none;
	}

img {
	border: none;
	}
/* @end */

/*colors
lightblue: #6ccff6;
lighterblue: #9cdcf8;
@end*/

/* @group global settings */

body {
	background: #fff url(../img/border.gif) repeat-x top left;
	font-family: Tahoma, Helvetica, Verdana, Arial, sans-serif;
	letter-spacing: 1px;
	text-align: center;
	cursor: default;
	}
	
p {
	color: #333333;
	font-size: 11px;
	line-height: 1.6364em;
	}

a:link, a:visited {
	text-decoration: underline;
	color: #333;
	}

a:hover {
	text-decoration: underline;
	color: #6ccff6;
	}
	
#footer a:link, a:visited {
	text-decoration: underline;
	color: #6ccff6;
	}
	
#footer a:hover {
	text-decoration: underline;
	color: #ccc;
	}
	
span {
	color: #6ccff6;
	font-size: 10px;
	line-height: 1.8em;
	}
	
h1 {
	color: #6ccff6;
	font-size: 11px;
	line-height: 1.6364em;
	font-weight: bold;
	}
	
h2{
	color: #6ccff6;
	font-size: 14px;
	line-height: 1.2857;
	font-weight: bold;
	}
	
h3 {
	color: #6ccff6;
	font-size: 16px;
	line-height: 1.125em;
	font-weight: bold;
	}	
	
h4 {
	color: #6ccff6;
	font-size: 12px;
	line-height: 1.5em;
	font-weight: bold;
	}
	
h5 {
	color: #94a115;
	font-size: 20px;
	line-height: 0.9em;
	font-weight: bold;
	}

h6 {
	color: #333;
	font-size: 11px;
	line-height: 1.6364em;
	font-weight: bold;
	}
	
li {
	color: #858585;
	text-align: left;
	height: 18px;
	}	
	
li a:link, li a:visited {
	text-decoration: none;
	background: url(../img/arrow-right_off.gif) no-repeat top left; 
	color: #6ccff6;
	padding-left: 20px;
	font-size: 12px;
	line-height: 1.5em;
	padding-bottom: 5px;
	font-weight: bold;
	}
	
li a:hover {
	text-decoration: none;
	background: url(../img/arrow-right_on.gif) no-repeat top left; 
	color: #6ccff6;
	padding-left: 20px;
	font-size: 12px;
	line-height: 1.5em;
	padding-bottom: 5px;
	}
	
/* @end */

/* @group site structure */

#wrapper {
	width: 960px;
	height: auto;
	margin: auto;
}

#header {
	background: url(../img/log08_header.gif) no-repeat top left;
	width: 960px;
	height: 200px;
}

#main {
	margin-top: 20px;
	height: auto;
}

#navigation {
	width: 205px;
	padding-left: 15px;
	float: left;
}

#content {
	width: 740px;
	height: auto;
	float: left;
	text-align: left;
}

#footer {
	clear: both;
	padding-top: 30px;
	margin-bottom: 50px;
	text-align: right;
}

.time{
	width: 100px;
	color: #333;
	font-size: 11px;
	line-height: 1.6364em;
	font-weight: bold;
}

.scedule{
	color: #333;
	font-size: 11px;
	line-height: 1.6364em;
}

.wort {
	width: 400px;
}

.bild {
	padding-left: 40px;
}

#spons{
	clear: both;
	height: auto;
	margin: auto;
	padding-top: 70px;
}
