/* *********************************************** */
/* reset */


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, object {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

:focus {
	outline: 0;
}

body {
	line-height: 1;
	color: black;
	background: white;
}

ol, ul {
	list-style: none;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}



/******************************************************************************************/



body {
	font:14px/1.4 "Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;
	background: #095484;
	margin: 0;
	padding: 0;
	color: #000;
}


ul, ol, dl {
	padding: 0;
	margin: 0;
}

h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	
}

a img { 
border: none;
}

a, a:link, a:hover, a:visited {
	color: #5b5f99;
	text-decoration: underline;
}

a:hover, a:active, a:focus { 
	text-decoration: none;
}

strong {
	font-weight: bold;
	}


h1 {
	font-size: 24px; 
	color: #095484; 
	font-weight: bold;
	margin-bottom: 0px;
}

h3 {
	font-size: 24px;
	font-weight: bold; 
	margin: 0px 0;
	color: #095484;
	line-height: 20px;
}

h4 {
	font-size: 20px;
	font-weight: bold; 
	margin: 0px 0;
	color: #fff;
	line-height: 20px;
}

h2 {
	font-size: 24px; 
	color: #095484; 
	font-weight: bold;
	margin-bottom: 0px;
}

p {
	margin-top: 20px;
	line-height: 20px;
}

em {
	font-style: italic;
	}


ul {
	margin: 10px 0 10px;
	padding-left: 20px;
}

li {
	list-style: square;
	padding-left: 5px;
	list-style-position: outside;
	}

li span {
	font-weight: bold;
	}

.wrapper {
	margin: 0 auto;
	width: 820px;
	}
	
.container {
	width: 820px;
	background: url('bg.jpg') repeat-y;
	float: left;
}

.header {
	width: 780px;
	height: 259px;
	margin: 0 0 20px 20px;
	float: left;
	}

.content {
	width: 767px;
	margin: 0 0 0 35px;
	float: left;
}


.box {
	float: left;
	width: 710px;
	color: white;
	font-size: 20px;
	font-weight: bold;
	padding: 20px;
	margin: 20px 0 20px 0;
	background: #095484;
	}
	


.box img {float: left; margin: 0 10px 0px 0;}

.box h3 {
	color: white;
	font-size: 22px;
	margin-top: 10px;
	}


.anmeldung .submit {
	width: 200px;
	float: left;
	background: url("button.png") no-repeat;
	color: white;
	border: 0;
	font-weight: bold;
	margin-left: 73px;
	font-size: 16px;
	padding: 10px 0 10px 0;
	height: 40px;
	cursor: pointer;
	text-align: center;
}

.eindrittel {
	width: 220px;
	float: left;
	margin: 20px 0px 20px 20px;
	background: #e14116;
	color: #fff;
	padding: 10px;
	}
	
.zweidrittel {
	width: 490px;
	float: left;
	margin-bottom: 20px;
	}
	
.bezahlung {
	float: left;
	width: 457px;
	color: white;
	padding: 20px 20px 90px;
	margin: 20px 0 20px 0;
	background: #5b5f99 url('welle.jpg') no-repeat;
	background-position: bottom;
}