html*
{
margin: 0px;
padding: 0px;
}

body {
	overflow: auto;
	font-size: 13px;
	margin: 0px 20px 0px 20px; 
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #292929;
	background-color: #fdfee3;
}

TABLE  {
	background-repeat: no-repeat;
	width: 750px;

}

a:link {
	color: #ff4600;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #ff4600;
}
a:hover {
	text-decoration: none;
	color: #7b7b7b;
}
a:active {
	text-decoration: none;
		color: #ff4600;
}
h1 {
	font-size: xx-large;
	color: #7b7b7b;
}
h2 {
	font-size: x-large;
	color: #7b7b7b;
}
h3 {
	font-size: large;
	color: #7b7b7b;
}

#welt {
	position: absolute;
	left:50%;
	margin-left:-400px;
	margin-top: 3%;
	width: 50%; 
	min-width: 800px;
	height: 85%;
	z-index:1;
background-color: #fb9c6e; 
	border: 5px;
	border-color: #fb9c6e; 
	border-style: solid;
}

#header {
	
	margin: 0px;
	height: 20%;
	z-index:2;
	background-image: url(elketinglogo1.jpg);
	background-repeat: no-repeat;
	background-color: #fb9c6e; 
	border-bottom: 1px;
	border-bottom-color: #fb9c6e; 
	border-bottom-style: solid;
}



 
#menu {
  	margin :0px;
	width: 50%; 

	z-index:400;
	background-color: #fb9c6e; 
	list-style: url(list1.jpg);
}




#inhalt {
	height: 73%;
	overflow: auto;
	z-index:4;
	border-bottom: 1px;
	border-bottom-color: #fb9c6e; 
	border-bottom-style: solid;
	border-top: 1px;
	border-top-color:  #fb9c6e; 
	border-top-style: solid;
}
#footer {
	margin: 0px;
	height: auto;
	z-index:5;
	background-color: #fb9c6e; 
	border-top: 5px;
	border-top-color: #fb9c6e; 
	border-top-style: solid;
}






.menu, .menu ul { 
margin: 0;
padding : 0; 
border : 0; 
list-style-type : circle; 
display : block; 
font-family: "MS Sans Serif", Geneva, sans-serif;
font-variant : small-caps; 
font-size : 14px; 
} 
.menu li { 
margin : 0; 
padding : 0; 
border : 0; 
display : block; 
float : left; 
position : relative; 
z-index : 5; 
font-size : 12px; 
} 
.menu li:hover { 
z-index : 10000; 
white-space : normal; 
} 
.menu li li { 
float : none; 
text-align : left; 
display : block; 
} 
.menu ul { 
visibility : hidden; 
position : absolute; 
z-index : 10; 
top : 0; 
} 
.menu li:hover > ul { 
visibility : visible; 
top : 100%; 
} 
.menu li li:hover > ul { 
top : 5px; 
left : 70%; 
} 
.menu:after, .menu ul:after { 
content : "."; 
height : 0; 
display : block; 
visibility : hidden; 
overflow : hidden; 
clear : both; 
} 
.menu, .menu ul { 
min-height : 1px; 
} 
.menu ul { 
background-image : url(img/blind.gif); 
padding : 0; 
margin : 0; 
} 
.menu ul ul { 
padding : 0; 
margin : 0; 
background-color : #fb9c6e; 
} 
.menu { 
width : 760px; 
z-index : 30; 
font-variant : small-caps; 
margin-left : 45%; 
} 
.menu { 
font-size : 11px; 
background : transparent; 
} 
.menu ul { 
width : 150px; 
margin : 0; 
padding : 0; 
list-style-type : none; 
border-left : 1px solid #66676b; 
} 
.menu li { 
display : block; 
float : left; 
text-align : center; 
margin : 0; 
list-style-type : none; 
list-style-image : none; 
} 
.menu a { 
display : block; 
background-color: #fb9c6e; 
color : #66676b; 
line-height : 1em; 
padding : 0.5em 0.5em; 
border-right : 1px solid #66676b; 
background-repeat : repeat-x; 
font-weight : bold; 
text-decoration : none; 
} 
.menu .menu-parent { 
color : #f1e4c0; 
background-repeat : repeat-x; 
background-position : right bottom; 
} 
.menu .menu-current { 
color : #f1e4c0; 
} 
.menu a:hover, .menu li:hover > a { 
background-color : #fb9c6e; 
color : #f1e4c0; 
display : block; 
z-index : 20; 
} 
.menu li li:hover > ul { 
display : block; 
z-index : 20; 
} 
.menu li li { 
width : 150px; 
display : block; 
margin : 0; 
text-align : left; 
} 
.menu li li a { 
background : #fb9c6e; 
line-height : 0.9em; 
display : block; 
clear : both; 
border : none; 
} 
.menu ul > li + li { 
border-top : 0; 
} 
.menu > li:first-child > a, .menu li + li + li li:first-child > a { 
color : #66676b;  
} 
