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

body {
margin: 0;
padding: 0;
background: url(images/page_bg.gif) repeat-x #ffffff;
position: relative;
}

body, table, td {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #595959;
line-height: 150%;
}

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

a: hover {
color: #333333;
}

p {
margin: 0px 0px 18px 0px;
padding: 0;
}

input {
border: 1px solid #666666;
margin: 0px 0px 4px 0px;
vertical-align: middle;
}

textarea {
border: 1px solid #666666;
margin: 0px 0px 14px 0px;
}

img {
border: none;
}

ul {
list-style-image: url(images/bullet.gif);
color: #111111;
}

h1, h2, h3, h4, h5, h6 {
font-family: Arial, Helvetica, sans-serif;
letter-spacing: -0.025em;
color: #555555;
}

h1 {
color: #e2001a;
font-size: 22px;
background: url(images/div.gif) bottom repeat-x;
padding: 0px 0px 10px 0px;
margin: 0px 0px 16px 0px;
}

h2 {

font-size: 17px;
background: url(images/div.gif) bottom repeat-x;
padding: 0px 0px 10px 0px;
margin: 0px 0px 16px 0px;
}

h3 {
color: #e2001a;
font-size: 15px;
margin: 0px 0px 4px 0px;
}

h4 {
color: #e2001a;
font-size: 14px;
margin: 3px 0px 0px 0px;
}

h5 {

font-size: 15px;
background: url(images/div.gif) bottom repeat-x;
padding: 0px 0px 6px 0px;
margin: 10px 0px 16px 0px;
}


/* PAGE LAYOUT */

html, body {
height: 100%;
}

#page_wrapper {
position: relative;
margin-left: auto;
margin-right: auto;
width: 890px;
height: auto !important;
height: 100%;
min-height: 100%;
overflow: none;
}

#page_content {
position: relative;
padding: 31px 0px 50px 0px;
}

#page_footer {
display: block;
clear: both;
position: relative; /* on florian geaendert */
bottom: 20px;
height: 20px;
width: 100%;
color: #999999;
}

#page_footer a {
color: #999999;
background: url(images/link.gif) no-repeat left center;
padding: 0px 16px 0px 12px;
}

#page_footer a:hover {
color: #666666;
}

#copyright {
float: right;
}

#column_left {
position: relative;
width: 610px;
overflow-x: hidden;
}
#column_left_karriere {
    position: relative;
    width: 610px;
    overflow-x: hidden;
}

#column_left img {

position: relative;
z-index: 100;
float: right;
margin: 2px 0px 8px 10px;
}

#column_left img.left {
float: left;
margin: 2px 20px 8px 0px;
}

#column_right {
position: relative;
float: right;
top: 0px;
right: -15px;
width: 280px;
text-align: right;
}

ul.facts {
width: 590px;
list-style-type:none;
padding: 0;
margin: 0px 0px 10px 0px;
}

ul.facts li {
background: url(images/li.gif) repeat-x;
width: 100%;
padding: 10px 10px 14px 10px;
}

#boxen {
position: relative;
width: 100%;
margin: 30px 0px 20px 0px;
}

#boxen img {
margin: 0px 18px 0px 0px;
}

#infobox {
width: 610px;
position: relative;
padding: 10px 10px 14px 10px;
margin: 0px 0px 8px 0px;
background: url(images/li.gif) repeat-x;
}


#infobox ul {
padding: 0px 0px 0px 16px;
margin: 4px 0px 0px 0px;
}

#infobox ul li {
margin: 0px 0px 5px 0px;
}

#list  {
color: #333333;
font-weight: bold;
font-size: 13px;
padding: 0px 0px 0px 16px;
margin: -6px 0px 18px 0px;
line-height: 140%;
}
#list   li {
margin-bottom: 11px;
}


/* accordeon styles */
.arrowlistmenu{
width: 270px; /*width of accordion menu*/
text-align: left;
font-size: 11px;
line-height: 140%;
}

.arrowlistmenu h3 {
color: #444444;
font-size: 12px;
letter-spacing: normal;
}

.arrowlistmenu h2 {
padding-bottom: 5px;
margin-bottom: 7px;
letter-spacing: normal;
}

.arrowlistmenu h4 {
color: #e2001a;
font-size: 12px;
margin: 0px 0px 4px 0px;
letter-spacing: normal;
}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
font: bold 12x Arial;
background: url(images/accordeon_closed.gif) repeat-x #cccccc;
padding: 4px 0 4px 10px; /*header text is indented 10px*/
cursor: hand;
cursor: pointer;
border: 1px solid #e1e1e1;
}

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
background: url(images/accordeon_open.gif) repeat-x #ffffff;
border: 1px solid #cdcdcd;
}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
background: url(images/li.gif) repeat-x;
list-style-type: none;
list-style-image: none;
margin: 0;
padding: 4px 8px 4px 8px;
margin-bottom: 12px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
padding-bottom: 8px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li ul {
background: none;
padding: 0px 0px 0px 18px;
}

.arrowlistmenu ul li ul li {
list-style-type: square;
}

.arrowlistmenu ul li a{
margin: 14px 0px 0px 0px;
color: #333333;
background: url(images/link.gif) no-repeat left center;
padding: 0px 16px 0px 12px;
font-weight: bold;
}



.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: #000000;
}

#ajaxcontentarea {
margin: 0px 0px 50px 0px;
}



	.toggler {
	color: #222;
	margin: 0;
	padding: 2px 5px;
	background: #eee;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-top: 1px solid #f5f5f5;
	border-left: 1px solid #f5f5f5;
	font-size: 11px;
	font-weight: normal;
	font-family: 'Andale Mono', sans-serif;
}
 
.element {
 
}
 
.element p {
	margin: 0;
	padding: 4px;
}
 
.float-right {
	padding:10px 20px;
	float:right;
}
 
blockquote {
	text-style:italic;
	padding:5px 0 5px 30px;
}

#referenzen {
clear: both;
width: 850px;
position: relative;
padding: 10px 10px 14px 20px;
margin: 0px 0px 200px 0px;
background: url(images/li.gif) repeat-x;
height: auto !important;
height: 120px;
min-height: 120px;
}

#referenzen img {
float: left;
margin: 0px 40px 40px 0px;
border: 1px solid #e8e8e8;
}

#sitemap ul {
width: 300px;
padding: 0;
}


#sitemap ul li {
background: #eeeeee;
padding: 2px 4px 2px 4px;
margin: 0px 0px 4px 0px;
list-style-image: none;
list-style-type: none;
font-size: 11px;
}

#sitemap ul li.top {
font-size: 12px;
background: #999999;
color: #ffffff;
font-weight: bold;
padding: 4px 4px 4px 4px;
margin: 0px 0px 4px 0px;
list-style-image: none;
list-style-type: none;
}
