@charset 'utf-8';

/* Reset */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {  
    margin:0px; 
    padding:0px; 
} 
table { 
	border-collapse:collapse; 
	border-spacing:0px; 
} 
fieldset,img {  
    border:0px; 
} 
address,caption,cite,code,dfn,em,strong,th,var { 
    font-style:normal; 
    font-weight:normal; 
} 
ol,ul { 
    list-style:none; 
} 
caption,th { 
    text-align:left; 
} 
h1,h2,h3,h4,h5,h6 { 
    font-size:100%; 
    font-weight:normal; 
} 
q:before,q:after { 
    content:''; 
} 
abbr,acronym {
	border:0px; 
}




/* Allgemein */
html{
    height:100.1%;
    min-height:100.1%;
}
body{
    padding:0;
    margin:0;
    font-family:'trebuchet ms',arial;
    color:#666666;
    font-size:12px;
    line-height:17px;
    background:#0f0f0f url(../images/bg.gif) repeat-x;
    height:100.01%;
}
a{
    font-size:11px;
    color:#555555;
    text-decoration:none;
}

em{
	font-style:italic;
}


/* Page */
#page{
    width:730px;
    margin:0px auto;
}

#image-container{
	float:left;
	width:730px;
	height:235px;
}


/* Header */
#header{
    width:730px;
    height:106px;
    float:left;
    text-align:center;
}




/* Navigation */
#navigation{
    display:block;
    width:730px;
    height:100px;
    float:left;
}
#navigation li{
    float:left;
}
#navigation li a{
    display:block;
    float:left;
    color:#fff;
    height:80px;/* 100-10px padding*/
    width:122px;
    padding:20px 0px 0px 0px;
    font-size:14px;
    font-weight:bold;
    text-align:center;
    background:url(../images/navigation_bg.gif) no-repeat;
}
#navigation li a:hover, #navigation li.active a{
    background:url(../images/navigation_bg_active.gif) no-repeat;
}
#navigation li a.first,
#navigation li a.last{
    display:block;
    width:121px;
    float:left;
    background:url(../images/navigation_bg_first.gif) no-repeat;
}
#navigation li.active a.first{
    background:url(../images/navigation_bg_first_active.gif) no-repeat;
}
#navigation li a.last{
    background:url(../images/navigation_bg.gif) top right no-repeat;
}
#navigation li.active a.last{
    background:url(../images/navigation_bg_active.gif) top right no-repeat;
}
#navigation li a.first:hover{
    background:url(../images/navigation_bg_first_active.gif) no-repeat;
}
#navigation li a.last:hover{
    background:url(../images/navigation_bg_active.gif) top right no-repeat;
}




/* Content */
#content {
    width:730px;
    float:left;
    min-height:300px;
}
#content #left-box,
#content #left-box-big{
    width:230px;
    float:left;
    margin-right:20px;
}

#content #left-box-big{
	width:465px; /* 230 * 2 + 40 margin */
    margin-right:35px;
}

/*Spezialfall Partner*/
#content #text{
    float: left;
    width: 730px;
}

    

/* Spezialfall Referenzen */
#content #left-box-references{
    width:218px;
    float:left;
    margin-right:20px;
}
#content #center-box{
    width:230px;
    float:left;
    margin-right:20px;
}
#content #right-box{
    width:230px;
    float:left;
}
/* Spezialfall News */
#content #right-box-news{
    width:200px; /* 230px colwidth - 2*15px padding */
    min-height:160px;
    float:left;
    padding:15px;
    background:#0f0f0f url(../images/news_bg.gif) repeat-x;
}
#content #right-box-news a{
    font-weight:bold;
    color:#757575;
}
#content h1{
    font-family:'trebuchet ms',arial;
    color:#fff;
    font-size:24px;
    font-weight:bold;
    padding:30px 0px 30px 0px;
}
#content strong{
    font-size:12px;
    font-weight:bold;
}
#content a{
    padding-left:15px;
    background: url(../images/content_arrow.gif) no-repeat left center;
}
#content a:hover{
    background-color:#222222;
}
#content ul li{
    padding-bottom:8px;
    padding-left:14px;
    background:url(../images/content_list.gif) no-repeat;
}

