@charset "UTF-8";

body {
	background: #ffffff;
	margin: 0;
	padding:0;
	text-align: left;
	}

#logo {
	width: 364px;
	height: 44px;
	margin-top: 75px;
	margin-right: auto;
	margin-left: 0px;
	background-image: url(images/headerlogo_we.gif);
	background-repeat: no-repeat;
	background-position: left top;
	}
	

#menu ul {
	list-style:none;
	float:left;
	padding: 0 0 0 0;
	width:100%;
	height: 25px;
	margin: 20px 0 0 0;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 25px;
	font-size: 14px;
	}

#menu ul li {
	list-style:none;
	display:block;
	}

#menuA {
	list-style:none;
	width:100%;
	height: 25px;
	background-color:#000000;
	text-indent: 30px;
	}

#menuAact {
	list-style:none;
	width:100%;
	height: 25px;
	background-color:#FF0033;
	text-indent: 30px;
	}	

#menuA a {
	display:block;
	}

#menuA a:hover {
	background-color: #FF0033;
	color:#000000;
	}
	
#menuB {
	list-style:none;
	width:100%;
	height: 25px;
	background-color:#000000;
	text-indent: 30px;
	}
	
#menuBact {
	list-style:none;
	width:100%;
	height: 25px;
	background-color:#CC33FF;
	text-indent: 30px;
	}

#menuB a {
	display:block;
	}

#menuB a:hover {
	background-color: #CC33FF;
	color:#000000;
	}
	
#menuC {
	list-style:none;
	width:100%;
	height: 25px;
	background-color:#000000;
	text-indent: 30px;
	}
	
#menuCact {
	list-style:none;
	width:100%;
	height: 25px;
	background-color:#00CCCC;
	text-indent: 30px;
	}

#menuC a {
	display:block;
	}

#menuC a:hover {
	background-color: #00CCCC;
	color:#000000;
	}

#menuD {
	list-style:none;
	width:100%;
	height: 25px;
	background-color:#000000;
	text-indent: 30px;
	}

#menuDact {
	list-style:none;
	width:100%;
	height: 25px;
	background-color:#00FF33;
	text-indent: 30px;
	}	

#menuD a {
	display:block;
	}

#menuD a:hover {
	background-color: #00FF33;
	color:#000000;
	}


#main {
	width: 650px;
	margin-top: 150px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: 30px;
	padding-bottom: 20px;
	}

#horizonte {
	margin-left: 30px;
	margin-top: 30px;
	width: 242px;
	height: 22px;
	background-image:url(images/balken.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	}

#box {
	border: 1px solid #000000;
	width: 200px;
	}

#footer {
	position:relative;
	width: 100%;
	height: 20px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-indent: 30px;
	line-height: 30px;
	}
	
#footer a:hover {
	text-decoration: underline;
	color: #000000;
	}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	letter-spacing: -1px;
	line-height: 30px;
	font-weight: normal;
	}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 0px;
	font-weight: normal;
	}
	
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px;
	font-weight: normal;
	letter-spacing: 0px;
	}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	font-weight: normal;
	letter-spacing: 0px;
	}

a:link, a:visited {
	color: #000000;
	text-decoration: none;
	}

a:hover {
	color:#666666;
	}
