@charset "utf-8";

/* CSS Document */



* {

	font-family:Arial, sans-serif

	font-size:0.9em;

}

body {
    font-family: Verdana, 'Lucida Sans Unicode', sans-serif;
}


.normal {
	font-weight:normal;
}
#headerimg {

	height:185px;

	width:750px;

}



.bedingungen {

	font-size:0.8em;

}



.bedingungen > p {

	margin: 0.2em 0;

}



h1 {

	text-align:center;	

	display: block;

    font-size: 2em;

    font-weight: bold;

    margin: 0.67em 0;

}



h2 {

	text-align:center;	

	display: block;

    font-size: 1.5em;

    font-weight: bold;

    margin: 0.67em 0;

}

h3 {

	text-align:center;	

	display: block;

    font-size: 1.2em;

    font-weight: normal;

    margin: 0.67em 0;

}

.beschreibung {

	text-align:center !important
}

.nummer {

	width: 4em;	

	min:0;

}



.anfrage {

	width: 750px;

	border-collapse:collapse;

	margin-left:auto;margin-right:auto;

}



.ueberschrift {

	font-weight:bold;

	font-size:1.0em;

}



.hintergrund {

	background-color:#D1D1D1;			

}



.ergebnis {

	text-decoration:underline;

}



#container {

	width:760px;

	margin-left:auto;margin-right:auto;

}



#header {

	margin-left:auto;

	margin-right:auto;

	text-align:center;

	

}

.titelhighlight {
    color:green;   
}

.contenthighlight {
	color:green;
}

.zusatzprogbuchen {

	width:1em;	

}



.anmerkung {

	font-size:0.8em;

}



.wichtig {	

	color:red;

}



.absenden {

    background-color: rgba(181, 192, 128, 1);

    border: 2px solid rgba(255, 255, 255, 1);

    color: #fff;

    line-height: 3em;

    margin-bottom: 15px;

    margin-top: 15px;

    padding: 5px;

}



.gesamt {

	font-weight: bold;

	font-size:1.1em;

	text-decoration:underline;

}



.checked {

	height:15px;

	width:15px;

}

td {
	padding:2px;
}



hr { 
	height:0.5em; /* Firefox... */ 
	color:black;
	background-color:black;
	margin-top:2em;
	margin-bottom:2em;
	width:100%
} 

hr:after { /* Not really supposed to work, but does */ content: "\00a0"; /* Prevent margin collapse */ }