@charset "UTF-8";
body {
	background-color: #FFFFFF;
	background-image: url(anna-katharina-behnke-hg.jpg);
	background-repeat: repeat-x;
}
p {
	padding: 15px 0;
}
h1 {
	font-size: 24px;
}
h2 {
	color: white;
	font-size: 20px;
	letter-spacing: 3px;
	background-color: #C8A3AA;
	padding: 5px;
}
#content a,
#content a:hover,
#content a:active,
#content a:visited {
	color: black;
	text-decoration: underline;
}
#main {
	height: 650px;
	width: 950px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin: 0px auto 0px auto;
}
#header {
	background-image: url(anna-katharina-behnke.jpg);
	background-repeat: no-repeat;
	height: 30px;
	width: 900px;
	padding: 80px 0 0 50px;
}
#navi {
	font-size: 13px;
	font-weight: bold;
	margin-top: 17px;
	padding-left: 50px;
}
#navi li {
	float: left;
	list-style-type: none;
	margin-right: 25px;
}
#navi li a,
#navi li a:active,
#navi li a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
#navi li a:hover,
#navi li a.current {
	text-decoration: none;
	color: #000000;
}
#left {
	height: auto;
	width: 950px;
	float: left;
	margin-top: 9px;
}
#content {
	background-image: url(behnke-content-wide-hg.jpg);
	padding: 0px 50px;
	background-repeat: repeat-y;
	height: auto;
	line-height: 1.6em;
}
#right {
	height: auto;
	width: 373px;
	float: left;
	margin-top: 34px;
}

table {
	width: 100%;
	padding-bottom: 25px;
	background-color: white;
}
td {
	background-color: #DDD;
	padding: 5px;
	border-right: 1px solid white;
	border-bottom: 1px solid white;
}
.left, .img-l {
	float: left;
	margin: 0 15px 15px 0;
}
.right, .img-r {
	float: right;
	margin: 0 0 15px 15px;
}
p.impressum{
	text-align: center;
	font-size: 10px;
}
p.impressum a,
p.impressum a:visited,
p.impressum a:active{
	color: #000000;
}

