@charset "utf-8";
/* CSS Document */

/*border: 1px solid #f00;*/


/*---------------------------------------------------- CSS Reset ----------------------------------------------------- */

html, body, div, span, applet, object, 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,
 caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font-family: inherit;
}

body {
	line-height: 1.5;
	color: black;
	background: white;
	width: 100%;
	height: 100%;
	font-size:small;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
	border: 0;
	outline: 0;
}
caption, th, td {
	font-weight: normal;
}

/*----------------------------------------------------- Allgemeines ----------------------------------------------------- */

p{
	color: #333333;
	font-size: 90%;
}

a{
	color: #005190;
	text-decoration:none;
}

a:hover{
	color:#7e9db6;
}

h1{
	color: #005190;
	font-weight:bold;
	font-size: 160%;
}

h2{
	color: #333333;
	letter-spacing: 0.1em;
	font-size: 80%;
	line-height: 2em;
	height: 20px;
	background-color:#cbd8e2;
	font-weight:normal;
	padding-left: 10px;
	margin-bottom: 10px;
}

h3{
	color: #005190;
	font-size: 110%;
	margin-top: 15px;
}

table h3{
	margin-top: 0px;
}

.clearer{
	clear: both;
}

/*------------------------------------------------------ Container ------------------------------------------------------ */

#top{
	height: 182px;
	background:url(../images/header_bg.jpg) no-repeat #ffffff;
	background-position:center;
}

#logo{
	background:url(../images/logo.gif) no-repeat;
	background-position: center;
	width: 99%;
	height: 120px;
	padding-top: 35px;
	position: relative;
	clear: both;
}

#logoinner{
	position: absolute;
	top: 15px;
	left: 50%;
	width: 250px;
	height: 130px;
	margin-left: -125px;
}

#search{
	float: right;
	margin: 87px 1% 0 0;
}

html>body #search{
	margin: 87px 10% 0 0;
}

*+html body #search{
	margin: 87px 1% 0 0;
}

#middle{
	width: 98%;
	margin-left: 1%;
	margin-right: 1%;
	margin-top: 22px;
	margin-bottom: 22px;
}

#right a{
	text-decoration:underline;
}

#right a:hover{
	text-decoration:none;
}


#right{
	padding-right: 2%;
	padding-left: 2%;
	float: left;
	width: 74%;
	padding-top: 10px;
	padding-bottom: 20px;
	border-left: 1px solid #cbd6e2;
}

#bildcontainer{
	width: 272px;
	float: left;
}

#content{
	float: left;
	width: 60%;
}

#contentlong{
	width: 85%;
}


.bildbox{
	width: 230px;
	float: left;
}

.bildbox2{
	width: 230px;
	float: left;
}

.textbox{
	float: left;
	width: 60%;

}

.textbox2{
	float: left;
	width: 60%;

}




/*------------------------------------------------------ Hauptmenü ------------------------------------------------------ */

#mainmenu{
	width: 100%;
	height: 2em;
	color:#005190;
	background-color:#7E9DB6;
	line-height:2em;
	text-align:center;
}

#mainmenu ul{
list-style:none;
}

#mainmenu li{
	display: inline;
}

#mainmenu li a{
	margin: 0 8px 0 8px;
	letter-spacing: 0.2em;
	color: #ffffff;
	padding: 3px 5px 3px 7px;
}

#mainmenu li a:hover{
	background-color: #325073;
	padding: 3px 5px 3px 7px;
}

#mainmenu li a.mainactive{
	margin: 0 8px 0 8px;
		background-color: #325073;
	letter-spacing: 0.2em;
	color: #ffffff;
	padding: 3px 5px 3px 7px;
}

/*-------------------------------------------------------- Menü --------------------------------------------------------- */

#menu{
	float: right;
	height: 2em;
	padding-right: 2%;
	font-size: 90%;
	color:#005190;
	line-height:2em;
}

html>body #menu{ /*fuer FF und IE7*/
	font-size: 85%;
}

#menu ul{
	float:right;
	list-style: none;
}

#menu li{
	display: inline;
}

#menu li a{
	padding: 0 5px 0 5px;
}

#menu li a:hover{
	padding: 0 5px 0 5px;
	background-color: #AFC2D1;
	color:#005190;
}

