@charset "UTF-8";
/* CSS Document */

html[xmlns^="http"]
         {
         /* verhindert Mozilla-Zucken
          * > Firefox 1.5
          */
         overflow-y: scroll;
         }

body {
	background-color:#666666;
	margin:0px;
	border:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:62.5% !important;
	font-style:normal;
	color: #FFF;
}	

p {
	margin-top: 0px;
*/
	padding-top: 0px; */
; 			font-size: 1.2em;
}

h1, h2, h3, h4, h5 {
	font-weight:bold;
	line-height: normal;
	margin-top: 0px;
	padding-top: 0px;
	font-size: 10em;
}
.abgesagt {
	font-weight: bold;
	color: #FF0000;
}

h1 {
	font-size:1.7em !important;
}

h2 {
	font-size:1.5em !important;
}

h3 {
	font-size:1.3em !important;
}

h4 {
	font-size:1.1em !important;
}

label {
	padding-left: 20px;
	display: block;
	font-size: 1.1em;
	font-weight: bold;
	padding-bottom: 3px;
}

input[type="text"], textarea {
	margin-bottom: 10px;
	margin-left: 20px;
	font: 1.2em Verdana, Arial, Helvetica, sans-serif;
}

a {
	text-decoration: none;
	color: #FFF;
}
a:hover {
	color: #999;
}
.termine {
	font-size: 1.3em;
}
.img-rechts {
	border: 1px solid #FFFFFF;
	margin-left: 50px;
}
