/* CSS Document */

/*Allgemeine Tags___________________________________________________________________________________________*/


html, body {
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
}

#abstand {
	height: 50%;
	width: 100px;
	margin-bottom: -18.5em;
	float: left;
	}

#halter {
	height: 37em;
	clear: left;
	overflow: hidden;
	position: relative;
	margin: auto auto;
	width: 58em;
	text-align: center;
	border-top: 0.2em solid #666666;
	border-right: none #CCCCCC;
	border-bottom: none #CCCCCC;
	border-left: 0.1em solid #666666;
}


p {
	text-align: center;
	font-size: 0.75em;
	margin: 0px;
}
p.brot{font-size: 0.65em;
	color: #666666;
	z-index: 0;
	margin: 0px;
	text-align: center;
	font-weight: normal;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0em;
	float: left;}

/* Links ____________________________________________________________________________*/

a {
	text-decoration: none;
	color: #666666;
	font-size: 1em;
}


a:hover {
	color: #BB0000;
}

.active {
	color: #FFFFFF;
	background-color: #D8271A;
}

.haupt{
	color: #000000;
	padding-left: 0em;
	font-weight: bold;
	}

.sub {
	color: #000000;
	margin-left: 2em;
	}

.subsub {
	color: #333333;
	padding-left: 4em;
	}

.subsubsub {
	color: #333333;
	padding-left: 6em;
	}

.subsubsubsub {
	color: #333333;
	padding-left: 8em;
	}

a.pdf {
	font-size: 1em;
	background-image: url(../elemente/pdf.gif);
	background-repeat: no-repeat;
	background-position: 0em;
	padding-left: 2em;
	width: 40em;
	float: left;
}

a.extern {
	background-image: url(../elemente/url.gif);
	background-repeat: no-repeat;
	font-size: 1em;
	color: #E60000;
	padding-left: 1.5em;
	background-position: left center;
}

a.mail {
	background-image: url(../elemente/email.gif);
	background-repeat: no-repeat;
	font-size: 1em;
	color: #E60000;
	padding-left: 1.5em;
	background-position: left center;
}

a.extern:hover {
	color: #000000;
	
}

a img{border:none;}

.footer {
	bottom: 0em;
	position: relative;
	
}

/*Schriftgrößen____________________________________________________________*/

h1{
	font-size: 0.75em;
	text-align: left;
	list-style-position: outside;
	list-style-type: disc;
	float: left;
	clear: left;
	font-weight: normal;
	width: 45em;
	padding-left: 6em;
	margin-bottom: 1em;
}




h2 {
	font-size: 0.75em;
	text-align: left;
	font-weight: normal;
	width: 42em;
	float: right;
	list-style-position: inside;
	list-style-image: url(../elemente/pfeila.gif);
	margin: 0em;
	padding-top: 1.5em;
}



h3 {
	font-size:4.2em;
	font-weight: normal;
	top: 2em;
	color: #CCCCCC;
	margin:0 auto;
	font-family: Arial, Helvetica, sans-serif;
	clip: rect(auto,auto,auto,auto);
}

h4 {
	font-size: 0.9em;
	font-weight: normal;
	text-align: left;
	width: 25em;
	margin-top: 0em;
	margin-left: 0em;
	padding-top: 0em;
	padding-left: 0em;
	float: right;
}

h5 {
	font-size: 0.65em;
	color: #666666;
	z-index: 0;
	margin: 0px;
	text-align: center;
	font-weight: normal;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0em;
	float: left;
}

h6 {
	font-size: 0.75em;
	text-align: left;
	font-weight: normal;
	width: 45em;
	padding: 1em 0em 0em 7em;
	margin-bottom: 1em;
	list-style-position: outside;
	list-style-type: disc;
	float: left;
}

h7 {
	font-size: 0.6em;
	color: #666666;
	text-align: justify;
	width: 60em;	
}

/*Eigene IDs__________________________________________________________________________________*/



#bildbox {
	float: left;
	z-index: 2;
	position: relative;
	overflow: auto;
}

/*Navigationsmenus_____________________________________________________________________________*/
.menu {
	font-family: arial, sans-serif;
	width:54em;
	position:absolute;
	z-index: 100;
	background-color: #FFFFFF;
	margin-top: auto;
	margin-bottom: auto;
	padding-left: 3em;
	padding-top: 1em;
}

.menu ul {
padding:0;
margin:0;
list-style-type: none;
}

.menu ul li {
float:left;
position:relative;
}