/* Content: Referenzen */
#content .references-thumbnails{
    margin:0px;
    padding:0px;
    float:left;
}
#content .references-thumbnails li{
    float:left;
    padding:0px;
    margin:0px 0px 5px 0px;
    background:none;
}
#content .references-thumbnails li a,
#content .references-thumbnails li a:hover{
    display:block;
    padding:0px;
    margin:0px;
    background:url('../images/lupe.gif') bottom right no-repeat;
}
#content .references-thumbnails li a img{
    padding:0px;
    margin:0px;
}

#content #references{
    float:left;
}
#content #references p{
    width:241px;
    float:left;
    margin:0px 3px 15px 0px;
}
#content #references p.last{
    margin-right:0px;
}
#content #references a{
    display:block;
    width:226px; /* 241 - 15 (padding-left pfeil)*/ 
    line-height:25px;
    height:25px;
    color:#fff;
}

#content h2{
	font-weight:bold;
	margin-bottom:0.75em;
}

#content .news_date,
#content .news_title{
	color:#ffffff;
	margin-bottom:0.25em;
}
#content .news_image,
#content .news_title{
	font-weight:bold;
	margin-bottom:0.5em;
}

#content .news_teaser{
	margin-bottom:0.25em;
}

/* Content: Back-Button */
#content #back-button{
    width:730px;
    float:left;
    padding-top:30px;
}
#content #back-button a{
    padding-left:15px;
    background: url(../images/content_arrow_back.gif) no-repeat left center;
}
#content #back-button a:hover{
    background-color:#222222;
}

/* Subnavigation */
#subnavigation{
    width:230px;
    min-height:200px;
    float:left;
    background:#0f0f0f url(../images/news_bg.gif) repeat-x;
}
#subnavigation ul{
    float:left;
    color:#555555;
    font-weight:bold;
    border-top:1px solid #474747;
}
#subnavigation ul li{
    float:left;
    background:none;
    padding:0px;
    margin:0px;
}
#subnavigation a{
    display:block;
    float:left;
    padding-left:25px;
    width:205px;/* 230px - 25px padding-left */
    line-height:34px;
    height:34px;
    font-size:12px;
    color:#cbcbcb;
    border-bottom:1px solid #474747;
    background:url(../images/content_arrow.gif) no-repeat 7px center;
}
#subnavigation a.active{
    background-color:#1b1b1b;
    color:#ffffff;
}
#subnavigation a:hover{
    background-color:#1b1b1b;
    color:#ffffff;
}



/*Box rechts mit Partnern*/
#partner{
    width:230px;
    min-height:200px;
    float:left;
    background:#0f0f0f url(../images/news_bg.gif) repeat-x;
}
#partner ul{
    float:left;
    color:#555555;
    font-weight:bold;
    border-top:1px solid #474747;
    padding-top:5px;
}
#partner ul li{
    float:left;
    background:none;
    padding:0px;
    margin:0px;
}
#partner a{
    display:block;
    float:left;
    padding-left:25px;
    width:205px;/* 230px - 25px padding-left */
    line-height:25px;
    height:25px;
    font-size:12px;
    color:#cbcbcb;
    background:url(../images/content_arrow.gif) no-repeat 7px center;
}
#partner a.active{
    background-color:#1b1b1b;
    color:#ffffff;
}
#partner a:hover{
    background-color:#1b1b1b;
    color:#ffffff;
}





/* Footer */
#footer {
    float:left;
    width:730px;
    min-height:120px;
    height:25px;
    margin-top:80px;
    background:url(../images/footer_bg.jpg) no-repeat;
}
#footer p{
    margin-top:10px;
}
#footer #footer-left{
    width:350px; /* 365-15px */
    height:25px;
    float:left;
    padding-left:15px;
}
#footer #footer-right{
    width:349px; /* 364-15px */
    height:25px;
    float:left;
    text-align:right;
    padding-right:15px;
}
#footer a:hover{
    background:#333;
}