/* CSS Document */

/*************************************
 *** CSS Reset ***********************
 *************************************/
html, body, div, span, applet, object, embed, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
margin: 0px; padding: 0px; border: 0px; outline: 0px; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; vertical-align: baseline; background-image: none;
}

html, body { width: 100%; height: 100%; font-family: Verdana, Geneva, sans-serif; font-size:11px;}
body { color:#555555; background: white; text-align:center; line-height: 1.25; behavior: url("/fileadmin/template/scripts/csshover3.htc"); }
ol, ul { list-style: none; }
table { border-collapse: collapse; border-spacing:0; }
caption, th, td { text-align:left; font-weight:normal; }

/*img, div, ul { behavior: url("/fileadmin/template/scripts/iepngfix.htc"); }*/
/*************************************/


/*************************************
 *** DIV Setup ***********************
 *************************************/
#wrapper {
	width: 	920px;
	text-align: left;
	margin: 0 auto;
	margin-top: 30px;
	position: relative;
}

#header {
	background-image: url(../img/header.jpg);
	background-repeat: no-repeat;
	height: 158px;
	width: 920px;
	position: relative;
}
#logo {
	position: relative;
	left: 25px;
	top: 20px;
}

#navigation {
	/*float: right;
	margin-top: 85px;
	margin-right: 70px;*/
	width: 505px;
	position: absolute;
	right: 70px;
	top: 85px;
	z-index: 999;
}


#breadcrumb {
	position: absolute;	
	top: 135px;
	left: 30px;
	color: black;
}

#content_left {
	width: 367px;
	height: 100px;
	float: left;
	z-index: 1;
	
}

#content_left_bild {
	margin-left: 30px;
	z-index: 1;
}

#bildunterschrift {
	width: 316px;
	height: 61px;
	background-image: url(../img/bildunterschrift_bg.png);
	background-repeat: no-repeat;
	margin-left: 30px;
	margin-top: -5px;
	position: relative;
}

#bildunterschrift_text {
	width: 296px;
	height: 41px;
	line-height: 140%;
	padding: 10px;
	color: black;
}

#content_scrolling {
	position: fixed;	
}


#content_right {
	width: 553px;
	float: left;
}

#content_right_content {
	min-height: 300px;
	height:auto !important;
	height:300px;	
	width: 480px;
	margin-left: 60px;
	margin-bottom: 20px;
	color: #231f20;
	line-height: 140%;
}

#footer {
		height: 54px;
		background-image: url(../img/footer.jpg);
}

#footer_text {
	color: white;
	font-size: 9px;
	width: 530px;
	float:right;
	margin-right: 20px;
	margin-top: 11px;
	line-height: 140%;
}

#sprachwechsel {
	width: 50px;
	position: absolute;
	right: 15px;
	top: -10px;
}
#sprachwechsel img {
	margin-right: 5px;
}

.clearer {
	clear: both;	
}



/*************************************
 *** MAIN-NAVI ***********************
 *************************************/

.navi {
	list-style-type: none;	
}

.navi li {
	float: left;
	text-align: center;
	cursor: pointer;
	padding-left: 7px;
	padding-right: 13px;
	padding-top: 4px;
	height: 29px;
	position: relative;
}

.navi a:link, .navi a:visited{
	color: black;
	font-weight: bold;
	text-decoration: none;
	font-size: 12px;
	display: block;
}
.navi a:hover {
	color: #005694;	
}
.navi .active a:link, .navi .active a:visited {
	color: #005694;	
	display:block;
}

/* Hintergründe bei aktiven Navipunkten */
#seite_4:hover {
	background-image: url(../img/navi_active_unternehmen.png);	
	background-repeat: no-repeat;
}
#seite_4 ul{
	width: 150px;
}

#seite_9:hover {
	background-image: url(../img/navi_active_produkte.png);	
	background-repeat: no-repeat;
}
#seite_9 ul {
	width: 190px;
}
#seite_15:hover {
	background-image: url(../img/navi_active_kontakt.png);	
	background-repeat: no-repeat;
}
#seite_15 ul {
	width: 160px;
}


/*************************************
 *** SUB-NAVI ***********************
 *************************************/

.subnavi {
	/*visibility: hidden;*/
}
#subnavi_4 {
	visibility: hidden;	
	position: absolute;
	margin-left:-7px;
	margin-top: 7px;
	z-index:999;
}
#subnavi_top_4 {
	width: 150px;
	height: 9px;
	background-image: url(../img/subnavi_unternehmen_top.png);
	background-repeat: no-repeat;
}
#subnavi_middle_4 {
	width: 150px;
	background-image: url(../img/subnavi_unternehmen_middle.png);
	background-repeat: repeat-y;
}
#subnavi_bottom_4 {
	width: 150px;
	height: 12px;
	background-image: url(../img/subnavi_unternehmen_bottom.png);
	background-repeat: no-repeat;	
}
#subnavi_9 {
	visibility: hidden;	
	position: absolute;
	margin-left:-7px;
	margin-top: 7px;
	z-index:999;
}
#subnavi_top_9 {
	width: 185px;
	height: 9px;
	background-image: url(../img/subnavi_produkte_top.png);
	background-repeat: no-repeat;
}
#subnavi_middle_9 {
	width: 185px;
	background-image: url(../img/subnavi_produkte_middle.png);
	background-repeat: repeat-y;
}
#subnavi_bottom_9 {
	width: 185px;
	height: 12px;
	background-image: url(../img/subnavi_produkte_bottom.png);
	background-repeat: no-repeat;	
}
#subnavi_15 {
	visibility: hidden;	
	position: absolute;
	margin-left:-7px;
	margin-top: 7px;
	z-index:999;
}
#subnavi_top_15 {
	width: 160px;
	height: 9px;
	background-image: url(../img/subnavi_kontakt_top.png);
	background-repeat: no-repeat;
}
#subnavi_middle_15 {
	width: 160px;
	background-image: url(../img/subnavi_kontakt_middle.png);
	background-repeat: repeat-y;
}
#subnavi_bottom_15 {
	width: 160px;
	height: 12px;
	background-image: url(../img/subnavi_kontakt_bottom.png);
	background-repeat: no-repeat;	
}

.subnavi li {
	cursor: pointer;
	height: 12px;
	float: none;
	text-align: left;
	padding-bottom: 5px;
}

.subnavi a:link, .subnavi a:visited{
	color: black;
	text-decoration: none;
	font-size: 11px;
	font-weight: normal;
	color: black !important;
}
.subnavi a:hover {
	color: #005694 !important;	
}
.subnavi .active a:link, .subnavi .active a:visited {
	color: #005694 !important;		
}

/*************************************
 *** LINKS ***********************
 *************************************/

#breadcrumb a:link, #breadcrumb a:visited, #breadcrumb a:active {
	color: black;
	text-decoration: none;
}
#breadcrumb a:hover {
	color: #666;
}

#content_right a:link, #content_right a:visited, #content_right a:active {
	color: #005694;	
}

#footer a:link, #footer a:visited, #footer a:active {
	color: white;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;	
}

/*************************************
 *** HTML BASICS ***********************
 *************************************/

p {
	margin-bottom: 15px;	
}

h1 {
	margin-top: 30px;	
	margin-bottom: 15px;
	font-size: 12px;
	font-weight: bold;
	color: #005694;
}
h2 {
	color: #005694;
	font-weight: bold;
	margin-bottom: 10px;
	font-size: 11px;
}

#content_right ul{
	list-style-type: disc;
	margin-left: 13px;
}