* {margin:0;padding:0}

/* mac hide \*/
html,body {height:100%;width:100%;}

/* end hide */
body {
	background-color: #ffffff;
}

#outer{
background-color:none;
height:100%;
width:100%;
display:table;
vertical-align:middle;
}


	
#container {
	text-align: center;
	position:relative;
	vertical-align:left;
	display:table-cell;
	height:600px;
	
}

#inner {
	text-align: center;
	margin-left:25px;
	margin-right:auto;
	margin-top:25px;
	margin-bottom:auto;
	height:550px;
	width:800px;
	background-color:#ffffff;
}

#inner1 {
	text-align: center;
	margin-left:25px;
	margin-right:auto;
	margin-top:25px;
	margin-bottom:auto;
	height:550px;
	width:800px
}


#inhalt {
background-color:#336699c;}

#iframe_inhalt {
width:800px;
height:400px;
border:4px;
background-color:#ffffff;}




#menu {
	height: 110px;
	width: 800px;
	padding-top: 20px;
	margin-left:40px
}




#menu ul {
list-style: none;

margin-right: 15px;
margin-top: 5px;
padding: 0;

float: left;
}


#menu a, #menu h2 {
font: bold 11px/16px arial, helvetica, sans-serif;
display: block;

margin: 0;
padding: 2px 3px;
}


#menu h2 {
color: #000000;

text-transform: uppercase;
}

#menu h2 a:active {
color: #cc0000;		

text-transform: uppercase;
}

#menu a {
color: #000000;

text-decoration: none;
}

#menu a:hover {
color: #cc0000;

}


#menu li {position: relative;}
