body
{
	margin: 0;
	background-color: #07304c;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

a.inline { font-family: Arial, sans-serif; }

img
{
	border: 0;
	outline: 0 none;
}

h1
{
	font-size: 1.2em;
	color: #07304c;
	text-transform: uppercase;
	margin-top: 0;
}

h2
{
	font-size: 1.0em;
	color: #07304c;
	margin-top: 0;
	margin-bottom: 0;
}

h3
{
	font-size: 1.0em;
	color: #000000;
	margin-top: 0;
}

p
{
	margin-top: 0;
}

p.slogan { text-transform: uppercase; color: #076aab; font-weight: bold; font-style: italic; }
p.slogan-big { text-transform: uppercase; color: #076aab; font-weight: bold; font-style: italic; font-size: 24px; }

a
{
	color: #235e87;
	text-decoration: none;
	outline: 0 none;
}

a:hover
{
	color: black;
	text-decoration: underline;
}

a.current { text-decoration: underline; }

.text_blau, .text_blau_bold { color: #07304c; }
.text_blau_bold { font-weight: bold; }
dl.dt_dots dt { background-image: url(images/css/listsquare.png); background-repeat: no-repeat; padding-left: 16px; }


#main
{
	width: 975px;
	margin: 0 auto;
}

#home_top { background-color: #07304C; width: 100%; height: 100px; }
#home_logo { background-color: #235e87; width: 100%; border-top: 4px solid white; border-bottom: 4px solid white; }
#home_bottom { background-color: #07304C; color: white; width: 100%; height: 100px; text-align: center; padding-top: 60px; }
#home_bottom a { color: white; text-transform: uppercase; font-size: 12px; }

#header
{
	width: 975px;
	margin: 0 auto;
	text-align: center;
	border-bottom: 3px solid white;
}

#header img { margin: 20px 0 10px 0; }

#navi
{
	position: relative;
	width: 726px;
	margin: -31px auto 0 auto;
	height: 28px;
	padding-left: 250px;
}

#navi ul, .navi2 ul
{
	margin: 0;
	padding: 0;
}

#navi ul { list-style: none; }

#navi ul li { 
	margin: 0;
	padding: 0;
	text-align: center;
	float: left;
}
#navi ul li { border-left: 1px solid white; }
/*#navi ul li:first-child { border-left: 0; }*/

#navi ul li a { 
	display: block; 
	width: 144px; 
	height: 20px; 
	background-color: rgba(35, 94, 135, 0.8); 
	color: white; 
	text-transform: uppercase; 
	font-weight: bold; 
	padding-top: 8px;
}

#navi ul li a:hover { background-color: rgba(10, 66, 104, 0.8); text-decoration: none; }
#navi ul li a.current { background-color: rgba(7, 48, 76, 0.8); text-decoration: none; }


.navi2
{
	visibility: hidden;
	display: none;
	min-height: 20px;
	width: 144px;
	margin: 0 auto;
	background-color: #95b5cb;
	position: absolute;
}

.navi2 ul { margin-left: 20px; }
.navi2 ul li { margin: 0 10px 0 5px; padding: 0; }

.navi2 ul li a { 
	display: block; 
	color: black;  
	padding: 4px 20px 3px 0;
	font-size: 10px;
	font-weight: bold; 
}

.navi2 ul li a:hover, .navi2 ul li a.current { color: #666; text-decoration: none; }


/* Bereichsnavi */

#navi_bereich
{
	position: absolute;
	color: white;
	z-index: 10;
}


#navi_bereich_1, #navi_bereich_2, #navi_bereich_2b, #navi_bereich_3, #navi_bereich_4, #navi_bereich_5, #navi_bereich_6
{
	width: 220px;
	padding: 10px 15px;
	background-color: rgba(7, 48, 76, 0.8);
}
/*#navi_bereich_1 { height: 179px; margin-top: 175px; }
#navi_bereich_2 { height: 245px; margin-top: 109px; }
#navi_bereich_2b { height: 245px; margin-top: 109px; }
#navi_bereich_3 { height: 179px; margin-top: 175px; }
#navi_bereich_4 { height: 38px; margin-top: 316px; }
#navi_bereich_5 { height: 38px; margin-top: 316px; }*/

#navi_bereich_1,
#navi_bereich_2,
#navi_bereich_2b,
#navi_bereich_3,
#navi_bereich_4,
#navi_bereich_5 { height: 245px; margin-top: 10px; }
#navi_bereich_6 { height: 125px; margin-top: 130px; }

#navi_bereich h1
{
	color: white;
	padding: 9px 0;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	margin: 0;
	height: 21px;
	font-size: 1.4em;
}

#navi_bereich ul
{
	margin: 0 0 0 15px;
	padding: 0;
	list-style: none;
}
#navi_bereich ul li ul
{
	list-style: square;
	margin-left: 28px;
}

#navi_bereich a { color: white; }
#navi_bereich a:hover, #navi_bereich a.current { color: yellow; text-decoration: none; }
#navi_bereich ul li { padding: 4px 0; border-bottom: 1px solid white; }
#navi_bereich ul li ul li { padding: 0; border: 0; height: auto; }
#navi_bereich ul li ul li:hover, #navi_bereich ul li ul li.current { color: yellow; }
#navi_bereich ul li ul li:last-child { border-bottom: 0; }
#navi_bereich ul li ul li a { font-size: 10px; }




/* Navi Sitemap */

#sitemap
{
	border-left: 1px solid #076aab;
	padding-left: 25px;
	margin-left: 226px;
}

#sitemap h1
{
	display: none;
}

#sitemap #navi
{
	position: static;
	width: auto;
	margin: auto;
	height: auto;
	padding-left: 0;
}

#sitemap #navi ul, #sitemap .navi2 ul
{
	margin: 0;
	padding: 0;
}

#sitemap #navi ul { list-style: square; }

#sitemap #navi ul li { 
	margin: 0;
	padding: 0;
	text-align: left;
	float: none;
}
#sitemap #navi ul li { border: 0; }
/*#sitemap #navi ul li:first-child { border-left: 0; }*/

#sitemap #navi ul li a { 
	display: block; 
	width: auto; 
	height: auto; 
	background-color: white; 
	color: #235e87; 
	text-transform: none; 
	font-weight: bold; 
	padding-top: 8px;
}


#sitemap .navi2
{
	visibility: visible;
	display: block;
	min-height: 20px;
	width: auto;
	margin: auto;
	margin-left: 20px;
	background-color: white;
	position: relative;
}

#sitemap .navi2 ul { margin-left: 20px; }
#sitemap .navi2 ul li { margin: 0 10px 0 5px; padding: 0; }
#sitemap .navi2 ul li a { padding: 2px !important; }
#sitemap .navi2 ul li ul li { margin: 0 0 0 40px !important; }
#sitemap .navi2 ul li ul li a { font-weight: normal !important; padding: 0 !important; }
#sitemap .navi2 ul li ul li ul li { margin: 0 0 0 40px !important; list-style: circle; }
#sitemap .navi2 ul li ul li ul li a { font-weight: normal !important; padding: 0 !important; }

#sitemap .navi2 ul li a { 
	display: block; 
	color: black;  
	padding: 4px 20px 3px 0;
	font-size: 10px;
	font-weight: bold; 
}



