/*||||||||||||||||||||BODY||||||||||||||||||*/

body {
	margin:0;
	padding:0;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:76%;
	background:#FFFFFF url(../images/hintergrund.jpg) repeat-y;
}

/*||||||||||||||||||||LAYER||||||||||||||||||*/

#header {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:120px;
	background-color:#FFFFFF;
}

#service {
	position:absolute;
	top:10%;
	left:10px;
	width:300px;
}

#logo {
	position:absolute;
	top:4px;
	left:308px;
	width:425px;
}

#balken {
	position:absolute;
	top:120px;
	left:0px;
	width:100%;
	height:25px;
	background:url(../images/linie.jpg) center repeat-y;
	z-index:5;
}

#balkenlinks {
	position: absolute;
	top: 120px;
	left: 0px;
	width: 50%;
	height: 25px;
	z-index: 5;
	background-color: #F08219;
}

#balkenrechts {
	position: absolute;
	top: 120px;
	left: 50%;
	width: 50%;
	height: 25px;
	z-index: 5;
	background-color: #FFE900;
}	

#menu {
	position: absolute;
	top: 144px;
	left: 0px;
	width: 160px;
	background-color: #F08219;
}	

#inhalt {
	position: absolute;
	top: 148px;
	left: 205px;
	width: 596px;
	padding-top: 10px;
	padding-left: 30px;
}

/*|||||||||||||||||||TYPOGRAPHY|||||||||||||||||||*/

a {
	color: #F08219;
	text-decoration: underline;
}

a img {
	border:none;
	text-decoration:none;
}

a:hover {
	text-decoration: underline overline;
	color: #F08219;
}	

a.menue {
	display: block;
	color: #FFFFFF;
	border-style: solid;
	border-color: #F08219;
	border-width: 1px 1px 0px 1px;
	text-decoration: none;
	padding: 0.4em 1em 0.4em 1em;
	font-size: 1em;
	background-color: #F08219;
}

a.submenue {
	display: block;
	color: #FFFFFF;
	border-style: solid;
	border-color: #F08219;
	border-width: 1px 1px 0px 1px;
	text-decoration: none;
	padding: 0.3em 0em 0.3em 2.5em;
	font-size: 0.9em;
	background-color: #F08219;
}

a.menue:hover {
	display: block;
	color: #F08219;
	text-decoration: none;
	border-style: solid;
	border-color: #F08219;
	border-width: 1px 1px 0px 1px;
	padding: 0.4em 1em 0.4em 1em;
	font-size: 1em;
	background-color: #FFE900;
}

a.submenue:hover {
	display: block;
	color: #F08219;
	text-decoration: none;
	border-style: solid;
	border-color: #F08219;
	border-width: 1px 1px 0px 1px;
	padding: 0.3em 0em 0.3em 2.5em;
	font-size: 0.9em;
	background-color: #FFE900;
}

a.menue_aktiv, a.menue_aktiv:hover {
	display: block;
	color: #F08219;
	text-decoration: none;
	border-style: solid;
	border-color: #F08219;
	border-width: 1px 1px 0px 1px;
	padding: 0.4em 1em 0.4em 1em;
	font-size: 1em;
	background-color: #FFE900;
}

a.submenue_aktiv, a.submenue_aktiv:hover {
	display: block;
	color: #F08219;
	text-decoration: none;
	border-style: solid;
	border-color: #F08219;
	border-width: 1px 1px 0px 1px;
	padding: 0.3em 0em 0.3em 2.5em;
	font-size: 0.9em;
	background-color: #FFE900;
}

h1, h2, h3 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	color: #3E488D;
}

h2 {
	font-size:1.1em;
}

h3 {
	font-size:1.0em;
}

p {
	display: block;
	clear: both;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 1em;
	color: #000000;
	line-height: 1.4em;
}

p.service_rot {
	font-size: 1em;
	font-weight: bold;
	text-align: center;
	color: #F08219;
	line-height: 1em;
}

p.service_blau {
	font-size: 1em;
	text-align: center;
	color: #000000;
	line-height: 1.5em;
}

p.rot {
	font-size: 1em;
	font-weight: bold;
	text-align: left;
	color: #3E488D;
	line-height: 1em;
}

p.linie {
	text-align:center;
}

ol, ul, li {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 1em;
	color: #3E488D;
	line-height: 1.4em;
	margin: 0px;
	padding-left: 1em;
}

img.rahmen {
	border: 1px solid #F08219;
}

.imgrechts {
	float:right;
	width:260px;
	margin-left:20px;
	margin-bottom:10px;
}

.imglinks {
	float:left;
	width:260px;
	margin-right:20px;
	margin-bottom:10px;
}

.imgrechts_schmal {
	float:right;
	width:200px;
	margin-left:80px;
	margin-bottom:10px;
}

.imglinks_schmal {
	float:left;
	width:200px;
	margin-right:80px;
	margin-bottom:10px;
}

b, strong {
	font-weight: bold;
}

span {
	color: #000000;
	font-weight: normal;
	font-style: normal;
}

table, td {
	border: 1px solid #3E488D;
}

table.maschinen {
	width:100%;
	border-style:none;
	border-width:-1;
	vertical-align:top;
	cellpadding:0;
	cellspacing:0;
	right:0;
}

tr {
	width:100%;
	border-style:none;
	border-width:0;
	vertical-align:top;
	cellpadding:0;
	cellspacing:0;
}

td.maschinen {
	border-style:none;
	border-width:0;
	vertical-align:top;
}

td.bilder {
	border-style:none;
	vertical-align:top;
	width:200px;
	text-align:right;
	
	border-width:0;
}
