#body {
	margin: 10px 10px 10px 10px;
	background-color:#ffffff;
}

#shadow_top {
	background-image:url(schatten_oben.png);
	background-repeat:no-repeat;
	width:786px;
	height:19px;
}

#shadow_bottom {
	background-image:url(schatten_unten.png);
	background-repeat:no-repeat;
	width:786px;
	height:19px;
	background-position:bottom;
}

#shadow_left_right {
	background-image:url(schatten_left_right.png);
	background-repeat:repeat-y;
	width:786px;
	height:auto;
}

#main {
	margin:0px;
	width:760px;
	position:relative;
	top:-6px;
	border-color:#000000;
	border-style:solid;
	border-width:1px;
	background-color:#FFFFDD;
}

#header {
	background-color:#000000;
	width:760px;
	height:150px;
	background-image: url(Banner_Kerstin_Gumpert.jpg);
}

#menu {
	width: 760px;
	height: 28px;
	text-align:center;
	background-color:#666666;
	font-size:16px;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
}

#text {
	width:730px;
	height:350px;
	background-color:#FFFFDD;
	color:#000000;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	margin: 10px 15px 10px 15px;
}

#right {
	text-align:right;
}

#footer {
	background-color:#666666;
	color:#ffffff;
	size:9px;
	width:760px;
	height:15px;
	font-size: 10px;
	font-family:Arial, Helvetica, sans-serif;
	position:relative;
	top:+13px;
}

#headline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #000000;
	line-height: 18px;
}

.bild img {
	float:left;
	margin-right:10px;
	margin-bottom: 10px;
}

a {
	color:#000000;
}


.tabelle td a { 
	display:block; 
}

.tabelle a:link {
	color: #FFFFFF;
	text-decoration: none;
}

.tabelle a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

.tabelle a:hover {
	color: #FFFFFF;
	background-color:#333333;
	text-decoration: none;
}

.tabelle a:active {
	color: #FFFFFF;
	text-decoration: none;
}

