body {
    font: normal 10px Verdana,Arial,Helvetica, sans-serif;
}

img {
	border: 0;
}

div.page {
    position:absolute;
    left:0px;
    top:0px;
    width:760px;
    height:570px;
}

div.bg-top {
    position:absolute;
    left:0px;
    top:0px;
    width:760px;
    height:50px;
}

div.logo {
    position:absolute;
    left:0px;
    top:50px;
    width:294px;
    height:58px;
}

div.menu-unternehmen a:link, div.menu-unternehmen a:visited {
    position:absolute;
    left:294px;
    top:50px;
    width:106px;
    height:93px;
    background: url( ../images/menu_unternehmen.png );
}

div.menu-unternehmen a:hover {
    background: url( ../images/menu_unternehmen-hover.png );
}

div.menu-unternehmen a:hover {
    background: url( ../images/menu_unternehmen-hover.png );
}

div.menu-service a:link, div.menu-service a:visited {
    position:absolute;
    left:400px;
    top:50px;
    width:71px;
    height:93px;
    background: url( ../images/menu_service.png );
}

div.menu-service a:hover {
    background: url( ../images/menu_service-hover.png );
}

div.menu-partner a:link, div.menu-partner a:visited {
    position:absolute;
    left:471px;
    top:50px;
    width:63px;
    height:93px;
    background: url( ../images/menu_partner.png );
}

div.menu-partner a:hover {
    background: url( ../images/menu_partner-hover.png );
}

div.menu-projekte a:link, div.menu-projekte a:visited {
    position:absolute;
    left:534px;
    top:50px;
    width:68px;
    height:93px;
    background: url( ../images/menu_projekte.png );
}

div.menu-projekte a:hover  {
    background: url( ../images/menu_projekte-hover.png );
}

div.menu-kontakt a:link, div.menu-kontakt a:visited {
    position:absolute;
    left:602px;
    top:50px;
    width:66px;
    height:93px;
    background: url( ../images/menu_kontakt.png );
}

div.menu-kontakt a:hover  {
    background: url( ../images/menu_kontakt-hover.png );
}

div.menu-bg-right {
    position:absolute;
    left:668px;
    top:50px;
    width:92px;
    height:93px;
    background: url( ../images/menu-bg-right.png );
    background-repeat: repeat-x;
}

div.bg-grey {
    position:absolute;
    left:0px;
    top:108px;
    width:98px;
    height:195px;
    background: #98a6ae;
}

div.bg-baum {
    position:absolute;
    left:98px;
    top:108px;
    width:196px;
    height:195px;
}

div.bg-baum-red {
    position:absolute;
    left:294px;
    top:143px;
    width:195px;
    height:160px;
}

div.bg-dark-grey {
    position:absolute;
    left:489px;
    top:143px;
    width:271px;
    height:160px;
    background: #98a6ae;
}

div.schraffur {
    position:absolute;
    left:0px;
    top:303px;
    width:98px;
    height:267px;
}

.head {
    font-size: 180%;
    margin: 10px;
}

div.content-left {
    position:absolute;
    left:98px;
    top:303px;
    width:196px;
    background: #FFF;
}

div.content-left p {
    margin: 10px 20px;
}

div.content-left p.head {
    color: #A2238E;
}

div.content-right {
    position:absolute;
    left:294px;
    top:303px;
    width:466px;
    height:267px;
    background: #cdd3d6;
}

div.content-right p {
    margin: 10px 20px;

}

div.content-right p.head {
    color: #07637D;
}

.iframe {
	padding: 10px;
}


.scrolling {
	overflow: auto;
    width:466px;
    height:267px;
} 

#navcontainer { 
	width: 190px; 
}

#navcontainer ul {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
}

#navcontainer a {
	display: block;
	padding: 3px 20px;
	width: 189px;
	background-color: #2B5466;
	border-bottom: 1px solid #eee;
}

#navcontainer a:link, #navlist a:visited {
	color: #EEE;
	text-decoration: none;
}

#navcontainer a:hover {
	background-color: #98A6AE;
	color: #fff;
}