#clear { clear: both; }

#content, #content-sitemap
{
	width: 934px;
	min-height: 350px;
	padding: 10px 16px 25px 25px;
	background-color: white;
	margin-bottom: 0;
	overflow: auto;
}

#content h1, #content-sitemap h1 
{
	margin: 0 0 2px 0;
	padding: 9px 2em 10px 0;
	color: #07304C;
}

#content td { text-align: left; vertical-align: top; }

#content p { margin-bottom: 16px; }

#content ul, #cboxContent ul { list-style-image: url(images/css/listsquare.png); }
#content ul li, #cboxContent ul li { color: #07304C; }
#cboxContent ul.list_with_margin li { margin-bottom: 14px; }

#content ul.liste_fett li { padding-bottom: 6px; font-weight: bold; }

#content dl { margin: 0; }

#content dt {
    float: left;
    font-weight: bold;
}

#content dd {
    padding-bottom: 14px;
    padding-left: 70px;
}

#content dl.team { margin-top: 6px; }

#content dl.team dt {
    float: left;
    font-weight: normal;
}

#content dl.team dd {
    padding-bottom: 0;
    padding-left: 120px;
}

#content dl.dt_dots dt { background-image: url(images/css/listsquare.png); background-repeat: no-repeat; padding-left: 16px; }

