@charset "UTF-8";

/*
	gelb: e8bb00
*/

body {
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:center;
	color:#000;
	background-color:#fff;
	background-image:url(/img/bg-tile.png);
	background-repeat:repeat-y;
}

form {
	margin:0;
	padding:0;
}

img { border:none; }

p { 
	margin:0;
	padding:0 0 1.1em 0;
}

p, td {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

ul {
	margin-top:0.5em;
	margin-bottom:0.5em;
	padding-top:0;
	padding-bottom:0;
}

a:link { color:#000; }
a:visited { color:#8c8e8e; }
a:active, a:hover { text-decoration:none; color:#e8bb00; }

a.backlink:link, a.backlink:visited { 
	color:#000; 
	text-decoration:none;
	font-size:11px;
}

a.backlink:active, a.backlink:hover {
	color:#e8bb00;
	text-decoration:underline;
	font-size:11px;
}


h1, h2, h3, h4, h5, h6 {
	font-weight:normal;
	font-size:14px;
	margin:0 0 0.6em 0;
	padding:0;
}

h2 { color:#e8bb00; }

h3 { font-style:italic; }

h4 { 
	font-size:12px;
	font-weight:bold;
}

h5 { font-weight:bold; }
h6 { font-size:18px; }

.Sub-Headline { 
	color:#4f5151; 
	font-size:12px;
}

.small { 
	font-size:10px; 
	color:#4f5151;
}

.gray { color:#4f5151; }

.yellow { color:#e8bb00; }

em {
	font-weight:normal;
	color:#e8bb00;
	font-style:normal;
}

.selected { color:#e8bb00; }



/**
 *	Layout-Boxes
 */

#outerBox {
	width:auto;
	height:auto;
	margin:0;
	padding:0;
	text-align:left;
}

#logoBox {
	position:absolute;
	top:0;
	left:0;
	width:310px;
	height:100px;
}

#leftBarCoverBox {
	position:absolute;
	left:0;
	top:115px;
	width:5px;
	height:68px;
	background-color:#fff;
}

#addressBox {
	position:absolute;
	left:330px;
	top:68px;
	height:45px;
	font-size:10px;
	color:#4f5151;
	white-space:nowrap;
}

#addressBox strong {
	color:#000;
	font-weight:normal;
}

#contentBox {
	position:absolute;
	width:auto;
	left:186px;
	top:115px;
}

#textBox {
	width:510px;
	margin-left:30px;
	clear:all;
	font-size:12px;
}

#languageBox {
	position:absolute;
	left:890px;
	top:78px;
	width:70px;
	height:25px;
}

/* News-Teaser auf der Startseite */
#newsBox {
	position:absolute;
	left:0;
	top:180px;
	width:150px;
	padding-left:25px;
	font-size:11px;
}

.linkBox {
	margin-bottom:1em;
}



/**
 *	Main-Menu
 */

#menuBox {
	height:50px;
	white-space:nowrap;
}

.menuItemBox {
	width:135px;
	height:50px;
	overflow:hidden;
	padding-top:13px;
	text-align:center;
	color:#4f5151;
	float:left;
	background-image:url(/img/menubox.gif);
	background-repeat:no-repeat;
	background-position:top right;
	border-top:1px solid #a4a6a6;
}

.menuItemBox.last { background-image:none; }

.menuItemBox a {
	text-decoration:none;
	color:#4f5151;
}

.menuItemBox .selected {
	color:#e8bb00;
}

.menuItemBox a:hover, .menuItemBox a:active {
	color:#e8bb00;
}



/**
 *	Sub-Menu
 */

#subMenuBox {
	position:absolute;
	left:0;
	top:180px;
	width:153px;
	padding-left:25px;
	overflow:hidden;
}

#subMenuBox ul {
	margin:0;
	padding:0;
	list-style-type:none;
	line-height:0px;
}

#subMenuBox a:link, #subMenuBox a:visited {
	font-size:11px;
	color:#000;
	display:block;
	text-decoration:none;
	line-height:25px;
	margin:0;
	padding:0;
}

#subMenuBox a:visited {
	color:#8c8e8e;
}

#subMenuBox a:active, #subMenuBox a:hover {
	color:#e8bb00;
}

#subMenuBox .selected {
	color:#e8bb00 !important;
}



/**
 *	Service-Nav
 */

#serviceBox {
	width:auto;
	border-top:3px solid #a4a6a6;
	float:left;
}

.serviceItemBox {
	width:auto;
	height:50px;
	overflow:hidden;
	padding-top:12px;
	text-align:left;
	color:#4f5151;
	float:left;
	font-size:11px;
	margin-left:20px;
}

.serviceFillBox {
	width:20px;
	height:50px;
	float:left;
}

.serviceItemBox a {
	text-decoration:none;
	color:#4f5151;
}

.serviceItemBox .selected {
	color:#e8bb00;
}

.serviceItemBox a:hover, .serviceItemBox a:active {
	color:#e8bb00;
}



/**
 *	Forms
 */

.inputline, .textarea { 
	border:1px solid #fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
}

label {
	padding:0;
	margin:0 0 0.2em 0;
	white-space:nowrap;
}

.inputline { 
	width:305px;
	margin:0 0 0.2em 0px;
}

.textarea { width:380px; }

.controlBox { 
	padding:0;
	margin: 0 0 0.3em 0;
}


.incomplete {
	background-color:#ff948e;
	border:1px solid #fff;
}

.light { color:#9fcce0; }

.invers {
	background-color:#fff;
	color:#0d5677;
}




/**
 *	Submenu innerhalb des Content-Bereichs
 */

#contentMenu {
	float:right;
	width:228px;
	line-height:2em;
	font-size:11px;
	line-height:12px;
}

#contentMenu a { font-size:11px; }
#contentMenu a { text-decoration:none; }
#contentMenu a:hover, #contentMenu a:active { text-decoration:underline; }
#contentMenu .selected { color:#e8bb00; }
#contentMenu strong { font-weight:normal; color:#e8bb00 !important; }


