/*
Name:		Site.css
Zweck:		Container, Aufbau, Layout
Ersteller:	PH
=============================
*/


/*
Allgemeine Styles
=================================================== */
* {
	padding:0;
	margin:0;
}
html, body { 
	height:100%;
}
div#mainContainer {
	position: relative;  
	width:100%;
	min-height:100%;
}	
* html div#mainContainer { 
	height:100%; 
} 
div#header {
	width:100%;
	padding-top:34px;
	background:url(../images/layout/header_bg.jpg) #004489 top left repeat-x;
	margin-bottom:20px;
}
div#content-container {
	width:900px;
	margin:0 auto;
	padding-bottom:184px; /* Must have same value like the footer height (or more) */ 
}

div#content { 
	float:left; 
	margin:0;
	padding:0;
	width:413px;
} 

div#mainContainer.home div#content {
	width:431px;
}

div#footer-container { 
	position:relative; 
	background:#f7f7f7; 
	width:100%; 
	height:177px; 
	border-top:7px solid #e7e7e7; 
	margin:-184px auto 0 auto; /* Must have same value like the footer height */
} 

h2 {
	padding-bottom:15px;
}

h3 {
	padding-bottom:20px;
	text-transform:uppercase;
}

/*
Header Styles
=================================================== */
div#mainheader { 
	position:relative;
	width:900px;
	/*height:379px;*/
	margin:0 auto;
} 
div#logo {
	float:left;
	background:url(../images/layout/logo.jpg) bottom left no-repeat;
}
div#logo a {
	display:block;
	width:209px;
	height:34px; 
}
div#logo a span {
	display:none;
}
div#quickhelp {
	float:left;
	width:656px;
	margin-left:35px;
	text-align:right;
}
ul#quicknav {
	float:right;
	margin:0;
	padding:0;
	list-style:none;
}
ul#quicknav li {
	float:left;
	padding:0 7px;
	margin-top:7px;
	border-right:1px solid #dedede;
}
ul#quicknav li.last {
	border-right:none;
}
div#search {
	float:right;
	margin:0;
	padding:0;
}
div#search form input#txtKeywords {
	float:left;
	height:18px;
	width:143px;
	padding:6px 0 6px 14px;
	border:none;
	background:url('../images/layout/search-bg.jpg') top left repeat-x;
}
div#search form input.submit {
	float:left;
	height:30px;
	width:30px;
	border:none;
	background:url('../images/layout/search-btn.jpg') top left repeat-x;
}

/*
Breadcrumb Styles
=================================================== */

div#breadCrumb {
	margin:0 0 20px 0;
	padding:0 0 7px 0;
	border-bottom:1px solid #e7e7e7;
}
ul#crumbList {
	float:left;
	margin:0;
	padding:0;
}
ul#crumbList li {
	display:inline;
	font-size:1em;
	margin:0;
}
ul#crumbList span.crumbSign {
	width:20px;
	height:16px;
	padding:0px 6px;
	background:url('../images/layout/breadcrumb.gif') center no-repeat;
}

div#breadCrumb span#here {
	float:left;
	padding-top:1px;
	margin-right:10px;
}

/*
Primary Navigation
=================================================== */

ul#navPrimary {
	float:right;
	list-style:none;
	padding:0;
	margin:35px 0 0 0;
}
ul#navPrimary li {
	float:left;
	margin:0 6px 0 0;
	padding:0 7px 0 0;
	background:url('../images/layout/nav-inactive-right.jpg') bottom right no-repeat;
}
ul#navPrimary li#closeHeader, ul#navPrimary li#openHeader {
	margin-right:0;
	background:none;
}

ul#navPrimary li.current {
	background:none;
}

