* {
	margin: 0px;
	padding: 0px;
	border-collapse: collapse;
}
body {
	text-align: center; /* Center wrapper for IE5 */
	background: url(../bilder/bg-body.jpg) repeat-x;
	font: small/1.4em "Trebuchet MS", Arial, Geneva, Verdana, sans-serif;
	color: #666666;
}
/* Positioning */

#wrapper {
	margin: 0px auto auto auto;
	top: 0px;
	position: relative;
	width: 850px;
}
#content {
	position: absolute;
	top: 350px;
	left: 230px;
	width: 600px;
}
#visual {
	position: absolute;
	top: 50px;
	left: 200px;
	height: 300px;
	width: 650px;
	background: #000000 url(../bilder/visual.jpg) no-repeat 0px 20px;
}
#navigation {
	position: absolute;
	top: 0;
	left: 0;
	width: 200px;
	height: 700px;
	background: url(../bilder/year.jpg) no-repeat 0 350px;
}
#footer {
	margin: 3em 0;
	clear: both;
	padding: 1em 0;
}

/* Formatting Content */

#content {
	text-align: left;
}
#content * {
	margin-bottom: 1em;
}
#content a{
	color: #336699;
}
#content h1 {
	margin: 2em 0 3.5em 0;
	color: #FFFFFF;
	text-transform: uppercase;
	font-size: 1.5em;
	font-weight: normal;
}
#content h2 {
	color: #84A393;
	font-size: 1.2em;
	font-weight: normal;
	margin: 2em 0 1em 0;
}
#content h3 {
	color: #000000;
	font-size: 1em;
	font-weight: bold;
	margin: 1em 0;
	clear: both;
}
#content table {
	text-align: left;
	width: 100%;
	margin: 1em 0 2em 0;
	border-top: 2px solid #D0E1D8;
	border-bottom: 2px solid #D0E1D8;
}
#content table th, td {
	vertical-align: top;
	padding: 5px 0;
	border-bottom: 1px solid #D0E1D8;
}
#content table th {
	font-weight: bold;
	color: #990000;
	width: 40%;	
}
#content table.schedule th {
	width: 9em;	
}
/* #content table tr:nth-child(even) td, #content table tr:nth-child(even) th {
	background: #E9F5EE; 
} */
#content ul {
	margin: 2em 0 1em 0;
	list-style-type: none;
}
#content ul li {
	margin: 0;
	padding: 0 0 0 15px;
	background: url(../bilder/bullet.png) no-repeat 0 0.4em;
}
#content dl {
	background: url(../bilder/bg-box.jpg) repeat-x;
	height: 200px;
	padding: 1em;

}
#content dt {
	display: block;
	width: 8em;
	margin: 0 1em 1em 0;
	float: left;
	clear: left;
	font-weight: bold;
	color: #990000;
}
#content dd {
	display: block;
	margin: 0 0 1em 0;
	float: left;
}
strong {
	font-weight: bold;
	color: #333;
}

/* Formatting Form */
#content form {
	padding: 1em;
	background: #EDF6F1;
	border: 1px solid #D0E1D8;
}
#content form p {
	margin: 0;
	clear: left;
}
#content form input[type=text] {
	width: 20em;
}
#content form label {
	width: 9em;
	float: left;
	font-weight: bold;
	color: #990000;
}
#content form {
	clear: both;
}
#content form #zip {
	width: 8em;
}
#content form #adress2 {
	margin-top: 5px;
}
#content form p.indent {
	margin: 0 0 0 9em;
}
#content form input[type=radio] {
	margin: 0 1em 0 0;
}
#content img.floatleft {
	float: left;
	margin: 0 1em 1em 0;
}
#content img.floatright {
	float: right;
	margin: 0 0 1em 1em;
}



/* Formatting Navigation */

* html #navigation h1 {   /***************************************/
	margin-bottom: -2px;  /* Nudge up navigation list 2px for IE */
}						  /***************************************/
#navigation ul {
	list-style-type: none;
	margin: 0;
}
#navigation li {
	width: 200px;
	height: 30px;
	display: block;
	text-align: left;
	text-indent: 55px;
	line-height: 30px;
	font-size: 14px;
	color: #FF0000;
	text-transform: uppercase;
}
#navigation li a {
	width: 200px;
	height: 30px;
	display: block;
	text-decoration: none;
	color: #999999;
}
#navigation li a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}

/* Navigation Image Replacement */

#navigation h1 {
	height: 170px;
	width: 200px;
	display: block;
	text-indent: -1000em;
	background: url(../bilder/logo.png) no-repeat;
}
#navigation li.home a:hover {
	background: url(../bilder/a-home-over.jpg) no-repeat;
}
#navigation li.program a:hover {
	background: url(../bilder/a-program-over.jpg) no-repeat;
}
#navigation li.schedule a:hover {
	background: url(../bilder/a-schedule-over.jpg) no-repeat;
}
#navigation li.accomodation a:hover {
	background: url(../bilder/a-accomodation-over.jpg) no-repeat;
}
#navigation li.registration a:hover {
	background: url(../bilder/a-registration-over.jpg) no-repeat;
}
#navigation li.contact a:hover {
	background: url(../bilder/a-contact-over.jpg) no-repeat;
}
#navigation li.home {
	background: url(../bilder/a-home.jpg) no-repeat;
}
#navigation li.program {
	background: url(../bilder/a-program.jpg) no-repeat;
}
#navigation li.schedule {
	background: url(../bilder/a-schedule.jpg) no-repeat;
}
#navigation li.accomodation {
	background: url(../bilder/a-accomodation.jpg) no-repeat;
}
#navigation li.registration {
	background: url(../bilder/a-registration.jpg) no-repeat;
}
#navigation li.contact {
	background: url(../bilder/a-contact.jpg) no-repeat;
}


/* Formatting Footer */

#footer {
	border-top: 1px solid #D0E1D8;
	font-size: 0.9em;
	color: #84A393;
}
#footer a {
	margin-left: 1em;
}

/* General Classes */

.floatleft {
	float: left;
}
.clearleft {
	clear: left;
}
.smalltext {
	font-size: 0.9em;
	color:#999999;
	width: 75%;
}
.info {
	padding: 12px 1em 12px 45px;
	background: #EDF6F1 url(../bilder/i-info.png) no-repeat 10px 10px;
	border: 1px solid #D0E1D8;
}
.attention {
	padding: 12px 1em 12px 45px;
	background: #EDF6F1 url(../bilder/i-attention.png) no-repeat 10px 10px;
	border: 1px solid #D0E1D8;
	font-weight: bold;
}
.ok {
	padding: 12px 1em 12px 45px;
	background: #EDF6F1 url(../bilder/i-ok.png) no-repeat 10px 10px;
	border: 1px solid #D0E1D8;
}
.skip {
	display: none;
}
.intro {
	font-size: 1.25em;
	color: #333;
	font-style: italic;
	line-height: 1.5em;
	padding-right: 25%;
}
.hidden {
	display: none;
}
