/*------------------
partner definitionen
------------------*/

#container {
	background: url(/bilder/bg-header-partner.png) no-repeat transparent;
}
* html #container {
    background: none; 
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/bilder/bg-header-partner.png',sizingMethod='crop');
}



#header {
	background: url(/bilder/bg-header-partner.jpg) no-repeat top right transparent;
}
#header img {
	float: left;
	padding: 0 0 0 6px;
}
#header img#cag-logo {
	float: right;
}
* html img#cag-logo {
	margin-bottom: 2px;
}
* + html img#cag-logo {
	margin-bottom: 2px;
}
#header p {
	clear: both;
}



#navigation div a {
	font-weight: bold;
	color: #97a1c9;
}
#navigation div a:hover, #partner #navigation div a:focus {
	color: #e2007a;
	text-decoration: none;
}
#navigation div {
	height: 115px;
	padding: 15px 0 0 10px;
}

#navigation div p span {
	text-transform: uppercase;
}

.partner-pics {
	border: 1px solid #c1c6df;
	margin-bottom: 1em;
	background: url(/bilder/bg-partner-images.png) #fff bottom right no-repeat;
	padding: 5px 5px 0 5px;
}
* + html .partner-pics {
	padding: 5px;
}

.partner-pics img {
	float: left;
	margin: 0 5px 5px 0;
}

.partner-pics div {
	float: left;
	width: 180px;
}
.partner-pics div p {
	color: #4a5994;
	margin-bottom: 0.5em;
}


dl.aktionteaser {
	width: 534px;
	padding-bottom: 1em;
	margin-bottom: 1.4em;
	border-bottom: 1px solid #c0c7df;
}

dl.aktion-links, dl.aktion-rechts {
	width: 696px;
	padding-bottom: 1em;
	margin-bottom: 1.4em;
	border-bottom: 1px solid #c0c7df;
}

dl.aktionteaser dt {
	width: 200px;
	float: left;
	padding-bottom: 1px;
}

dl.aktion-links dt {
	width: 267px;
	float: left;
	padding-bottom: 1px;
}

dl.aktion-rechts dt {
	width: 267px;
	text-align: right;
	float: right;
	padding-bottom: 1px;
}

dl.aktionteaser dt img, dl.aktion-links dt img, dl.aktion-rechts dt img {
	background: url(/bilder/bg-partner-img.png) #d2d6e8 repeat-y;
	padding: 2px;
	margin-top: 0.4em;
}

dl.aktionteaser dd {
	width: 334px;
	float: left;
}

dl.aktion-links dd {
	width: 429px;
	float: left;
}

dl.aktion-rechts dd {
	width: 429px;
	float: right;
}



div.teaser-text {
	margin: 0.4em 0 0.8em 0;
	float: right;
}

div.teaser-text p {
	font-weight: bold;
}