body { 
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: 12px;
	color: #000000;
	
	background-image: url(grafik/bg-balk-machines.jpg); 
	background-repeat: repeat-y; 
	background-position: center;
	
	background-color: #dfdfdf;
	/*text-align: center;  zum zentrieren im IE 5.5 und niedriger  !!! ausgelaget in den body tag wg ckeditor, weil sonst immer zentriert wird*/
	min-width: 40em; /* Mindestbreite verhindert Umbruch und Anzeigefehler in modernen Browsern */
	
	margin-top:  0px;
	line-height: 18px;
}
table {
	font-size: 12px;
	line-height: 18px;
}

p {
	font-size: 12px;
	line-height: 18px;
}

#top {
	position: relative;
	top: 0px;
	left: 0px;
	height: 176px;
	width: 990px; /* ergibt wieder eine Breite von 900px - das hier + padding + border */
	text-align: left; /* ändert die textausrichtung, die wegen des IE Bugs zentriert wurde */
	background-color: white;
}

#menu {
	position: relative;
	float:  left;
	top: -10px;
	left: 0px;
	width: 206px;
	
	
	min-height: 500px;
	margin-bottom: 20px;
	
	padding: 20px 15px 20px 15px;
	background-color: #404347;
}

#main {
	position: relative;
	top: 0px;
	left: 50%;
	margin-left: -495px;
	
	min-height: 100%; /* Mindesthöhe auf 100 % (bei modernen Browsern) */
	height: auto !important; /* important Behel (bei modernen Browsern */
	height: 100%; /* IE soll wie gewünscht interpretieren */
	overflow: hidden !important; /* Firefox Scrollleiste */

	width: 990px; /* ergibt wieder eine Breite von 900px - das hier + padding + border */
	text-align: left; /* ändert die textausrichtung, die wegen des IE Bugs zentriert wurde */
	background-color: white;
}

#inhalt {
	position: relative;
	top: 0px;
	left: 10px;
	width: 700px;
	padding: 10px 20px 30px 20px;
	
	min-height: 100%; /* Mindesthöhe auf 100 % (bei modernen Browsern) */
	height: auto !important; /* important Behel (bei modernen Browsern */
	height: 100%; /* IE soll wie gewünscht interpretieren */
	overflow: hidden !important; /* Firefox Scrollleiste */
	
	border: aqua solid 0px;
}


#mainpopup {
	margin: 30px;
	text-align: left; /* ändert die textausrichtung, die wegen des IE Bugs zentriert wurde */
	background-color: white;
}





#bgtop {
	position: relative;
	top: 1px;
	left: 0px;
	
	height: 10px;
	
	background-image: url(grafik/bg_top.jpg);
	background-repeat: repeat-x;


}



div#bottom {
	position: relative;
	top: 30px;
	height: auto;
	padding: 10px 0 0 0;
	background-color: #404347;
	overflow: auto;
	margin: 0 0 0px 0;
}

div#bottomdata {
	position: relative;
	top: 30px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	vertical-align: middle;
	padding: 0;
	background-color: #eaeaea;
	overflow: auto;
	margin: 0 0 30px 0;
}


a:link, a:visited, a:active { 
	color: #2c323c; 
	text-decoration: underline
}
a:hover { 
	color: #ca1965; 
	text-decoration: none
}



h1 {
	color: #2c323c;
	font-size: 1.4em;
	margin-bottom: 0 0 1em 0;
}

h1#spezial {
	padding: 0 0 0 30px;
	border-top: 1px solid #64686f;
	border-bottom: 1px solid #64686f;
	
	height: 55px;
	line-height: 55px;
	vertical-align: middle;
	
	margin-bottom: 0 0 1em 0;
	background-image: url(grafik/bg_h1.jpg);
	background-position: 0 1px;
	background-repeat: no-repeat;
}


h2 {
	color: #2c323c;
	font-size: 1.15em;
	border-bottom: 1px solid #ca1965;
}

