* {
    padding: 0;
    margin: 0;
} 

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #333333;
	background-color: #fff;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-position: 0px 20px;
}

img { border: none; }
a {
	color: #bb133e;
	text-decoration: none; 
}
a:hover {
	text-decoration: none;
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
}

#wrap {
	margin: 0 auto;
	width: 800px;
}

#header { 
height: 150px;
}
#header h1 {
	font-size: 30px;
	font-weight: 100;
	letter-spacing: -3px;
	padding: 6px 0 5px 0;
	font-family: "Times New Roman", Times, serif;
}
#header h1 a {
color: #0A6380;
text-decoration: none;
}
#header h1 a:hover {
	color: #222;
	text-decoration: none;
	font-size: 24px;
}
#header h2 {
color: #3692AF;
font-size: 19px;
font-weight: 100;
padding: 0 0 0 0;
letter-spacing: -1px;
line-height: 12px;
}

#content {
padding: 10px 0;
}

.left {
width: 568px;
float: left;
text-align: justify;
}
.left h2 {
	color: #bb133e;
	font-size: 22px;
	letter-spacing: -1px;
	font-weight: 100;
	padding : 15px 0 15px 0;
}

.right {
	width: 170px;
	float: right;
	padding: 10px;
	font-size: 12px;
	color: #900;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #900;
}
.right ul {
list-style-type: none;
padding: 5px 10px 10px 10px;
}
.right h2 {
height: 30px;
font-size: 12px;
color: #666;
line-height: 30px;
}
.right a {
	text-decoration: none;
}

#footer {
	text-align: center;
	color: #333;
	font-size: 11px;
	padding: 0 0 10px 0;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #900;
}
.picbox {
	float: left;
	width: auto;
	padding: 2px;
	border: 1px solid #999;
	text-align: center;
	margin: 10px;
}
.anschrift {
	float: left;
	width: auto;
	padding: 2px;
	border: 1px solid #999;
	text-align: left;
	margin: 10px;
}
#picbar img {
	display: block;
}
