/*--------- Reset Browser-Einstellungen http://meyerweb.com/eric/tools/css/reset/ v2.0 20110126 License: none (public domain) ----------*/

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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
	}

blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*---------- Ende Reset ----------*/

body{
	background-color: rgb(255,255,255);
	font-family: verdana, arial, sans-serif;
	line-height: 1.4em;
}

h1, h2, h3, p, i, td, legend, label{
	color: rgb(0,0,0);
	margin: 10px 10px 10px 10px;
}

h1{
	font-size: 140%;
	font-weight: normal;
}

h2{
	font-size: 120%;
	font-weight: normal;
}

h3, legend{
	font-size: 100%;
	font-weight: normal;
}

p{
	text-align: justify;
	font-size: 90%;
	font-weight: normal;
}

td, label{
	font-size: 90%;
	font-weight: normal;
}

i{
	text-align: justify;
	font-size: 90%;
	font-weight: normal;
	font-style: italic;
}

a {
	color: rgb(0,0,0);
	text-decoration-line: underline;
}

a:hover{
	font-weight: bold;
}

#wrapper{
	max-width:960px;
	margin: 0px auto 0px auto;
	box-shadow: 0 0 20px 6px #999999;
}

header{
	height: 190px;
}

.formular{
	margin: 10px 0px;
}

section{
	}

audio{
	width: 280px;
	margin: 10px;
}

footer{
	background-color: rgb(202,193,186);
	clear: both;
	padding: 10px 10px 10px 10px;
}

nav a{
	float: left;
}

nav img{
	margin: 0px 0px 0px 0px;
}

.aktuell{
	max-width: 920px;
	margin: 20px 20px 20px 20px;
	float: center;
	clear: both;
	background-color: rgb(255,51,51);
	padding: 10px 10px 10px 10px;
	text-align: center;
}

.superaktuell{
	max-width: 920px;
	margin: 20px 20px 20px 20px;
	float: center;
	clear: both;
	background-color: rgb(255,153,51);
	padding: 10px 10px 10px 10px;
}

.spalten12{
	max-width: 300px;
	margin: 20px 10px 30px 10px;
	float: left;
	clear: both;
}

.spalten12 img{
	max-width: 300px;
	margin: 0px;
}

.spalten3456{
	max-width: 620px;
	margin: 10px;
	float: right;
}

.spalten3456 img{
	max-width: 620px;
	margin: 0px;
}

.spalten1234{
	max-width: 620px;
	margin: 20px 10px 30px 10px;
	float: left;
	clear: both;
}

.spalten1234 img{
	max-width: 620px;
	margin: 0px;
}

.spalten1234a{
	max-width: 600px;
	margin: 20px 10px 30px 20px;
	float: left;
	clear: both;
}

.spalten56{
	max-width: 300px;
	margin: 10px;
	float: right;
}

.spalten56 img{
	max-width: 300px;
	margin: 0px;
}

.indexseite{
	margin-top: 50px;
}

fieldset{
	background-color: rgb(255,255,255);
	max-width: 600px;
	margin: 10px 10px;
	border: 1px solid;
}

legend{
	margin: 10px;
}

label{
	width: 300px;
	margin: 60px;
}

input{
	width: 300px;
	margin-right: 10px;
	float: right;
}

.checkbox{
	width: 20px;
	margin-right: 300px;
}	

.SicherheitsCode{
	width: 300px;
	height: 30px;
	margin-right: 10px;
	float: right;
}

#senden{
	width: 304px;
	height: 30px;
	margin: 10px 10px 10px 2px;
	float: right;
}	

textarea{
	width: 298px;
	height: 50px;
	margin: 0px 10px 10px 2px;
	float: right;
}

p.footer{
	text-align: center;
	margin: 0px 0px 0px 0px;
}

table{
	line-height: 1.4em;
	margin: 10px;
}

.Spalte1{
	width: 290px;
	text-align: right;
	padding: 0px 10px 0px 10px;
}

.Spalte2{
	width: 620px;
	text-align: left;
	padding: 0px 10px 0px 10px;
}

/* Druck */

@media print{
	
	nav{
		display: none;
	}
	
	header{
		height: 0px;
	}

	h1{
		font-size: 14pt;
		color: black;
		margin-bottom: 7pt
	}

	h2{
		font-size: 12pt;
		color: black;
	}

	h3{
		font-size: 10pt;
		color: black;
	}
		
	p{
		font-size: 9pt;
		color: black;
	}
	
	i{
		font-size: 9pt;
		font-style: italic;
		color: black;
	}

	#wrapper{
		box-shadow: none;
		background-color: white;
		
	}

}