.menu ul li a, .menu ul li a:visited {
	display:block;
	text-align:center;
	text-decoration:none;
	width:10.1em;
	height:2.5em;
	color:#000;
	background:#FFFFFF;
	line-height:2.3em;
	font-size:0.85em;
	border-top: 1px none #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	
}

.menu ul li ul {
display: none;
}

/* für nicht-IE browsers */
/* Hintergrund- und Schriftfarbe für das Hauptmenu bei hover */
.menu ul li:hover a {
color:#fff;
background:#000000;
}

.menu ul li:hover ul {
	display:block;
	position:absolute;
	top:1.9em;
	left:0;
	width:10.1em;
	z-index: 200;	
	}

.menu ul li:hover ul li a {
display:block;
/*background:transparent url(../elemente/listenhg.png) repeat-y;*/
background:#ffffff;
color:#000;
}

.menu ul li:hover ul li a:hover {
	
	background: #D8271A;
	color:#FFFFFF;
}

/* Verschiedene Divs_____________________________________________________________________*/







/*content___________________________________________________________________*/

#contenthalter {
	width: 48em;
	height: 23.5em;
	margin:3em auto 0em;
	padding-right: 2em;
	padding-left: 2em;
	padding-top: 5em;
	background-repeat: no-repeat;
	background-position: 3em 1em;
	
}

#contenthalter h6 {
	font-size:0.6em;
	font-weight: normal;
	color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	clear: both;
	width: 68.2em;
	margin-left: auto;
	padding: 0em;
	list-style-type: none;
	margin-right: auto;
}

h3.list{
	font-size: 0.6em;
	text-align: justify;
	width: 70.2em;
}


#produkthalter {
	overflow: auto;
	overflow-x:hidden;
	width: 50em;
	height: 23em;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: 3em 1em;
	padding-left: 2em;
	padding-top: 3.5em;
	margin-top: 3em;
	margin-right: 0em;
	margin-left: auto;
	padding-bottom: 0em;
	padding-right: 4em;
	margin-bottom: 2em;
	


	
}

#scroll {
	overflow: auto;
	overflow-x:hidden;
	width: 50em;
	height: 20em;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: 3em 1em;
	padding-left: 2em;
	padding-top: 5em;
	margin-top: 3em;
	margin-right: 0em;
	margin-left: auto;
	padding-bottom: 1.5em;
	padding-right: 4em;
	margin-bottom: 2em;
		
}

#scroll img{
	z-index: 5;
	float: left;
	margin-bottom: 1em;
	margin-left: 4.7em;
}



.ausbildung {background-image: url(../elemente/gruppenbild.jpg);
	}
	
	
.danke {background-image: url(../elemente/zentrale.jpg);
	}
		

.impressum {
	background-image: url(../elemente/impressum.jpg);	
}

.kabel {
	background-image: url(../gruppenfotos/TIKabelv.jpg);
}
.profil {
	background-image: url(../elemente/gebaeude.jpg);
}



.studium {
	background-image: url(../elemente/studium.jpg);	
	
}

.stellen {
	background-image: url(../elemente/stelle
	nangebote.jpg);	
	
}

.trainee {
	background-image: url(../elemente/trainee.jpg);	
	
}

.messen {
	text-align: left;
	
}

.waerme {
	background-image: url(../produktfotos/waermemanagement.jpg);	
	
}

.fota{
	background-image: url(../produktfotos/fota.jpg);	
	
}
.fota2{
	background-image: url(../gruppenfotos/fota-guppe.jpg);	
	
}
.konfektion{
	background-image: url(../produktfotos/konfektionierung.jpg);	
	
}

.oberflaeche{
	background-image: url(../produktfotos/oberflaechenbearbeitung.jpg);	
	
}

.sonder{
	background-image: url(../produktfotos/Sondergehaeuse.jpg);	
	
}

.bearbeitung{
	background-image: url(../produktfotos/bearbeitung.jpg);	
	
}

.novo {
	background-image: url(../produktfotos/5erGruppe02.jpg);
}

.gtn {
	background-image: url(../produktfotos/neu-gtn02.jpg);
}

.sl3 {
	background-image: url(../produktfotos/sl3000.gif);
}

.comtron{
	background-image: url(../produktfotos/comtronic.jpg);
}


/*Contentlisten___________________________________________________________*/

#contenthalter ul {
	margin:0;
	padding:0;
	list-style:none;
}

#contenthalter ul li{
	float: left;
	padding-top: 1em;
	padding-bottom: 0.7em;
	padding-left: 1.8em;
	padding-right: 0em;
}

#contenthalter ul li img {
	
} 

#contenthalter li{
	padding: 0em;
}

