body{
font-family: Verdana, "Times New Roman", Times, serif;
font-size:small;
text-align:justify;
margin-bottom:30px;
margin-top:0px;
background-color:#FFF;
background-image:url(images/bg.png);
background-repeat:repeat-x;
}
#wrap {
margin:auto;
width:967px;
background-image:url(images/bgmiddle.png);
background-repeat:no-repeat;
background-position:top center;
}
#inhalt {
padding:25px;
padding-bottom:40px;
padding-top:70px;
position:relative;
min-height:400px;
border:1px solid #AAAAAA;
width:650px;
margin:0px;
margin:auto;
background: rgba(255, 255, 255, 0.5);
background-image:url(images/logo.gif);
background-repeat:no-repeat;
background-position:top right;
}
#inhalt p{
margin-bottom:-5px;
}
#menu {
width:650px;
margin:auto;
}
#menu a:link, #menu a:visited {
font-family:Georgia, "Times New Roman", Times, serif;
font-size:medium;
background-color:#FFF007;
padding:5px 20px 0px 20px;
text-decoration:none;
color:#444444;
}
#menu a:hover, #menu a:focus {
background-color:#FFFF99;
color: #191919;
}
#menu .nolink {
font-family:Georgia, "Times New Roman", Times, serif;
font-size:medium;
background-color:#FFF007;
padding:5px 20px 0px 20px;
text-decoration:none;
color:#FFFFFF;
cursor:default;
}
h1 {
font-family: Lucida Sans, Trebuchet MS, Geneva, Tahoma, Verdana;
font-variant:small-caps;
border-bottom:1px dotted #333333;
padding-bottom:3px;
padding-top:3px;
line-height:29px;
width:300px;
margin:auto;
margin-bottom:25px;
text-align:center;
color:#666666;
}
h2 {
font-family: Lucida Sans, Trebuchet MS, Geneva, Tahoma, Verdana;
font-variant:small-caps;
margin-top:60px;
padding-top:15px;
border-top:1px solid #CCCCCC;
}
h3 {
font-family: Lucida Sans, Trebuchet MS, Geneva, Tahoma, Verdana;
font-variant:small-caps;
margin-top:30px;
font-size:large;
}
.date {
float:right;
color:#CCCCCC;
font-size:small;
border-bottom:1px dotted #CCCCCC;
}
a:link, a:visited {
text-decoration:none;
color:#444444;
}
a:hover, a:focus {
text-decoration:underline;
color: #191919;
}
#footer {
font-size:x-small;
margin:0px;
padding-top:5px;
width:650px;
margin:auto;
}
a img {
border-color:#FFF;
}
a:hover img {
border-color:#666;
}
label {
	display: inline-block;
	width:160px;
	text-align:left;
}
form ol {
	padding: 0;
	list-style-position:inside;
	list-style-type: none;
	list-style-image:none;
}
form li {
	list-style-position:inside;
	list-style-type: none;
	padding: 7px;
	margin: 0;
}
textarea {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}

.kontakt {
	padding:1px;
	background: #FAFAFA;
	border: 1px solid #CCCCCC;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 13px;
	width:300px;
}
.falsch {
	padding:1px;
	background: #FFFFFF;
	border: 1px solid #FF3300;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 13px;
	width:300px;
}
#plz {
	width:47px;
}
#ort {
	width:239px;
}
#vorname, #nachname {
	width:143px;
}
.kontakt:hover, .kontakt:focus {
	background-color: #FFFFFF;
	border: 1px solid #7F9DB9;
}