/* --------- Link Reihenfolge: 1 --------- */
/* --------- allgemeine einstellungen --------- */
* {
	margin: 0px;
	padding: 0px;
	border: 0px;
	font-family: verdana;
	font-size: 11px;
	color: #000000;
}
a {
	color: #005bab;
}
a:hover {
	color: #64B6FF;
	text-decoration: none;
}
html, body {
	background-color: #2E3339;
	height: 100%;
}
/* --------- Link Reihenfolge: 2 --------- */
/* --------- spezifische einstellungen --------- */

/* --------- Objekt definitionen --------- */
#main {
	width: 770px;
	margin: 0px auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	position: relative;
	background-image: url(images/bg_body.jpg);
	background-repeat: repeat-y;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 0px;
	padding-bottom: 0px;
}
#header {
	height: 436px;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 0px;
	width: 770px;
	position: relative;
	}
#streifen {
	height: 27px;
	width: 100%;
	margin-top: 78px;
	background-color: #555555;
	position: absolute;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
#banner {
	height: 330px;
	margin-top: 1px;
	position: absolute;
	bottom: 0px;

}
#menu {
	width: 200px;
	bottom: 0px;
	top: 436px;
	position: absolute;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	left: 30px;
	}
#content {
	min-height: 280px;
	height: auto !important;
	width: 512px;
	padding: 15px 29px 20px;
	margin-left: 200px;
	}
#content h1 {
	font-size: 17px;
	color: #005bab;
}
#content h2 {
	font-size: 14px;
	color: #005bab;
	font-weight: bold;
}
#content p {
	text-align: justify;
	margin-top: 10px;
	line-height: 18px;
}
#content input, textarea, select {
	border: 1px solid #005bab;
	margin: 2px;
	padding: 2px;
	background-color: #F4F4F4;
}
#content option {
	margin-right: 20px;
}
#content li {
	list-style-position: inside;
	list-style-type: square;
	
}
#footer{
	background-color: #BC0E1D;
	position: absolute;
	height: 6px;
	bottom: 0px;
	width: 770px;
	font-size: 1px;
}

/* --------- Klassen definitionen --------- */
.empty {
	background-color: #FFE1E1;
	border: 1px solid #FF0000;

}
.message {
	background-color: #99CC66;
	font-weight: bold;
}
.errormessage {
	background-color: #FFE1E1;
	font-weight: bold;
}
.maschinen a {
	background-color: #E9E9E9;
	display: block;
	margin-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #005bab;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #005bab;
	padding: 5px;
	text-decoration: none;
	text-align: center;
}
.maschinen a:hover {
	background-image: url(images/maschinen_hover.jpg);
	background-repeat: repeat-y;
}
.maschinen b {
	color: #005bab;
	text-align: left;
}

