body {
font-family:verdana, helvetica, sans-serif;
font-size:13px;
margin : 0px;
padding:0px;
background-color: #B94A00;
}



.top{
background-image: url(../images/top_buerogeraete.jpg);
background-repeat: no-repeat;
background-color: #C3C300;
background-position: top right;
border-bottom: 1px solid black;
border-top: 1px solid black;
height:113px;
width:100%;
}


.box2{
background: #D4D0C8;
border-right: 1px solid black;
border-left: 1px solid black;
border-bottom: 1px solid black;
width:95%;
position:absolute; top:20px;left:20px;
}

.box3{
background-color: #E0E0E0;
width:60%;
border-left: 1px solid black;
border-right: 1px solid black;
border-bottom: 1px solid black;
float: left;
margin-bottom:10px;
}

.box4{
background-image: url(../images/navigation_unten.jpg);
background-repeat: no-repeat;
background-position: bottom left;
background-color: Teal;
height:400px;
width:200px;
float: left;
border-bottom: 1px solid black;
margin-bottom:10px;
}

input {
	background-color: transparent;
	border: 1px solid black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: black;
	margin-bottom: 5px;
}

textarea {
	background-color: transparent;
	border: 1px solid black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: black;
	width: 250px;
}

.back_aussen_left {
	background-image: url(../images/back_aussen_left.gif);
	background-repeat: repeat-y;
	background-attachment: fixed;
	background-position: top right;
	background-color: #666666;
}
.back_aussen_right {
	background-image: url(../images/back_aussen_right.gif);
	background-repeat: repeat-y;
	background-attachment: fixed;
	background-position: top left;
		background-color: #666666;
}


/*Schrift*/

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: black;
	margin-left: 30px;
	margin-right: 0px;
}

.p_without_margin {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: black;
	margin-left: 0px;
}

li{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: black;
	margin-left: 30px;
	list-style-type: square;
   list-style-position: inside;
	margin-bottom: 3px;
}


h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: black;
	margin-left: 30px;
	border-bottom: 1px solid black;
}

.webdesign {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: black;
	text-align: right;
	margin-right: 10px;
}



.top_beamerlampen {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: black;
	margin-right: 220px;
	text-align: right;
	line-height: 13px;
}

.img_top {
	float: left;
	margin-top: 43px;
}

/*Navigation*/

.menu1_level1 a {
	color: yellow;
	text-decoration: none;
	display: block;
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 11px;
	padding-bottom: 5px;
	padding-top: 13px;
	margin-left: 25px;
	border-bottom: dashed white 1px;
}

.menu1_level1 a:hover {
	color: yellow;
	text-decoration: none;
	display: block;
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 11px;
	padding-bottom: 5px;
	padding-top: 13px;
	margin-left: 25px;
	border-bottom: dashed white 1px;
	border-right: 5px solid white;
}

.menu1_level1_active a {
	color: white;
	text-decoration: none;
	display: block;
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 11px;
	padding-bottom: 5px;
	padding-top: 13px;
	margin-left: 25px;
	border-bottom: dashed white 1px;
	border-right: 5px solid yellow;
}