h3 {
	color: #2c323c;
	font-size: 1.05em;
}

h1#bottomitem {
	color: white;
	font-size: 12px;
	padding: 0 0 4px 0;
}

hr { border:solid #ababab 1px; height: 1px; border-width:0 0 1px 0;}


/* Kontaktformular */
td.c1top { 
	background-color: #eeeeee; 
	padding-left: 5px; 
	font-weight: bold; 
	border-bottom: 1px solid #cecece; 
	height: 35px;
}

td.c1form { 
	background-color: #f1f1f1; 
	padding-left: 5px; 
	border-bottom: 1px solid #cecece; 
	height: 30px;
}
td.c2form { 
	background-color: #e8e7e7; 
	border-bottom: 1px solid #cecece; 
	height: 30px;
	padding: 2px 5px 2px 5px;
}


input {  
	padding: 0 3px 0 3px; 
	border:1px solid #bbbbbb; 
	height: 22px;
	border-radius:3px; 
	-moz-border-radius:3px; 
	-webkit-border-radius:3px; 
	-o-border-radius:3px; 
	-ms-border-radius:3px;
}
input:hover, input:focus {
	background-color: #eeeeee;
	border-color: #73a8d4;
}

textarea {
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: 12px;
}



#warning {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 13px; 
	font-weight: bold; 
	color: #676767;
	
	vertical-align: baseline;
		
	margin: 10px 0 10px 0;
	padding: 0px 15px 0px 50px;
	line-height: 30px;
	min-height: 30px;
	
	background-image: url(grafik/warning30px.png);
	background-repeat: no-repeat;
	background-position: 5px 50%;
	
	border:1px solid #797979; 
	border-radius:3px; 
	-moz-border-radius:3px; 
	-webkit-border-radius:3px; 
	-o-border-radius:3px; 
	-ms-border-radius:3px; 
}

#ok {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 13px; 
	font-weight: bold; 
	color: #676767;
	
	vertical-align: middle;
	
	margin: 10px 0 10px 0;
	padding: 0px 15px 0px 50px;
	line-height: 30px;
	min-height: 30px;
	
	background-image: url(grafik/ok30px.png);
	background-repeat: no-repeat;
	background-position: 5px 50%;
	
	border:1px solid #797979; 
	border-radius:3px; 
	-moz-border-radius:3px; 
	-webkit-border-radius:3px; 
	-o-border-radius:3px; 
	-ms-border-radius:3px; 
}

#content_maps {
	width: 250px;
	height: 160px;
	text-align:  center;
}

#head_container {
	
	padding: 1px 0 1px 0;
	border-top: 1px solid #64686f;
	border-bottom: 1px solid #64686f;
	
	height: 53px;
	line-height: 27px;
	margin-bottom: 30px;
}


#ma_container {
	
	padding: 1px 0 1px 0;
	border-top: 1px solid #64686f;
	border-bottom: 1px solid #64686f;
	
	height: 78px;
	margin-bottom: 15px;
}

#machine_content {
	width: 440px;
	float: left;
	border: 0px solid #64686f;
}


#machine_pic {
	width: 243px;
	float: right;
}

#machine_head {
	font-size: 1.3em;
	font-weight: bold;
	color: #64686e;
}


#machine_link_head {
	font-size: 1.2em;
	font-weight: bold;
	color: #64686e;
	padding: 0 10px 0 10px;
}

#machine_link_content {
	font-size: 1.1em;
	color: #2c323c;
	padding: 5px 10px 5px 10px;
	vertical-align: top;
}

#machine_link_list {
	list-style: none;
	padding: 0;
	margin: 0;
	line-height: 2em;
}

#machine_link_list a{
	font-size: 1.1em;
	color: #2c323c;
	text-decoration: none;
}

#machine_link_list a:hover{
	font-size: 1.1em;
	color: #ca1965;
	text-decoration: underline;
}









