
body {
	
	font-family: Arial;
color: #000;
	font-size: 11px;

}

#wrap p {
	font-size: 11px;
	color: #FFF;
	line-height: 14px;
	margin-bottom: 12px;
}

#wrap h1, #wrap h2, #wrap h4, #wrap h5, #wrap h6 {
	
	color: #FFF;
	font-family: Verdana;
}

#wrap h1 {
	font-size: 12px;
	display: block;
	border-bottom: 1px dotted #FFF;
	padding-bottom: 3px;
	margin-bottom: 4px;
}

#wrap h2 {
	font-family: Arial;
	font-size: 11px;
	display: block;
	border-top: 1px dotted #FFF;
	padding-top: 5px; 
	margin-top: 35px;  /* fŸr 4 Zeilen Events */
	/* margin-top: 78px;  fŸr 3 Zeilen Events */
}

#wrap a {
	text-decoration: underline;
	color: #FFF;
}

#wrap a:visited, #wrap a:link {
	text-decoration: underline;
	color: #FFF;
}

#wrap a:hover {
	color: #B40000;
}

#wrap p.LinieUnten {
	border-bottom: 1px dotted #FFF;
	padding-bottom: 4px;
	margin-bottom: 4px;
}

p {
	font-size: 11px;
	color: #FFFFFF;
	line-height: 14px;
	margin-bottom: 12px;
}

h1, h2, h4, h5, h6 {
	
	color: #FFFFFF;
	font-family: Verdana;
}

h1 {
	font-size: 12px;
	margin-bottom: 20px;
}

h2 {
	font-family: Arial;
	font-size: 11px;
	display: block;
	border-top: 1px dotted #FFF;
	padding-top: 5px;
	margin-top: 35px;
}

a {
	text-decoration: underline;
	color: #FFFFFF;
}

a:visited, a:link {
	text-decoration: underline;
	color: #FFFFFF;
}

a:hover {
	color: #000;
}

p.LinieUnten {
	border-bottom: 1px dotted #FFF;
	padding-bottom: 4px;
	margin-bottom: 4px;
}


img {
	border: none;
}

input {
	font-family: Arial;
	font-size: 12px;
	border: 1px solid #ffffff;
	padding: 2px;
	background-image: url(../img/bg-forms.jpg);
	background-position: left top;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

textarea {
	font-family: Arial;
	font-size: 12px;
	border: 1px solid #ffffff;
	padding: 1px;
	background-image: url(../img/bg-forms.jpg);
	background-position: left top;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

label {
	font-size: 12px;
}