/* ----------------------------------------------------------------
	CSS: passo fundo
	Version: 1.1
	Date: 09.09.2009
	www.florian-diederich.de
---------------------------------------------------------------- */

* {
/* Alle Ränder und Aussen- und Innenabstände auf 0 stetzen */
margin:0;
padding:0;
border: none;
}

html {
/* Höhe des HTML Elements definieren */
height: 100%;
}

body {
	/* Höhe des BODY Elements definieren */
	height: 100%;
	/* Farbverlauf als Hintergrund setzen, beginnend links oben und nur auf der X-Achse wiederholend */
	background:#ffffff url("images/page-bg.gif") center top no-repeat;
	font-family: arial, helvetica, verdana ,sans-serif,
	font-size:101%;
	color:#000000;
}




#overall {
	margin:0px auto;
	position: relative;
	width:955px; 
	background:transparent;
}




#main {
	background:transparent;
	overflow:hidden;
}

#header {
	width:955px;
	height:216px;
	background:transparent;
	overflow:hidden;
}

#content {
	float:left;
	margin-top:0px;
	width:955px;
	overflow:hidden;

}

#header #logo {
	margin-top:13px;
}

#content  #left {
	font-family:arial, helvetica, sans-serif;
	float:left;
	width:205px;
	overflow:hidden;
	margin-bottom:20px;
	margin-top:45px;
}

/* navigation */
#content  #left ul {
	list-style:none;
	margin-left:7px;
	font-size:12px;
	line-height:14px;
	margin-bottom:20px;
}

#content  #left ul li {
	text-transform:uppercase;
	color:#0e3e8a;
	margin-left:10px;
}
#content  #left ul li.act {
	font-weight:bold;
}
#content  #left ul li a {
	color:#0e3e8a;
	text-decoration:none;
}

#content  #left ul li a:hover {
	font-weight:bold
}


/* level 2 */
#content  #left ul li ul {
	margin-left:-10px;
}

#content  #left ul li.act li {font-weight:normal;
	padding-left:10px;
}
#content  #left ul li ul li {
	text-transform:none;
	color:#000;
	font-size:12px;
	margin-left:0px;
	padding-left:10px;
}

#content  #left ul li ul li:hover {
	background: url("images/arrow.gif") 0px 2px no-repeat;
}
#content  #left ul li ul li.act {
	font-weight:bold;
	background: url("images/arrow.gif") 0px 2px no-repeat;

}

#content  #left ul li ul li a {
	color:#000;
	text-decoration:none;
}

#content  #left ul li ul li a:hover {
	text-decoration:none;
	font-weight:bold;
}

#content  #left ul li ul li ul {display:none}


#content #center {
	margin-left:28px;
	margin-right:13px;
	margin-top:45px;
	float:left;
	width:455px;
	overflow:hidden;
	font-size:13px;
	color:#000;
	font-family:arial, helvetica, sans-serif;
	padding-bottom:20px;	


}

#content #center a {color:#0e3e8a}

#content #center ul {
	margin-left:0px;
	margin-top:10px;
	margin-bottom:10px;
	list-style:none;
}

#content #center ul li {
	padding-left:15px;
	background:url("images/list.gif") no-repeat 0px 5px;; 
}

#content #center h1 {
	font-family:georgia, times, times new roman;
	color:#0e3e8a;
	font-size:18px;
	margin:0px;
	margin-bottom:20px;
	width:auto;
}

#content #center h2 {
	font-size:13px;
	color:#0e3e8a;
	margin-bottom:20px;
}


#content #center .tx-jppageteaser-pi1-list-entry h4 {
	color:white;
	background: #0e3e8a url("images/teaser-bg.gif") top left no-repeat;
	font-size:12px;
	height:20px;
	line-height:20px;
	padding-left:22px;
}

#content #center .tx-jppageteaser-pi1-list-entry h4 a {
	color:white;
	text-decoration:none;
}

#content #center .tx-jppageteaser-pi1-list-entry-link-item a {
	font-size:12px;
	color:#0e3e8a;
}


#content .block_end {height:20px;}



/* Formular */
#content #center form {clear:both}

#content #center .csc-mailform {
	border:0px;
	font-size:11px;
	color:#000;
}

#content #center .csc-mailform-field {
border:1px solid white
}

#content #center .csc-mailform-field label {
	float:left;
	width:80px;
}

#content #center .csc-mailform-field input, textarea {
	border:0px;
	margin-top:5px;
	border:1px solid black;
}

#content #center .csc-mailform-field input#mailform374Vorname {
	width:150px;
}

#content #center .csc-mailform-field input#mailform374Nacnhname {
	width:150px;
}

#content #center .csc-mailform-field input#mailform374Betreff {
	width:150px;
}

#content #center .csc-mailform-field textarea {
	width:225px;
}

#content #center .csc-mailform-field input#mailform374formtype_mail {
	margin-left:80px;
}







#content #right {
	font-family:arial, helvetica, sans-serif;
	float:right;
	width:239px;
	overflow:hidden;
	font-size:12px;
}


#content #right h3 {
	margin:0px;
	margin-top:-5px;
	font-size:18px;
	font-family:georgia;
	color:#0e3e8a;
	border-top:1px solid #0e3e8a;
	border-bottom:	1px solid #0e3e8a;
	padding:20px;
}
#content #right h3 a {
	color:#0e3e8a;
}
#content #right img {
	margin:0px;
	margin-bottom:0px;
}
#content #right p {
	font-family:arial, helvetica, sans-serif;
	padding-left:20px;
	padding-top:15px;
	
}



#container_footer_content {
/* Höhe der Fußzeile (24+4+4) */
	margin:0px auto;
	width:955px;
	height:21px;
	background: #fff url("images/footer-bg.gif") bottom center no-repeat;
	text-align:right;
	font-family:arial, helvetica, sans-serif;
}

#container_footer_content ul {
	list-style:none;
}
#container_footer_content ul li  {
	float:right;
	color:white;
	font-size:12px;	
	padding-top:3px;
}

#container_footer_content ul li  a {
	color:white;
	font-size:12px;
	padding-right:10px;
	text-decoration:none;
}

* html #container_footer {
/* IE fix */
bottom: -1px;
}

.block_end {
clear:both;
}



	#nonFooter
	{
		position: relative;
		min-height: 100%;
	}

	* html #nonFooter
	{
		height: 100%;
	}


	#footer
	{
		position: relative;
		margin: 0em auto 0 auto;
	background: #fff url("images/footer-bg.gif") bottom center no-repeat;
	height:21px;
	overflow:hidden;
	}

	/* A CSS hack that only applies to IE -- specifies a different height for the footer */

	* html #footer
	{
		margin-top: 0px;
	}




