﻿/* IE6 PNG-FIX */

* { behavior: url(../iepngfix/iepngfix.htc); } 

/* END: IE6 PNG-FIX */


/* GLOBAL */

* {
margin:0;
padding:0;
font-family: Arial;
}

* p {
font-size:12px;
}

* a, a:visited {
text-decoration:none;
color:#cc8843;
}

* a:hover {
text-decoration:none;
color:#cc8843;
}


body {
	background: url(../images/bg_repeat.jpg) repeat #E4F2F5;
}


/* SEITENLAYOUT */


#body_header {
	background:url(../images/background.jpg) center top no-repeat;
}

#wrapper {
	width:960px;
	margin: 0 auto;

}


#wrap_header {
	background: url(../images/header.png) no-repeat;		
	width:960px;
	height:300px;
	padding-top:25px;
	margin:0 auto;

}


#logo {
	float:right;
	margin-right:30px;
	height:200px;
	width:200px;
}

#topmenu {
	float:left;
	height:30px;
	margin-top:50px;
	margin-left:50px;
}

* html #topmenu {
	height:30px;
	width: 900px;
}

* +html #topmenu {
	height:30px;
	width: 900px;
}

#middle {
	background:url(../images/bg_content.png) no-repeat;
	height:30px;
}

#search {
	float:right;
	margin-right:25px;
}

#pfad {
	width:650px;
	float:left;
	margin-left:35px;
	font-size:12px;
	font-weight:bold;
}


#path a.pathway {
	text-decoration:underline;
	font-size:12px;
}

#wrap_content {
	background:url(../images/bg_content.png) repeat-y;
	width:960px;
}


#content {
	width:900px;
	margin:0 auto;
	border-top:1px solid #C4C0DD;
	padding-top:10px;
}


#left {
	width:200px;
	float:left;
	margin-top:30px;
}

#main {
	border-right:1px solid #C4C0DD;
	border-left:1px solid #C4C0DD;
	width:450px;
	min-height:580px;
	margin:0 auto;
	padding:5px;
	float:left;
	margin-left:20px;
}

#right {
	width:200px;
	float:right;
}


#footer {
	background:url(../images/footer.png);
	margin:0 auto;
	width: 960px;
	height:150px;
	clear:both;
}


/*--------------------------
Rechner
---------------------------*/

#spendenform {
	margin-bottom:20px;
}

#spendenform dt {
	font-size:12px;
	font-weight:bold;
}

/*--------------------------
Hintergrund Artikel
---------------------------*/

div#main table.contentpaneopen {
	background:none repeat scroll 0 0 #F7FAFE;
	border:1px solid #DDDDDD;
	padding:5px;
	font-size:12px;
}


div#main table.contentpane {
	background:none repeat scroll 0 0 #F7FAFE;
	border:1px solid #DDDDDD;
	padding:5px;
	font-size:12px;
}

div.itemContainer, div#k2container div.itemview {
	background: none repeat scroll 0 0 #F7FAFE;
	border: 1px solid #DDDDDD;
	float: left;
	margin-bottom: 40px;
}


div.catItemImageBlock {
	float: left;
	margin: 0 0 16px;
	padding: 8px;
}


/*--------------------------
Kontakt
---------------------------*/

div.contact_email_kontakt {
	background-color: transparent !important;
}

/*--------------------------
FAQ
---------------------------*/
div#main tr.sectiontableentry1 td, tr.sectiontableentry2 td {
	padding:5px;
}

/*--------------------------
STARTSEITE
---------------------------*/

div.startseite {
	height:200px;
}

div.startseite span {
	background:url('../images/startseite-units.png') no-repeat;
	position: absolute;
	height:220px;
	width:440px;
}

div.startseite p {
	height: 10px;
	margin: 0 auto;
	text-align: center;
	width: 150px;
}

div.startseite-video {
	text-align:center;
	background:url('../images/pinnwand_video.png') no-repeat;
	height:472px;
	width:450px;
}

div.startseite-video object {
	margin-right: 10px;
	margin-top: 90px;
}
