html, body {
    font-family: 'Trebuchet MS', Verdana, Arial, Sans-Serif;
    font-size: 12px;
}

body {
    background: #DDE8FB url('../images/top_bg.gif') repeat-x top left;
    padding: 18px 0 0 0;
    margin: 0;
}


a img {
    border: 0px none;
}

hr {
    display: none;
}



h1 {
	float: left;
	width: 270px;
	font-size: 12px;

	text-indent: -9000px !important;
}


.clear {
	clear: both;
	margin: 0;
	padding: 0;
	height: 1px;
	font-size: 1px;
}

.alert {
	background: #FFF6BF;
	border-top: 2px solid #FFD324;
	border-bottom: 2px solid #FFD324;
	text-align: center;
	margin: 10px auto;
	padding: 5px 20px;
	}
.ok {
	background: #D9ECD9;
	border-top: 2px solid #4E9012;
	border-bottom: 2px solid #4E9012;
	text-align: center;
	margin: 10px auto;
	padding: 5px 20px;
	}



a {
    color: #0066B1;
    font-weight: bold;
}
a:hover {

    color: #210C69;
}



#page {
    width: 783px;
    background: #DDE8FB url('../images/page_bg.gif') repeat-y top left;
    margin: 0px auto 0px;
	padding: 0;
	position: relative;
}

div#header {
    position: relative;
    height: 143px;
    background: #fff url('../images/header_bg.gif') repeat-x top left;
}


img#header {
    position: absolute;
    left: 224px;
    top:0px;
}
#logo {
    position: absolute;
    top: 0;
    left: 0;
}

#header_right {

	background: #fff url('../images/header_right_bg.gif') no-repeat top left;
	position: absolute;
    left: 775px;
    top:0px;
    width:8px;
    height: 143px;
}




.content {

}



#menu {
    border-top:1px solid #fff;
	list-style-type: none;
	list-style-image: url('none');margin-left:0; margin-right:0; margin-top:25px; margin-bottom:0; padding-left:0; padding-right:0; padding-top:0; padding-bottom:100px
}
#menu li.page_item {
    height: 25px;
    line-height: 25px;
    padding: 0 0 0 0 ;
    width: 200px;
    border-bottom:1px #fff solid;
    background: #210C69 url('../images/menu_bullet.gif') no-repeat 10px 9px;
}
#menu li.current_page_item {
    width: 200px;
    border-bottom:1px #fff solid;
    background: #210C69 url('../images/menu_bullet.gif') no-repeat 10px 9px;
}
#menu li.current_page_item a, #menu li.page_item a {
	display: block;
	height: 25px;
	line-height: 25px;
	color: #fff;
	text-decoration: none;
	font-size: 14px;
	font-weight: normal;
	padding-left: 27px;
}
#menu li.page_item a:hover, #menu li.page_item:hover, #menu li.current_page_item  {
    background: #0168B3 url('../images/menu_bullet.gif') no-repeat 10px 9px;
}




#submenu {
    border-top:1px solid #fff;
	margin:  0 ;
	padding: 0;
	list-style-type: none;
	list-style-image: url('none');
}

#menu li.current_page_item ul {
    background-color: #73ACD5;
    /*border-bottom:0px #fff solid;*/
    padding-bottom:10px;
}

#submenu li.sub_item {
    height: 22px;
    line-height: 22px;
    padding: 0 0 0 0 ;
    width: 200px;
    background: transparent url('../images/menu_bullet2.gif') no-repeat 18px 11px;
}
#submenu li.current_sub_item {
    width: 200px;
    background: transparent url('../images/menu_bullet2.gif') no-repeat 18px 11px;
}
#submenu li.current_sub_item a, #submenu li.sub_item a {
	display: block;
	height: 22px;
	line-height: 22px;
	color: #fff;
	text-decoration: none;
	font-size: 13px;
	font-weight: normal;
	padding-left: 26px;
	overflow: hidden;
}
#submenu li.current_sub_item a, #submenu li.sub_item a:hover {
    font-weight: bold;
}





.primary {
     border-top: 8px #fff solid;
     width: 200px; /*224*/
     padding: 0 9px 0 15px;
     float: left;
}

.secondary {
    padding-top: 18px;
    float: left;
    width: 508px;
    padding-left: 13px;
    font-size: 13px;
}

#counter {
   width: 200px;
   text-align: center;
   margin-top: -50px;
}


.secondary h2 {
    color: #210C69;
    font-weight: bold;
    font-size: 16px;
    margin: 0;
    padding: 0px 0 10px 0;
}

.secondary p, .secondary div {
    padding: 0;
    margin: 0 0 15px 0;
    line-height: 1.4em;
}

div.liner {
 background: url('../images/break.gif') bottom left repeat-x;
 height: 1px;
 padding: 0;
 font-size: 1px;
 margin-bottom: 20px;
}


#footer {
    background: #DDE8FB url('../images/footer_top_bg.gif') no-repeat top left;
    padding: 25px 0 30px 0;
    text-align: center;
    font-size: 11px;
    color: #8C8C8C;
}

#pageInfoBox {
    float: right;
    padding: 10px 40px 0 0;
}
#pageInfoBox a {
    text-decoration: none;
    display: block;
    float: left;
    clear: left;
}





/* Team */
.teamBox {
	width: 100%;
	border-collapse: collapse;
	border: 0px none;
	margin: 0;
	padding: 0
}
.teamBox td {
	vertical-align: top;
	margin: 0;
	padding: 0;
}
.teamPic {
	width: 140px;
}
.teamPic img {
	border: 0px none;
}

.teamContent{
	width: 220px;
	vertical-align: top;
}

.teamContent h3 {
	font-size: 13px;
	font-weight: bold;
	color: #000;
	margin: 0;
	padding: 0 0  5px 0;
}

.teamNumber{

}

.teamSet {
    border-left: 0px none;
    border-bottom: 0px none;
    border-right: 10px solid #73ADD5;
    border-top: 2px solid #73ADD5;
    margin: 0;
    padding-left:0; padding-right:20px; padding-top:10px; padding-bottom:0
}

.teamSet legend {
    margin: 0 5px;
    color: #210C69;
    font-weight: bold;
    padding: 0 5px 8px 5px;
}





/* Referenzen */
.referenzenIndex {
    background-color: #EFEFEF;
    margin-top:10px;
    padding: 10px 10px 5px 10px !important;
}


.referenzenIndex h3 {
    margin: 0;
    padding: 0;
    font-size: 14px;
}

.referenzenIndex ul {
    margin: 5px 0 15px 20px;
    padding: 0;
    color: #0067B2;
}
.referenzenIndex ul li {
    padding: 0;
    margin: 0;
}
.referenzenIndex ul li a {
    text-decoration: none;
}



.referenzenTabelle {
    margin: 0;
    padding: 0;
    border: 0px none;
    border-collapse: collapse
}
.referenzenTabelle tr td {
    margin: 0;
    padding: 2px;
    border: 0px none;
    vertical-align: top
}

.referenzenTabelle h2 {
    margin: 0;
    padding: 30px 0 0 0;

}

h3 {
    margin: 0;
    padding: 15px 0 5px 0;
    font-size: 15px;
}
.referenzenTabelle h3 {
    margin: 0;
    padding: 20px 0 0 0;
    font-size: 15px;
}