#menu li a.active{
	padding: 0 5px 0 5px;
	background-color: #AFC2D1;
	color:#005190;
}

/*------------------------------------------------------ Submenü -------------------------------------------------------- */

#left{
	float: left;
	width: 20%;
	padding-left: 1%;
	padding-top: 10px;
}

#left ul{
	text-align: right;
	font-size: 90%;
	margin: 0;
	padding: 0;
	list-style: none;
}

#left ul li{
	margin: 0 0 5px 0;
	padding: 0;
		border: 1px solid #fff;
}

#left ul li a{
	background-color:#E2E8EC;
	background-image: none;
	display:block;
	margin: 0 22px 0 1%;
	padding: 0 10px 0 0;
	line-height: 19px !important;
}

#left ul li a:hover{
	background-color:#325073;
	background-image: none;
	color:#ffffff;
	display: block;
	margin-right: 22px;
	padding: 0px 10px 0px 0;
}

#left ul li a.active{
	background-color:#325073;
	background-image: none;
	color:#ffffff;
	display: block;
	margin-right: 22px;
	padding: 0px 10px 0px 0;
}

/*------------------------------------------------------- Footer -------------------------------------------------------- */

#footer{
	height: 1.7em;
	background-color:#f1f5f8;
	width: 98%;
	margin-left: 1%;
	margin-right: 1%;
	clear: both;
	margin-bottom: 10px;
	text-align:center;
}

#footer p{
	letter-spacing: 0.1em;
	font-size: 80%;
	line-height: 2em;
}

#adressen {
	color: #9CB0C7;
	letter-spacing: 0.1em;
	font-size: 80%;
	line-height: 1.4em;
}

#adressen a{
	color: #9CB0C7;
}

#adressen a:hover{
	color: #005190;
}

/*------------------------------------------------------- News, Download, Kontakt -------------------------------------------------------- */

.newstrenner{
	border-bottom: 1px solid #cbd6e2;
	height: 15px;
}

.backlinks{
	margin-top: 10px;
}

#contentlong .backlinks a{
	text-decoration:none;
}


#contentlong td a{
	text-decoration:underline;
}

#downloadtabelle td a{
	text-decoration:none;
}


/*------------------------------------------------------- Karriere -------------------------------------------------------- */

#contentlong ul{
	padding-left: 15px;
}

/*------------------------------------------------------- Produkte -------------------------------------------------------- */

#content .produktlink a{
	text-decoration:none;
	background:url(../images/linkpfeil.gif) no-repeat 0px 6px;
	padding-left: 10px;
}

#content .produktdownlinks{
	margin-top: 10px;
}

#content .produktdownlinks a{
	text-decoration:none;
}


/*------------------------------------------------------- Sitemap -------------------------------------------------------- */

#contentlong .sitemap {
	float: left;
	padding:10px 10px 0 0;
	margin-right: 1%;
	width: 22%;
}

#contentlong .sitemap p{
	letter-spacing: 0.2em;
	display:block;
	margin-bottom: 10px;
}

#contentlong .sitemap a{
	padding: 0px 5px 0px 5px;
	background-color:#7E9DB6;
	display:block;
	width: 100%;
	text-decoration: none;
	color:#ffffff;
}

#contentlong .sitemap a:hover{
	text-decoration: none;
	color:#ffffff;
	background-color:#325073;
}

#contentlong .sitemap ul{
	display:block;
	margin:0;
	padding:0;
}

#contentlong .sitemap ul li{
	list-style:none;
	padding:0;
	margin: 0 0 5px 0;
}

#contentlong .sitemap ul li a{
	background-color:#E2E8EC;
	color: #005190;

}

#contentlong .sitemap ul li ul{
	margin-top: 5px;

}
#contentlong .sitemap ul li ul li a{
	background-color:#FFFFFF;
	}
	
#contentlong .sitemap ul li ul li a:hover{
	background-color:#E2E8EC;
		color: #005190;
}


/*------------------------------------------------------- Suche -------------------------------------------------------- */

.t_nummer { 
	font-family:Arial,Helvetica,Verdana,Tahoma; 
	font-size:100%; 
	font-weight:bold; 
	color:#005190;
}
.markierung {
	color:#ff0000;
}
