* {
	margin:0;
	padding:0;
}

html, body
{
	height: 100%; /* WICHTIG!!! STRECKT ANZEIGENBEREICH AUF 100% */
}

html
{
 	overflow-y: scroll !important; /* Scrollbar eingeschaltet lassen, sonst wackelts bei weniger Seiteninhalt */
}

body
{
	font:12px  tahoma, verdana, arial, sans-serif;
	color:#000000;
	text-align:left;
	/*background-color:#CECECE;
	overflow: -moz-scrollbars-vertical; */
}

.druckButton
{
	text-align: left;
	padding-top: 30px;
	padding-bottom: 100px;
}

p
{
	margin-bottom: 10px;
}

a
{
	text-decoration: none;
	color:#aa2323;
}

a:hover
{
	text-decoration: underline;
	color:#aa2323;
}

.highlight
{
	color:#aa2323;
	font-size:15px;
}

#content h1, #content h2, #content h3
{
	color:#aa2323;
}

#content p
{
	line-height: 140%;
}

#container
{
	width: 1000px;
	margin: auto; /* Div soll zentriert werden */
	min-height: 100%; /* Mindesthöhe für moderne Browser */
	height:auto !important; /* Important Regel für moderne Browser */
	height:100%; /* Mindesthöhe für den IE */
	overflow: hidden !important; /* FF Scroll-leiste */

}

#header
{
	background:url(../_images/header.jpg) 0 0 no-repeat;
	position: fixed;
	width:1000px;
	height: 295px;
}

.imageTop
{
	position: relative;
	left: 630px;
	top:88px;
	height:156px;
	width:229px;
	border-left:5px solid #ffffff;
	border-right:5px solid #ffffff;
}

#content
{
	width: 590px !important;
	float: right;
	margin: 277px 63px 120px 0;
	display: inline;
	height: 100%;
	min-height: 100%;
	overflow:hidden;
}

#teaser
{
	width: 255px !important;
	float: right;
	margin: 272px 0 0 20px;
	display: inline;
	float:left;
	position: fixed;
}

#teaser h1,
#teaser h2,
#teaser h3
{
	color:#aa2323;
	line-height: 130%;
}

#menue ul li a:visited,
#menue ul li a:active,
#menue ul li a:link {
	border-top-style: hidden;
	border-right-style: hidden;
	border-left-style: hidden;
	border-bottom-style: hidden;
	border-color: #fff;
	outline: none;
	border-color: transparent;
}

.fontChange
{
	color:#aa2323;
	line-height: 130%;
	font-weight: lighter;
}
#teaser p
{
	font-size: larger;
	margin-top: 20px;
}

#teaser h1, #teaser h2, #teaser h3
{
	font-weight:lighter;
}


.quellenangabe
{
	font-style: italic;
	font-size: smaller;
}

#footer
{
	background:#eee url(../_images/backgroundFooter.jpg) 0 0 repeat-x ;
	position: fixed;
	bottom: 0;
	width: 1000px;
	height: 110px;
	color:#ffffff;
	text-align: center;
}

#footer_text
{
	position: relative;
	top:56px;
}

.circle
{
	position: relative;
	bottom:1px;
	font-size: smaller;
}

#team
{
	display: none;
}

 .tbl_netzwerkpartner hr
{
 	width: 200px;
}

.logo_netzwerkpartner
{
	width: 170px;
}

td .logo_netzwerkpartner
{
	padding:0 13px 0 0;
	vertical-align: middle;
	margin-left: 0;
}

/* *** ********* die no-script Error Box ************************ *** */


#content div.information .error
{
	background:url("../_images/site/error-top.gif") no-repeat scroll left top transparent;
}

#content div.information .error div
{
	background:url("../_images/site/error-bottom.gif") no-repeat scroll left bottom transparent;
}

#content div.information div,
#content div.information p
{
	width:395px;
}

div.information div
{
	padding:20px 10px 15px 65px;
	margin-bottom: 44px;
	margin-left: 74px;
	margin-top:30px !important;
}

div.information div div
{
	height:5px;
	margin:-20px -10px -15px -65px;
}