ul#navPrimary li a, ul#navPrimary li.current a {
	display:block;
	padding:8px 0px 7px 8px;
}
ul#navPrimary li a {
	background:url(../images/layout/nav-inactive-left.jpg) left bottom no-repeat;
}
ul#navPrimary li.current a {
	background:url(../images/layout/nav-active-left.jpg) #fff left bottom no-repeat;
}
ul#navPrimary li.current {
	background:url('../images/layout/nav-active-right.jpg') bottom right no-repeat;
}
/* Zu-/Aufklappen-Knopf */
ul#navPrimary li div.leftCorner, ul#navPrimary li.current div.leftCorner {
	padding-left:7px;
	height:32px;
}
ul#navPrimary li div.rightCorner, ul#navPrimary li.current div.rightCorner {
	padding-right:7px;
	height:32px;
}
ul#navPrimary li#closeHeader div.leftCorner, ul#navPrimary li#openHeader div.leftCorner {
	background:url('../images/layout/nav-close-left.gif') bottom left no-repeat;
}
ul#navPrimary li#closeHeader div.rightCorner, ul#navPrimary li#openHeader div.rightCorner {
	background:url('../images/layout/nav-close-right.gif') bottom right no-repeat;
}
ul#navPrimary li#closeHeader {
	padding-right:0;
	background:none;
}
ul#navPrimary li#closeHeader a, ul#navPrimary li#openHeader a {
	padding:2px 2px 2px 12px;
	margin-top:11px;
	width:65px;
	background-color:#fff;
	background-position:top left;
	background-repeat:no-repeat;
}
ul#navPrimary li#closeHeader a {
	background-image:url('../images/layout/arrow-close.gif');
}
ul#navPrimary li#openHeader a {
	background-image:url('../images/layout/arrow-open.gif');
}
/* //Zu-/Aufklappen-Knopf */

/*
Secondary Navigation
=================================================== */
ul#navSecondary {
	list-style:none;
	margin:0 0 30px 0;
	padding:0;
}
ul#navSecondary li {
	border-bottom:1px solid #e7e7e7;
	padding:10px 0;
	margin:0;
}
ul#navSecondary li.last {
	border-bottom:none;
}
ul#navSecondary li ul {
	list-style:none;
	margin:5px 0 0 0;
	padding:0;
}
ul#navSecondary li ul li {
	border-bottom:none;
	padding:3px 0 0 19px;
	margin:0;
	background:url('../images/layout/nav.gif') top left no-repeat;
}
ul#navSecondary li ul li.last {
	background:url('../images/layout/nav-last.gif') top left no-repeat;
}

/*
Content Container Styles Generell
=================================================== */

/* left container */
div#left {
	float:left;
	width:205px;
	min-height:100px;
	padding-right:38px;
}

/* Container fuer normale seite (!= home) */
div#middleContainer {
	float:left;
	width:656px;
}

/* right container */
div#right {
	float:left;
	width:205px;
	min-height:100px;
	padding-left:38px;
}
div#mainContainer.home div#right {
	float:left;
	width:431px;
	min-height:100px;
	padding-left:38px;
}

/*
Footer Styles
=================================================== */	
div#footer { 
	width:900px;
	padding-top:15px;
	margin:0 auto;
} 
div#footer dl {
	float:left;
	clear:none;
	width:205px;
}
div#footer dd {
	margin:0;
}
div#footer dt {
	padding-bottom:3px;
}
div#footer dl dd ul {
	list-style:none;
	margin:0;
	padding:0;
}
div#footer dl dd ul li {
	border-bottom:1px solid #e7e7e7;
	padding:3px 0;
	margin:0;
}
div#footer dl dd ul li.last {
	border-bottom:none;
}
dl#portal {
	padding-right:20px;
}
dl#services {
	padding-right:38px;
}
dl#weiteres {
	padding-right:20px;
}
div#adressCopy {
	float:left;	
	clear:none;
	width:186px;
}
div#adressCopy div {
	border-bottom:1px solid #e7e7e7;
	padding:8px 0;
}
div#adressCopy div.first {
	padding-top:0px;
}

div#adressCopy div a.top {
	background:url('../images/layout/arrow-top.gif') top left no-repeat;
	padding-left:15px;
	text-decoration:underline;
}

