body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px !important;
	background-color: #FFF;
	margin: 0 auto;
	padding-top: 40px;
}

#wrapper {
    margin: 0 auto;
	width: 950px;
	background-color: #001042;
}

#header {
    width: 100%;
	height: 30px;
	background-color: #ffb400;
}
	
#linkeSpalte {
    float: left;
	width: 250px;
	height: 561px;
	background-image: url("images/back_left_blau.jpg");
	background-position: top right;
	background-repeat: no-repeat;
	background-color: #001042;
}

.menu {
	margin: 0;
	padding-top: 20px;
}

.menu ul, li{
	list-style-type: none;
	display: block;
	list-style-position: inside;
	padding-bottom: 5px;
	text-align: right;
	margin-right: 10px;
	margin-left: -40px;
	letter-spacing: 0.1em;
}

.menu ul ul{
	xpadding-bottom: 5px;
	margin-right: 5px;
}

.menu ul ul li a{
    color: #eee !important;
	text-decoration: none;
}

.current {
	font-weight:bold;
	color: #eee;
}

.menuDef {
    color: #f14d12;
}

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

a:hover {
	color: #fff;
	text-decoration: none;
}
    
#contentSpalte {
    float: left;
	width: 450px;
	height: 491px;
	padding-top: 70px;
	color: #001042;
	background-image: url(images/back_content_instrumente.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	background-color: #ffb400;
	overflow: auto;
}

.contentInhalt {
    padding-left: 40px;
	padding-right: 30px;
}

.contentInhalt h1{
    font-family: Times New Roman, Times, serif !important;
	font-weight: 100 !important;
	font-size: 16px !important;
	font-style: italic!important;
}

.contentInhalt h2{
    font-family: Times New Roman, Times, serif !important;
	font-weight: 200 !important;
	font-size: 14px !important;
	font-style: italic!important;
}

.contentInhalt p{
    font-family: Arial, Helvetica, sans-serif;
	font-size: 12px !important;
	padding-left: 10px;

}

#rechteSpalte {
    float: left;
	width: 250px;
	height: 561px;
	background-image: url(images/back_right_blau.gif);
	background-position: top left;
	background-repeat: no-repeat;
	background-color: #001042;
}

form {
	margin: 0;
}

#footerIMB {
	clear: both;
    width: 100%;
	height: 30px;
	background-color: #ffb400;
}
