/*
	Allgemeine Definitionen
	===============================================================================================
*/
body { margin : 0; padding : 0; border : none; background : #fff; font : normal 12px Arial, Verdana, sans-serif; color : black;}
div, p, form { margin : 0; padding : 0; border : none; }
hr { display : none; }
.hidden { display : none; }
.uppercase { text-transform : uppercase; }
.clearboth { clear : both; }
#container_index { width : 780px; margin : 30px 0 0 20px;}

a.submit { color: #003263; font-size: 11px; }
/*
	Header
	===============================================================================================
*/
#header {
	width : 780px; height : 60px; overflow : hidden; margin : 4px 0 0 0;
	background : #003263 url("/fileadmin/templates/launchpage/pix/logo2.gif") no-repeat 705px 7px;
}
#header h1 {
	width : 280px; height : 40px; overflow : hidden; display : block;
	margin : 0 0 0 10px; padding : 0;
	background : url("/fileadmin/templates/launchpage/pix/schriftzug.gif") no-repeat 10px 19px;
}

/*	Menu 1 - das Hauptmenü
	===============================================================================================
*/
#menu1 {
	width : 780px; height : 30px; overflow : hidden; margin : 0 0 10px 0;
}


/*
	Unternehmensbereiche - nur auf der Splitting-Seite!
	===============================================================================================
*/
#unternehmensbereiche {
	width : 780px; height : 150px; overflow : hidden;
	background : white url("/fileadmin/templates/launchpage/pix/bg01.gif") no-repeat bottom center;
}

#unternehmensbereiche .bereich1 {
	width : 387px; height : 140px; overflow : hidden; margin : 0 6px 0 0;
	float : left;
	background : #CCD6E0 url("/fileadmin/templates/launchpage/pix/drahtweberei.jpg") no-repeat;
}
#unternehmensbereiche .bereich1 #links_left, #unternehmensbereiche .bereich2 #links_right { font-size: 11px; padding-top: 4px; color: #003263; }
#unternehmensbereiche .bereich1 #links_left a, #unternehmensbereiche .bereich2 #links_right a { color: #003263; text-decoration: none; font-weight: bold; }
#unternehmensbereiche .bereich1 #links_left a:hover, #unternehmensbereiche .bereich2 #links_right a:hover { text-decoration: underline; }

#unternehmensbereiche .bereich2 {
	width : 387px; height : 140px; overflow : hidden;
	float : left;
	background : #CCD6E0 url("/fileadmin/templates/launchpage/pix/maschinenfabrik.jpg") no-repeat;
}
#unternehmensbereiche a { 
	display : block; width : 387px; height : 95px; overflow : hidden; margin : 0; padding : 0;
}
#unternehmensbereiche .bereich1 form {
	width : 387px; height : 45px; display : block; overflow : hidden; margin : 0; padding : 15px 0 0 14px;
	background : url("/fileadmin/templates/launchpage/pix/bg02.gif") no-repeat 345px 18px;
}
#unternehmensbereiche .bereich2 form {
	width : 387px; height : 45px; display : block; overflow : hidden; margin : 0; padding : 15px 0 0 100px;
	background : url("/fileadmin/templates/launchpage/pix/bg03.gif") no-repeat 14px 18px;
}
#unternehmensbereiche select {
	width : 200px; height : 19px; border : solid #A5ACB2 1px; padding : 0 0 0 3px;
	font : normal 11px Arial, Verdana, sans-serif; color : black;
}

/*
	contentsplit - nur auf der Splitting-Seite!!!
	===============================================================================================
*/
#contentsplit {
	width : 780px; min-height : 355px;
	background : #003263 url("/fileadmin/templates/launchpage/pix/bg04.gif") no-repeat top;
}
#contentsplit h3 {
	width : 150px; height : 355px; margin : 0 0 -295px 0; padding : 0; overflow : hidden; display : block;
	position : relative; top : 0; left : 20px;
	background : url("/fileadmin/templates/launchpage/pix/willkommen.jpg") no-repeat 0px 45px;
}
#contentsplit .content {
	width : 535px;
	position : relative; top : 0; left : 245px;
}
#contentsplit p { padding : 0 45px 20px 0; }


/*
	footer
	===============================================================================================
*/
#footer {
	width : 780px; height : 20px;
	margin : 0 0 50px 0;
	text-align : right;
	clear : both;
}
#footer.c { width : 750px; }
#footer.c p { font-size : 11px; }
#footer span { 
	text-transform : uppercase;
	font-weight : bold;
}