#content dl.dt_dots dd {
    padding-bottom: 18px;
    padding-left: 88px;
}

#content div#div_accept,
#content div#div_accept2 {
	background-color: white;
	height: 200px;
	width: 600px;
	padding: 10px;
	margin-top: 20px !important;
	overflow: auto;
	margin: 0 auto;
	border: 1px solid black;
}

#content div#div_accept2 {
	width: 800px;
	height: 300px;
}

#content div#buttons_accept {
	height: auto;
	width: 600px;
	padding: 10px;
	margin: 0 auto;
	background-color: #eee;
	border-bottom: 1px solid #000;
}

#content div#buttons_accept fieldset {
	background-color: #ddd;
	border: 0;
}

/* text in cols for modern browsers */

#content div.twocols
{
	column-count: 2;
	-moz-column-count: 2;
	-webkit-column-count: 2;
	-moz-column-gap: 20px;
	-webkit-column-gap: 20px;
	-moz-column-rule: 1px solid #076aab;
	-webkit-column-rule: 1px solid #076aab;
	behavior: url(../pie/PIE.htc);
}

#content div.threecols
{
	column-count: 3;
	-moz-column-count: 3;
	-webkit-column-count: 3;
	-moz-column-gap: 20px;
	-webkit-column-gap: 20px;
	-moz-column-rule: 1px solid #076aab;
	-webkit-column-rule: 1px solid #076aab;
	behavior: url(../pie/PIE.htc);
}

#content div.fourcols
{
	column-count: 4;
	-moz-column-count: 4;
	-webkit-column-count: 4;
	-moz-column-gap: 20px;
	-webkit-column-gap: 20px;
	-moz-column-rule: 1px solid #076aab;
	-webkit-column-rule: 1px solid #076aab;
	behavior: url(../pie/PIE.htc);
}


#content .leftcol-single
{
	width: 226px;
	float: left;
}

#content .rightcol-single
{
	border-left: 1px solid #076aab;
	margin-left: 226px;
	padding-left: 25px;
}

