body,div,a,b,i,tt,span,img {
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	border: none;
}

.clear {
	clear: both;
}

img {
	border: none;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

body.web {
	background-color: #034E9B;
}

#logo img{
	margin-left: 20px;
}

#top1 {
	height: 40px;
	font-size: 11px;
	background-color: #034E9B;
}

#top2 {
	background-color: #E20814;
	height: 18px;
}

#footer {
	width: 840px;
	margin-top: 18px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	min-height: 100px;
}

#social-links {
	width: 300px;
	height: 36px;
	position: absolute;
	top: 0px;
	right: 0px;
	padding-right: 20px;
}

#social-links a {
	border: none;
	margin-left: 13px;
	float: right;
	display: block;
	width: 35px;
	height: 36px;
}

#footer-links {
	position: absolute;
	width: 300px;
	text-align: left;
	color: #CCCCCC;
	font-size: 11px;
	padding-left: 20px;
}

#footer-links a {
	color: #CCCCCC;
}

#footer-links a:hover {
	color: #FFFFFF;
}

#bottom1 {
	background-color: #E20814;
	height: 17px;
	clear: both;
	position: relative;
}

#bottom2 {
	background-color: #034E9B;
	height: 100px;
	position: absolute;
}

#top1 div.top,#top2 div,#bottom1 div {
	position: relative;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}

.top2-datum {
	color: #FFFFFF;
	font-size: 11px;
	line-height: 17px;
	text-align: right;
}

#top1>div.top>a {
	border-left: 1px solid #FFFFFF;
	padding-left: 20px;
	padding-top: 10px;
	display: block;
	float: left;
	margin-right: 30px;
	color: #FFFFFF;
	background-repeat: no-repeat;
}

#top1 div a.home {
	background-image: url(/img/icon_home.gif);
}

#top1 div a.mail {
	background-image: url(/img/icon_mail.gif);
}

#top1 div a.imprint {
	background-image: url(/img/icon_imprint.gif);
}

#content-back {
	background-color: #FFFFFF;
	text-align: center;
}

#content-outer {
	background-color: #FFFFFF;
	background-image: url('../img/content_back_wide.png');
	background-repeat: repeat-y;
	width: 880px;
	min-height: 500px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

#headgraphic {
	margin-left: 20px;
	overflow: hidden;
}

a.arrow {
	padding-left: 15px;
	background-image: url(/img/arrow_link.gif);
	background-repeat: no-repeat;
}

/*================================
Menu 
 =================================*/
#field-menu-outer {
	margin-left: 20px;
	width: 840px;
}

#field-menu {
	margin: 0px;
	padding: 0px;
	line-height: 25px;
	height: 25px;
	background-color: #E20814;
	border-left: 6px solid #034E9B;
	height: 25px;
}

#field-menu ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#field-menu ul li {
	float: left;
	line-height: 25px;
	border-right: 2px solid #DDDDDD;
	margin: 0px;
	padding: 0px;
	position: relative;
	display: block;
}

#field-menu>ul>li:last-child {
	border: none;
}

#field-menu ul li.selected {
	background-color: #F26666;
}

#field-menu ul li a {
	color: #FFFFFF;
	text-transform: uppercase;
	padding-left: 40px;
	padding-right: 40px;
	font-size: 14px;
	line-height: 25px;
	display: block;
}

#field-menu ul li:hover {
	background-color: #F26666;
}

#field-menu ul li ul {
	display: none;
	position: absolute;
	list-style: none;
	background: #F26666;
	top: 25px;
	left: 0px;
	clear: left;
	overflow: visible;
}

#field-menu ul li:hover ul {
	z-index: 100;
	display: inline;
}

#field-menu li#menu-ausbildungsberufe ul {
	width: 300px;
}

#field-menu li#menu-bewerben ul {
	width: 190px;
}

#field-menu ul li ul li {
	border: none;
	border-top: 1px dashed #DDDDDD;
	display: inline-block;
	clear: left;
	width: inherit;
	padding: 0px;
}

#field-menu ul li:hover ul li:hover {
	background-color: #E20814;
}

#field-menu ul li:hover ul li a {
	text-transform: none;
	padding-left: 22px;
	padding-right: 5px;
	font-size: 12px;
}

/*================================
 Content 
 =================================*/
#field-content {
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 30px;
	line-height: 18px;
	color: #444444;
}

#field-content h1 {
	text-transform: uppercase;
	font-size: 18px;
	font-weight: normal;
	margin-top: 0px;
	line-height: 18px;
}

#field-content h2 {
	text-transform: uppercase;
	font-size: 15px;
	font-weight: normal;
	margin-top: 0px;
	line-height: 15px;
}

#field-content h1 a {
	text-transform: uppercase;
	font-size: 18px;
	font-weight: normal;
	margin-top: 0px;
	line-height: 18px;
	color: #444444;
	font-style: normal;
}

#field-content a {
	color: #111199;
	font-style: italic;
	font-weight: 600;
}

div.csc-default {
	margin-top: 30px;
}

div.tx_lumogooglemaps_pi1_sidebar {
	display: none;
}

div.divider {
	display: block;
	height: 2px;
}

div.divider hr {
	border: none;
	border-top: 2px dotted #E20814;
	color: #FFFFFF;
	background-color: #FFFFFF;
	height: 2px;
}

