html, body{
    height: 100%;
}

body{
	margin: 0;
	padding: 0;
	background: #bdd4e3 url(../images/bg_body.png) repeat-x;
	font-family: Helvetica, Arial, sans-serif;
	color: #2b2b2b;
	text-align: center;
	font-size: 13px;
}

#wrap{
    width: 882px;
	margin: 0 auto 2em auto;
	padding: 0 12px;
	background: #d3e2ec url(../images/bg_wrap.png) repeat-x;
	text-align: left;
}
#innerWrap{
	background: #fff url(../images/bg_innerwrap.jpg) no-repeat;
}

/*-----------------------   BASICS   -----------------------*/
img{
	border: none;
}

.clear{
	font-size: 1%;
	clear: both;
	display: block;
}

.relEL{
    position: relative;
	top: 0;
	left: 0;
}

a{
    color: #474747;
}

hr{
    background: #fff;
	color: #fff;
	border: none;
	border-bottom: 1px solid #ced9e0;
	height: 2px;
}

pre.debug{
	text-align: left;
	font-size: 120%;
	padding: 1em;
	background: #FFFFFF;
	color: #000000;
	border: 3px solid #999999;
}


/*-----------------------   CONTENT   -----------------------*/
#content{
	width: 579px;
	float: left;
	margin: 0 0 0 30px;
	padding: 0 0 1.5em 0;
}

#content h1, #content h2, #content h3, #content h4, #content caption{
	margin-top: 0;
	padding-top: 0;
	color: #c90119;
	font-weight: normal;
}
#content h1{
   font-size: 2em;
}
#content h2{
   font-size: 1.6em;
}
#content h3, #content h4, #content caption{
   font-size: 1em;
   font-weight: bold;
}

#content p, #content table, #content ul, #content ol{
   font-size: 13px;
   line-height: 1.5em;
}

.alignLeft{
	text-align: left;
}
.alignRight{
	text-align: right;
}

/* thumbs */
#imageRightWrN {
    float:right;
    margin: 0px 0px 10px 20px;
}

#imageRightWrN a, .img a{
    cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
	cursor: url(../images/zoom_in.cur),pointer; /* absolute url! */
}

/* persons, contactsheets */
#bluebox {
	border:2px solid #e8edf0;
	float:left;
	margin: 1.5em 1.5em 0 0;
	min-height: 145px;
	padding:0 0 0 10px;
	position:relative;
	width:240px;
}

#bluebox h2 {
  font-size: 90%;
	margin-top: 0.4em;
}
#bluebox h2 a {
  color: #c90119;
}
#bluebox h6 {
  font-size: 13px;
	margin: 0;
	padding: 0;
}

#bluebox .img a {
    float:right;
    height:80px;
    padding:0;
	margin: 3px 3px 0 0;
    width:80px;
}
    

/* inhalt > tabelle default */
#content table{
    border-top: 1px solid #ced3ce;
    border-left: 1px solid #ced3ce;
	border-spacing:0;
	border-collapse:collapse;
}
#content table td, #content table th{
    border-right: 1px solid #ced3ce;
    border-bottom: 1px solid #ced3ce;
	background: #fff;
	margin: 0;
	padding: 1px;
}
#content table th, #content table tr:first-child td, #content table tr:first-child th{
    background: #e8edf0;
	font-weight: bold;
	text-align: center;
}


/*-----------------------   HEADER   -----------------------*/
#header{
    height: 217px;
	position: relative;
	margin-bottom: 1em;
	left: 0;
	top: 0;
}
#header h1{
    position: absolute;
	width: 100%;
	bottom: 10px;
	margin: 0;
	padding: 0;
	font-size: 32px;
	font-weight: normal;
	color: #c90119;
}

/*-----------------------   NAVIGATION   -----------------------*/
#navigation{
    width: 198px;
	float: left;
	margin: 0 0 0 21px;
}

#sitelogo{
    border-top: 13px solid #e8edf0;
	width: 198px;
	height: 85px;
	margin: 0;
	padding: 0;
}
#sitelogo img{
	width: 198px;
	height: 85px;
}

#mainNav{
	margin: 0;
	padding: 0;
	list-style-type: none;
    background: #e8edf0;
	border-bottom: 18px solid #fff;
}

#mainNav li{
	display: inline;
	margin: 0;
	padding: 0;
}
#mainNav li a{
	display: block;
	margin: 0;
	padding: 4px 0 4px 16px;
	font-size: 13px;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	color: #7e888f;
	border-bottom: 1px solid #ced9e0;
}
#mainNav li.active a {
	color: #c90119;
	/*border: none;*/
}
#mainNav li.active ul a {
	font-weight: normal;
}
#mainNav a:hover{
	color: #c90119;
}
#mainNav li.active .active a{
	color: #7e888f;
}

/* Subnav: */
#mainNav ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	border-bottom: 1px solid #ced9e0;
}
#mainNav ul li a{
	text-transform: none;
	border: none;
	padding: 1px 0 4px 22px;
}

/* partners */
.partners{
    background: #f2f0e1;
	padding: 6px;
	margin: 18px 0;
	width: 186px;
}
.partners h3{
    font-size: 12px;
	color: #676767;
	padding: 0;
	margin: 0 0 0.3em 0;
}

.partners ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
}
.partners li{
	margin: 0;
	padding: 0;
	display: inline;
}

.partners img{
	vertical-align: middle;
	margin: 0 3px;
}

/*-----------------------   FOOTER   -----------------------*/
#footer{
	font-size: 12px;
    padding: 1em 0;
}
#footer, #footer a{
	text-decoration: none;
	color: #526876; 
}
#footer p{
    padding: 0;
	margin: 0;
}
#footer p#dieSchraube{
    float: right;
}

/*-----------------------   LIGHTBOX   -----------------------*/
#lightbox a{
	background: none;
	color: #c90119
}
#outerImageContainer{
	border: 4px solid #b4c3cd;
	border-bottom: none;
	background: #fff url(../images/logo_phoenix_wn.png) no-repeat center;
}
#imageDataContainer{
	border: 4px solid #b4c3cd;
	border-top: none;
}
#loading{
	top: 70%;
}

/*-----------------------   OLD ONES   -----------------------*/

#funktionList {
    float: left;
    margin:0;
    padding:0px 0px 0px 20px;
}

#funktionList li {
    list-style: none;
    margin:0px 0px 2px 0px;
}

#nameList {
    float: left;
    margin:0;
    padding:0px 0px 0px 40px;
}

#nameList li {
   list-style: none;
   margin:0px 0px 2px 0px;
}

#first {
    font:bold 14px arial, verdana, sans-serif;	
}

