body {
	background-color: #aaaaaa;
         font-family:Helvetica,Helv;

         color:#4b4b4b;
         height 100%;
         font-size: 15px;
}

h1{
	font-size: 22px;
         font-weight: 700;
}
h2{
	font-size: 18px;
         font-weight: 700;
}
h3{
	font-size: 18px;
         font-weight: 500;
}

ul{
	margin-top:0px;
}

a{
	color: #4b4b4b;
}

a:hover{
	color: #f3a112;
}

.rechts{
	position: absolute;
         background-image: url("pic/logo-back.jpg");
         background-repeat: no-repeat;
         background-position: 100% 0%;
         right: 0px;
         top: 0px;
         width: 252px;
         height: 100%;
         border: none;
         background-color: #ffffff;
}
.content{
         background-color: #cccccc;
         border-left: 2px solid #7f7f7f;
	border-right: 2px solid #7f7f7f;
         border-top: 2px solid #7f7f7f;
         position:absolute;
         width: 600px;
         right: 252px;
         top: 80px;
         height: 100px;
         overflow:auto;
         margin: 0px 0px 0px 0px;
         padding: 0px 0px 0px 0px;
}

.menu2{
	height: 80px;
         right: 252px;
         width: 600px;
         top: 0px;
         background: #ffffff;
         border-left: 2px solid #7f7f7f;
	border-right: 2px solid #7f7f7f;
         position: absolute;
}

.text{
	padding: 5px 5px 5px 5px;
}

.menu{
         border: solid 0px #f3a112;
         color: #4c4c4c;
         position: absolute;
         width: 150px;
         right: 856px;
         top: 80px;
         padding: 5px 0px 5px 0px;
         margin: 0px 0px 0px 0px;

}

.menu-n{
         position: relative;
         border: solid 0px #000000;
         width: 150px;
         margin: 0px 0px 10px 0px;
         background-image: url("pic/menu-.gif");
         background-repeat: no-repeat;
         background-position: 100% 19px;
}

.title1{
	background-image: url("pic/logo-top.jpg");
         background-repeat: no-repeat;
         background-position: center;
       	height: 80px;
         width: 200px;
         position: absolute;
         left: 0px;
         top: 0px;
}
.title2{
	text-align: right;
	background: #4d4d4d;
         color: #ffffff;
	height: 80px;
         width: 135px;
	position: absolute;
         left: 200px;
         top: 0px;
         padding: 10px 10px 10px 10px;
         font-size: 1.8em;
}
.title3{
	background: #ff7f00;
	height: 80px;
         width: 261px;
	position: absolute;
         left: 335px;
         font-size: 12px;
         padding: 8px 2px 2px 2px;
         color:#4b4b4b;
}