* {padding: 0; margin: 0;}
img { border: 0px; }

body {
	background-color: #FFFFFF;
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 13px;
	line-height: 22px;
	color: #333333;
}

#wrapper {
	text-align: left;
	width: 706px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#header {
	background-color: #d61f25;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 40px;
	margin-left: 0px;
	position: relative;
}
#header   #logo  img {
	position: absolute;
	top: 10px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	right: 14px;
}
#content {
	margin-top: 0px;
	padding-top: 0px;
	margin-left: 20px;
	margin-right: 10px;
}
#footer {
	clear: both;
	background-image: url(bilder/fusslinie.gif);
	background-repeat: no-repeat;
	height: 20px;
	padding-left: 20px;
	padding-top: 14px;
	margin-top: 50px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	margin-bottom: 30px;
}

#navi {
	height: 50px;
	background-color: #FFFFFF;
	width: 706px;
	background-image: url(bilder/navi-bg.gif);
}
#leftColumn {
	float: left;
	width: 464px;
	padding-top: 20px;
}
#rightColumn {
	float: right;
	width: 182px;
	margin-left: 10px;
	padding-top: 20px;
}
#rightColumn p {
	font-size: 12px;
	line-height: 18px;
}
#logo {
	height: 66px;
}
#leftColumn p a {
	color: #666666;
	text-decoration: none;
}
#leftColumn p a:visited {
	color: #666666;
	text-decoration: none;
}
#leftColumn p a:hover {
	color: #d61f25;
	border-bottom: 1px dotted #d61f25;
	text-decoration: none;
}

#footer a {
	color: #666666;
	text-decoration: none;
}
#footer a:visited {
	color: #666666;
	text-decoration: none;
}
#footer a:hover {
	color: #d61f25;
	border-bottom: 1px dotted #d61f25;
	text-decoration: none;
}

.clearfloat { 
    	clear:both;
        height:0;
        font-size: 1px;
        line-height: 0px;
    }
.imgcenter {
	display: block;
	margin-right: auto;
	margin-left: auto;
}
.imgborder {
	border: 1px solid #CCCCCC;
	margin-top: 36px;
	margin-bottom: 6px;
}
.imgbordertop {
	border: 1px solid #CCCCCC;
	margin-top: 6px;
	margin-bottom: 6px;
}

.red {
	color: #d61f25;
}

strong {
	font-weight: bold;
	color: #333333;
}

p {
	padding-bottom: 12px;
	color: #333333;
}
h1 {
	font-family: Georgia, Arial, Helvetica, sans-serif;
	font-size: 140%;
	font-weight: bold;
	color: #d61f25;
	font-style: italic;
}
h2 {
	font-weight: bold;
	padding-bottom: 6px;
	font-size: 12px;
	color: #333333;
}
h3 {
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}
