﻿@charset "utf-8";
/* CSS Document */

* { 
 margin: 0; 
 padding: 0;
}

body {
	width: 100%;
	background-color:#EE9A69;
	color: #72706F;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a:hover {
	font-weight: bold;
}

a:visited, a:link, a:active {
	color: #72706F;
	font-family:Arial, Helvetica, sans-serif;	
}



#top {
	height: 44px;
}

#center {
	height: 110%;
	position: absolute;
	width: 1050px;
	left: 50%;
	margin-left: -525px;
	background-image: url(/media/hintergrund.jpg);
	background-repeat: repeat-y;

}

#logo {
	position: relative;
	left: 135px;
	width: 779px;
	height: 219px;
	background-image: url(/media/logo.jpg);
	background-repeat: no-repeat;
}

#main {
	width: 779px;
	height: 400px;
	left: 135px;
	top: -51px;
	position: relative;
}

#inhalt {
	height: 400px;
	width: 540px;
	margin-left: 20px;
	border-style: solid;
	border-width: 2px;
	border-color: #B74F8F;
	background-color: white;
	float: left;
}

#text {
	width: 480px;
	height: 360px;
/*	margin-top: 20px;
	margin-left: 40px; */
	
	padding-top: 20px;
	padding-left: 40px;
}

#text ul {
	padding-left: 30px;
}

#right {

}


#menu {
	padding-top: 100px;	
	padding-left: 600px;

}

#menu li {
	list-style-type: none;
}

#menu a {
	text-decoration: none;
}

#menu a:hover {
	text-decoration: underline;
	font-weight: bold;
}


a.menu_current {
	font-weight: bold;
	color: #B74F8F;
	text-decoration: none;	
}