div.divider2 {
	display: block;
	height: 2px;
}

div.divider2 hr {
	border: none;
	border-top: 2px dotted #E20814;
	color: #FFFFFF;
	background-color: #FFFFFF;
	height: 2px;
}

/*================================
 Suche
 =================================*/
table.result h3 {
	margin-bottom: 5px;
	padding-left: 22px;
	background-image: url(http://www.bauxpert.com/img/logo_icon_small.gif);
	background-repeat: no-repeat;
}

table.result td {
	vertical-align: top;
}

/*================================
 News Start
 =================================*/
h1.red {
	color: #E20814;
	padding-top: 30px;
}

#startnews {
	width: 780px;
	margin: 0px;
	padding: 0px;
}

#startnews h2 a {
	color: #444444;
}

#startnews h2 a:hover {
	color: #E20814;
}

#startnews #c361 {
	float: left;
	width: 359px;
	padding-right: 30px;
	border-right: 2px dotted #E20814;
	margin-right: 30px;
	overflow: hidden;
	margin-top: 5px;
}

#startnews #c451 {
	float: left;
	width: 359px;
	overflow: hidden;
	margin-top: 5px;
}

#startnews h2.news {
	font-weight: bold;
	line-height: 20px;
	margin-bottom: 5px;
}

#startnew div.news-list-item {
	margin-bottom: 20px;
}

div.news-list-item span.important {
	color: #E20814;
}

div.news-list-item span.name-of-person {
	color: #034E9B;
}

div.cat-5 table {
	border-spacing: 0px;
	padding: 0px;
	border: none;
	margin-top: 10px;
	width: 100%
}

div.cat-5 table tr td {
	vertical-align: top;
	font-size: 11px;
	padding-left: 8px;
	padding-bottom: 14px;
	width: 88px;
}

div.cat-5 table tr td img{
	float: left;
	margin: 0px;
	margin-bottom: 6px;
}

div.cat-5 table tr td:first-child {
	padding-left: 0px;
}

/*
 * Main Menu
 * 
 * 
 * 
/*
 * Smoothbox v20070814 by Boris Popoff (http://gueschla.com)
 *
 * Based on Cody Lindley's Thickbox, MIT License
 *
 * Licensed under the MIT License:
 *   http://www.opensource.org/licenses/mit-license.php
 */
html,body {
	min-height: 100%;
	height: auto !important;
	height: 100%
}

#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color: #666666;
}

#TB_window a:link {
	color: #666666;
}

#TB_window a:visited {
	color: #666666;
}

#TB_window a:hover {
	color: #000;
}

#TB_window a:active {
	color: #666666;
}

#TB_window a:focus {
	color: #666666;
}

#TB_overlay {
	position: absolute;
	z-index: 100;
	top: 0px;
	left: 0px;
	background-color: #000;
}

#TB_window {
	position: absolute;
	background: #ffffff;
	z-index: 102;
	color: #000000;
	border: 4px solid #525252;
	text-align: left;
}

#TB_window img {
	display: block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption {
	height: 25px;
	padding: 7px 30px 10px 25px;
	float: left;
}

#TB_closeWindow {
	height: 25px;
	padding: 11px 25px 10px 0;
	float: right;
}

#TB_closeAjaxWindow {
	padding: 5px 10px 7px 0;
	margin-bottom: 1px;
	text-align: right;
	float: right;
}

#TB_ajaxWindowTitle {
	float: left;
	padding: 7px 0 5px 10px;
	margin-bottom: 1px;
}

#TB_title {
	background-color: #e8e8e8;
	height: 27px;
}

#TB_ajaxContent {
	clear: both;
	padding: 2px 15px 15px 15px;
	overflow: auto;
	text-align: left;
	line-height: 1.4em;
}

#TB_ajaxContent p {
	padding: 5px 0px 5px 0px;
}

#TB_load {
	position: absolute;
	display: none;
	height: 100px;
	width: 100px;
	z-index: 101;
}

#TB_HideSelect {
	z-index: 99;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #fff;
	border: none;
}

#TB_iframeContent {
	clear: both;
	border: none;
	margin-bottom: -1px;
	margin-top: 1px;
}

/* IE6 */
* html #TB_iframeContent {
	margin-bottom: 1px;
}

/***********************
Slider

*************************/
#slider-container {
	position: relative;
	background: #EEEEEE;
	padding: 0px;
	margin: 0px;
	height: 280px;
	width: 660px;
}

#slider {
	float: left;
	position: relative;
	overflow: hidden;
	width: 660px;
	height: 280px
}

#slider ul {
	position: absolute;
	list-style: none;
	top: 0;
	left: 0
}

#slider li {
	float: left;
	width: 660px;
	height: 280px
}

.pagination {
	position: absolute;
	bottom: 20px;
	right: 20px;
	list-style: none;
	height: 14px
}

.pagination li {
	float: left;
	cursor: pointer;
	height: 14px;
	width: 14px;
	background: #005AAA;
	margin: 0 4px 0 0;
	border: 1px solid #FFFFFF;
	font-size: 11px;
	text-align: center;
	color: #FFFFFF;
}

.pagination li:hover,li.current {
	background: #CC2D22;
	border: 1px solid #FFFFFF;
}