/*
Boxen
=================================================== */	
/* Testaccount (home) */
div#testaccount {
	position:relative;
	width:395px;
	height:157px;
	padding:15px 18px;
	margin:30px 0 20px 0; 
	background:url(../images/layout/testaccount.jpg) top left no-repeat;
}
div#testaccount h3 {
	padding-bottom:15px;
}
div#testaccount h2 {
	font-size:1.6em;
	padding-bottom:10px;
}
a#createTestaccount {
	position:absolute;
	display:block;
	bottom:5px;
	right:5px;
	width:165px;
	height:34px;
}

/* news (home + normal) */
div#newshome, div#newsnormal {
	width:186px;
	border:1px solid #d3e0ec;
	padding:18px 10px;
	background:#f4f7f9;
	margin:0 24px 20px 0;
	float:left;
}
div#newsnormal {
	padding:14px 14px;
}
div#newsnormal {
	width:173px;
}
div#newshome div.first, div#newsnormal div.first{
	float:left;
	width:186px;
	padding-right:19px;
}
div#newshome div.last, div#newsnormal div.last {
	float:left;
	width:186px;
}
div#newsnormal div.first, div#newsnormal div.last {
	width:170px;
}
div#newshome h3, div#newsnormal h3 {
	padding-bottom:20px;
}
div#newshome h2, div#newsnormal h2 {
	padding-bottom:12px;
}
div#newshome div.newsEntry, div#newsnormal div.newsEntry {
	padding-bottom:20px;
}
div#newshome div.date, div#newsnormal div.date {
	padding:5px;
	margin-bottom:5px;
	background:#004489;
	text-align:center;
}
div#newshome div.summary, div#newsnormal div.summary {
	padding-bottom:15px;
}
div#newshome a, div#newsnormal a {
	padding-left:20px;
	background:url(../images/layout/link.gif) left no-repeat;
}
div#newshome div#newsNav, div#newsnormal div#newsNav {
	border-top:1px solid #d3e0ec;
	padding:15px 0;
}
div#newshome a.readAll, div#newsnormal a.readAll {
	float:left;
}
div#newshome a.rss, div#newsnormal a.rss {
	float:right;
	background:url(../images/layout/rss.jpg) left center no-repeat;
}

/* offers (home) */
div#offershome {
	position:relative;
	width:411px;
	clear:both;
	height:45px;
	padding:16px 10px;
	background:url('../images/layout/offers.jpg') top left no-repeat;
}
div#offershome h3 {
	padding-bottom:5px;
}
div#offershome div.firstPhrase, div#offershome div.secondPhrase, div#offershome div.counter {
	float:left;
	padding:7px 0;
}
div#offershome div.firstPhrase {
	padding-right:2px;
}
div#offershome div.secondPhrase {
	/*padding-left:13px;*/
}
div#offershome div.counter {
	padding:7px 2px 7px 0;
	width:45px;
	text-align:center;
	background:url('../images/layout/offers-counter.gif') top left no-repeat;
}
div#offershome div#flag {
	position:absolute;
	top:-1px;
	right:-1px;
	width:69px;
	height:47px;
	background:url('../images/layout/flag.gif') top left no-repeat;
}

/* offers (home) */
div#offersnormal {
	position:relative;
	width:165px;
	height:129px;
	padding:16px 20px;
	background:url('../images/layout/offers-small.jpg') top left no-repeat;
}
div#offersnormal h3 {
	padding-bottom:5px;
}
div#offersnormal div.normalPhrase, div#offersnormal div.counter {
	padding:7px 0;
}
div#offersnormal div.counter {
	width:69px;
	padding:7px 24px;
	margin:0 auto;
	text-align:center;
	background:url('../images/layout/offers-counter-small.gif') top center no-repeat;
}


/*
Advertising
=================================================== */
div#advertising {
	border-top:1px solid #e7e7e7;
	padding-top:20px;
	margin:20px 0;
	text-align:center;
}
div#advertising div.svAd {
	display:inline;
	padding-right:5%;
	/*width:25%;*/
	text-align:center;
	margin:0;
}

/*
Sonstiges
=================================================== */
.clear {
	clear:both;
}