table.bggray { border-spacing: 2px; border: 0; border-collapse: collapse; margin: 0 auto; }
table.bggray td { background-color: #ccc; border: 2px solid white; padding: 4px 14px; }

table.twocols, table.threecols, table.fourcols
{
	border: 0;
	width: 100%;
}
table.twocols td, table.threecols td, table.fourcols td
{
	padding: 0;
	border-spacing: 0;
}
table.twocols td { width: 450px; vertical-align: top; }
#cboxContent table.twocols td { width: 333px; }
table.threecols td { width: 292px; vertical-align: top; }
#cboxContent table.threecols td { width: 214px; }
table.fourcols td { width: 213px; vertical-align: top; }
#cboxContent table.fourcols td { width: 154px; }

td.emptycol
{
	width: 24px !important;
	background-image: url(images/css/pixel-blue.png);
	background-repeat: repeat-y;
}

.m560, .css-map-container { width: 540px !important; float: left; }

/* Euopakarte und Aufklappmenues */
.text_map_europe { padding-left: 560px; }
h2.trigger {  }
table.legende { width: 100%; border: 1px solid #022f4c; }
table.legende td  { padding: 8px 12px 8px 0; }
table.legende td.dot  { padding-left: 5px; }
.liste_ziellaender { display: none; list-style-image: url(images/css/listsquare_small.png) !important; padding: 0 0 0 15px; }
.liste_ziellaender a { white-space: nowrap; }

table.geschaefstfelder h1 { font-size: 1.6em; color: #076aab; text-align: center; border: 1px solid #076aab; padding: 6px !important; width: 911px !important; text-transform: uppercase; }
table.geschaefstfelder h2 { font-size: 1.4em; color: #076aab; text-align: center; border: 1px solid #076aab; padding: 4px !important; width: 282px !important; text-transform: uppercase; margin-top: 0; }
table.geschaefstfelder h3 { font-size: 1.2em; color: #076aab; text-align: left; float: left; border: 1px solid #076aab; padding: 4px !important; width: 136px !important; text-transform: uppercase; margin-top: 0; }
table.geschaefstfelder .list_right { margin-left: 126px; width: 146px; }
table.geschaefstfelder .list_right ul { margin-top: 0; }
table.geschaefstfelder .list_right li { font-size: 0.8em; }
table.geschaefstfelder .list_abstand { clear: left; height: 14px; }

table.jobs { margin-bottom: 18px; }
table.jobs td, table.jobs th { padding-right: 22px; }
table.jobs th.th1 { width: 20%; }
table.jobs th.th2 { width: 15%; }
table.jobs th.th3 { width: 20%; }


/* Form */
#contacttable
{
	width: 705px;
	border-left: 1px solid #076aab;
}
#contacttable td#col1 { width: 50%; padding-left: 42px; }
#contacttable td#col2 { padding-top: 2px; padding-left: 25px; }

/* Form w2 */

.w2_ajax_contact_form { width:70%; float: left; }

#contacttable_w2
{
	border-left: 1px solid #076aab;
}
#contacttable_w2 td#col1 { padding-left: 0; }
#contacttable_w2 td#col2 { padding-top: 2px; padding-left: 15px; }

#gt_title, #gt_salutation, #gt_name, #gt_surname, #gt_company, #gt_street, #gt_zip, #gt_city, #gt_country, #gt_tel, #gt_fax, #gt_email
{
	width: 200px;
	border: 1px solid black;
	margin-bottom: 2px;
}

label {display: block; width:60px; float: left; margin-top: 2px; }
#contacttable td#col2 label { width: 100px; }
#contacttable_w2 td#col2 label { width: 140px; }
#contacttable_w2 input#subject { margin-left: -15px; }

#gt_message { clear: left; width: 310px; height: 80px; }
#gt_submit { float: right; margin-right: 50px; }



/* table contact data */
#contacttable2 
{
	width: 699px;
	border-spacing: 0;
}
#contacttable2 td { width: 167px; padding: 12px 25px 0px 25px; }
#contacttable2 td.sep { width: 25px; background-color: white; padding: 0; }
#contacttable2 td p { text-align: left; }
#contacttable2 td a {  }
#contacttable2 td.col1 { text-align: left; }
#contacttable2 td.col2 { text-align: left; }
#contacttable2 td.col3 { text-align: left; }
#contacttable2 h2 { font-size: 1.6em; color: #076aab; margin: 0;  }
#contacttable2 h3 { font-size: 1.2em; color: #076aab; margin: 0;  }

/* stellenangebote */

.stellenangebote { max-height: 400px; overflow: auto; padding-right: 20px; }



#footer
{
	clear: both;
	width: 975px;
	margin: 0 auto;
	text-align: center;
	padding: 10px 0 20px 0;
	color: white;
}
#footer p { margin-bottom: 0; }
#footer a { color: white; }

#langnav { text-align: center; text-transform: uppercase; margin-top: 6px; }