html,body	{
    		margin:0;
    		padding:0;
    		background:#FFFFFF;
			overflow-x: no;
    		}


#container 	{
		width:900px;
		height: 603px;
		margin:50px auto;
		border-width: 0px;
		border-color: #cccdcd;
		border-style: solid;
		}

#header		{
		width:900px;
		float: right;
		height:170px;
		background-image: url(bilder/header.jpg)
		}	
			
#navigation1 	{ 
		float: left; 
        width: 900px;
	  	height: 70px;
		background-color: #1351b7;
        border-top-width: 1px;
        border-top-style: solid;
        border-top-color: #ffffff;
					}
#navigation2 	{ 
		float: left; 
        width: 900px;
	  	height: 35px;
		background-color: #ccecff;
	    border-top-width: 1px;
        border-top-style: solid;
        border-top-color: #ffffff;
				}
	
#content	{
		width:900px;
		height:325px; /*für IE */		
		float:left;
		background-color: #e9f7ff;
		 border-top-width: 1px;
        border-top-style: solid;
        border-top-color: #ffffff;
				}

#foot	{    
		float: left;
		width: 900px;
		height: 35px;
		background-color:#d9eaa2;
	    border-top-width: 1px;
        border-top-style: solid;
        border-top-color: #ffffff;
		}	
.footmenu
  {
    width:860px;
    height:18px;
    font-size:12px;
	font-family:Arial;
	font-weight:bold;
    margin-top:10px;
	margin-left:40px;
  }
  
.footmenu a {
	color:#7e8173;
    text-decoration:none;
}
.footmenu a:hover {
	color:#51534a;
    text-decoration:none;
}  

/* ######### CSS for top level tabs ######### */
#mytabsmenu{ 
width:700px;
margin-left:200px;

}

#mysubmenuarea{
width:700px;
margin-left:200px;
}


.tabsmenuclass ul{
overflow: hidden;
float: left;
height: 35px;
margin:0;
padding: 0;
list-style-type: none;
}

.tabsmenuclass li{
float: left;
margin-right: 2em;
}

.tabsmenuclass a{
display: block;
color: #ffffff;
padding: 10px 0px;
text-decoration: none;
font: bold 13px Arial;
}

.tabsmenuclass a:hover, .tabsmenuclass a.selected{
color:#CCECFF ;
}

/* ######### CSS for sub menu container below ######### */

.tabsmenucontentclass{
clear: left;
height: 35px;
padding: 0px;
background: #ccecff;
}
.tabsmenucontentclass a{
display: block;
color: #2a91b5;
padding: 10px 0px;
text-decoration: none;
font: bold 13px Arial;
}
.tabsmenucontentclass a:hover, .tabsmenucontentclass a.selected{
color: #1351B7;
}
.tabsmenucontentclass ul{
margin: 0;
padding: 0;
list-style-type: none;
}

.tabsmenucontentclass li{
float: left;
margin-right: 1em;
}

