body {
	margin: 0px;
	padding: 0px;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: normal;
	background-color: #444444;
	
}

h1, h2 {
	font-size: 20px;
	font-family: "Times New Roman", Times, serif;
	color: #43A4B5;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	margin-bottom: 2px;
}

h2 {
 	margin-top: 20px;
	/*color: #43A4B5;
	font-weight: bold;
	font-size: 12px;*/
 }
 
h3 {
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 20px;
	font-weight: bold;
	color: #000000;
	font-style: italic;
	font-family: "Times New Roman", Times, serif;

}

ul {
	margin-top: 0px;
	line-height: 20px;
}
 
a {
	color: #999999;
	text-decoration: none;
	font-style: italic;
}

a:hover {
	text-decoration: underline;
}

img {
	border: none;
}

td {
	vertical-align: top;
	padding-bottom: 5px;
	padding-left: 0px;
	padding-right: 10px;
}

#body {
	margin-left: auto;
	margin-right: auto;
	width: 760px;
	position: relative;
	font-family: "Times New Roman", Times, serif;
}

#kopf {	
	
	background-repeat: repeat-x;
	padding-left: 25px;
	padding-bottom: 40px;
	padding-top: 220px;
	background-image:  url(../stuff/top.jpg);
	background-color: #ffffff;
	border-left: 1px Dotted #ffffff;
	border-right: 1px Dotted #ffffff;

}

#mittlere_spalte {
	float: left;
	width: 712px;
	padding-top: 0px;
	padding-right: 23px;
	padding-left: 23px;
	padding-bottom: 56px;
	border-left: 1px Dotted #DCDCDC;
	min-height: 200px;
	border-right: 1px Dotted #DCDCDC;
	border-bottom: 1px dotted #DCDCDC;
	background-color: #ffffff;
} 



#impressum {
	text-align: left;
	float: right;
	padding: 4px 12px 4px 12px;
	color: #999999;
	font-size: 10px;
	font-family: "Times New Roman", Times, serif;
	margin-bottom: 14px;
}

.link {
	margin-top: 5px;
	font-size: 14px;
}

.top {
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	color: #000000;
	font-size: 14px;

}

#menu {
	margin-left: 0px;
	margin-right: 29px;
	margin-top: 0px;
	margin-bottom: 20px;
	text-align: left;
	font-size: 14px;
	background-image: url(../stuff/bgme.gif);
    padding-bottom: 9px;
	padding-top: 7px;
}

#menu a {
	color: #000000;
	font-family: "Times New Roman", Times, serif;
	padding: 7px;
	padding-top: 7px;
	padding-bottom: 7px;
		
}

*+html #menu a {display: block; float: left;}

#menu a:hover {
	background-color: #43A4B5;
	text-decoration: none;
	color: #ffffff;
}