#produkthalter ul {
	margin:0;
	padding:0;
	list-style:none;
	float: left;
	clear: both;
}


#produkthalter ul li{
	float: left;
	padding-top: 0em;
	padding-bottom: 0.7em;
	padding-left: 4.2em;
	padding-right: 0em;
	clear: right;
}

#produkthalter ul li img {
	border: 0.02em solid #000000;
} 


/*Content-Tabellen_______________________________________________________*/

#contenthalter table {
	width: 54em;
	margin:auto;
	font-size: 0.7em;
}

#contenthalter td {
	padding: 0.2em;
}


#contenthalter td.laender {
	padding: 0.2em;
	width: 12em;
}



#contenhalter table.produkte {
	width: 48em;
	margin:auto;
	font-size: 0.7em;
}

#contenthalter table.center {
	font-size: 0.85em;
	text-align: left;
	margin-bottom: 2em;
	border-right-width: 0.05em;
	border-bottom-width: 0.05em;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #333333;
	border-bottom-color: #333333;
	position: relative;
	top: 5em;
	padding-bottom: 2em;
	margin-right: 2em;
	padding-right: 2em;
	width: 20em;
	right: 12em;
}
#scroll form {
	background-color: #FFFFFF;
	float: left;
	margin-left: 0em;
	padding-left: 6em;
}


#scroll table {
	width: 54em;
	margin:auto auto 2em;
	font-size: 0.75em;
	padding-right: 4em;
	text-align: left;
	clear: both;
	z-index: 3;
}

.schmal {width: 27em;}



#scroll table img{
	margin-left: 0em;
	float: left;
}

#produkthalter table {
	width: 54em;
	margin:auto auto 2em;
	font-size: 0.75em;
	padding-right: 4em;
	text-align: left;
	clear: both;
	z-index: 3;
}

#produkthalter table img{
	float: left;
	margin-bottom: 3em;
	margin-left: 0em;
	margin-right: 2em;
}




#contenthalter table.laender {
	width: 40em;
	background-color: #FFFFFF;
	font-size: 0.85em;
	text-align: left;
}


#formrechts {
	float: left;
	height: 23em;
	width: 30em;
	text-align: left;
	background-color: #D8271A;
}

#formlinks{
	float: left;
	height: 23em;
	width: 16em;
	text-align: left;
	color: #FFFFFF;
	background-color: #D8271A;
	margin-left: 0.3em;
}

#formmitte{
	float: left;
	height: 27em;
	width: 44em;
	text-align: left;
	color: #FFFFFF;
	background-color: #D8271A;
	margin-left: 0em;
	padding-left: 1em;
}

/*  Schrften für Messe-Tabelee______________*/

.titel {
	font-weight: bold;
	color: #D20000;
}

.land {
	font-weight: bold;
	color: #666666;
}

.beruf {
	font-weight: bold;
}

.lp {
	font-weight: bold;
	font-size: 0.5em;
}

.messe {
	background-color: #E5E5E5;
	border-right-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
}

.center {
	text-align: left;
}



input {
	color: #000000;
	padding: 0px 0px 0px 0em;
	margin-top: 0px;
	float: left;
}


 form br {  Alle Zeilenumbrüche in Formularen auswählen */
  clear: left; /* das floating der labels und inputs aufheben */
	background-color: #D8271A;
} 

label {
 text-align: right; 
 padding-right: 1em; 
}

form {
	background: #D8271A;
	margin:0;
	font-size: 0.75em;
	font-family: Arial, Helvetica, sans-serif;
	width: 54em;
	color: #FFFFFF;
	height: 28em;
	padding-top: 2em;
	padding-left: 9em;
	
}


 










#footer {
	width:58em;
	background-color: #FFFFFF;
	padding: 0px 0px 0em;
	background-image: url(../elemente/roselogo.jpg);
	background-repeat: no-repeat;
	background-position: right 0em;
	height: 5.2em;
	bottom: 0em;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	z-index: 300;
	
	}

#impressum {
	height: 1em;
	width: 14em;
	text-align: left;
	bottom: 0em;
	padding-top: 5.5em;
	padding-left: 0em;
	font-size: 0.75em;
	position: absolute;
	left: 6em;
}

#adresse {
	height: 1em;
	width: 653px;
	text-align: left;
	bottom: 0em;
	padding-top: 5.5em;
	padding-left: 0em;
	font-size: 0.7em;
	position: absolute;
	left: 172px;
	color: #666666;
}


#impressum a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}

 
.upload{
	color: #DF0000;
	padding-left: 0em;
}

.katalog {
	color: #FFFFFF;
}
