body {
	font-family : Verdana, Georgia, "Times New Roman", Times, serif;
	font-size: 62.5%;
	background-color: #CDE000;
	/*background-image: url(../gfx/background.jpg);
				background-repeat: no-repeat;
				background-position: top left;
				background-attachment: fixed;*/
	/*overflow-y:scroll;*/
}

body, h1, h2, h3, h4, h5, h6, div, p, table, td, ul, ol, li, dd, dt, dl, blockquote, address, hr, pre {
	margin: 0;
	padding: 0;
}

p, li, h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	font-size: 1.0em;
}

/* GRUNDLAYOUT */
/* =============================================== */
#container {
	width: 1000px;
	min-height: 800px;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
	background-image: url(../gfx/background.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	background-attachment: fixed;
	border-left: 10px solid #fff;
	border-right: 10px solid #fff;
	border-bottom: 10px solid #fff;
	
/*	border-top: 10px solid #fff;*/
/*	padding-bottom: 10px;*/
}

* html #container{
height: 800px;
overflow:visible;

}

/*#gray_out {
	z-index: 50;
	background-color: #ddd;
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 1000px;
	visibility: hidden;
	display: block;
}

#gray_out {
	filter: Alpha(opacity=80);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
	-moz-opacity: 0.80;
	opacity:0.8;
	khtml-opacity: 0.8;
}*/

/* HEADER */
#header {
	position: relative;
	top: 0;
	left: 0;
	height: 68px;
	padding: 0 0 0 275px;
	z-index: 100;
}

/* NAVIGATION */
#navigation {
	position:relative;
	top: 8px;
	left: 275px;
	z-index: 100;
	width: 450px;
}

/* CONTENT UMGEBENDER CONTAINER */
#content {
	position: relative;
	top: 8px;
	left: 0;
	width: 100%;
/*	height: 816px;*/
	font-size: 11px;
	line-height: 16px;
	background-color: transparent;
	color: #333333;
	padding-bottom: 10px;
	padding-top: 8px;
}

/* LINKE SPALTE */
#content_left {
/*	position:relative;
	top: 0; 
	left: 0; */
	float:left;
	width: 275px;
}

#left_star {
	float: right;
	clear: right;
	margin-right: 30px;
	width: 170px;
	height: 170px;
	overflow: hidden;
}

#left_star p.left_star {
	height: 180px;
/*	padding: 60px 30px 40px 30px;
*/	background-color: transparent;
	color: #fff;
	font-weight: bold;
	font-size: 18px;
	line-height: 22px;
	text-align: center;
	background-image: url(../gfx/stern2.gif);
	background-repeat: no-repeat;
}

/*
#left_star p.left_star:hover {
	background-image: url(../gfx/stern.gif);
	background-repeat: no-repeat;
	font-size: 14px;
	line-height: 18px;
/*	padding-top: 54px;
	text-align: center;
}
*/

/* MITTLERE SPALTE */
#content_center {
	/*position:relative;
		top: 8px;
		left: 275px;*/
		float:left;
	width: 725px;
}

#content_center p {
	width: 435px;
	background-color: #FFFFFF;
	color:#000000;
	padding: 7px;
	padding-left: 8px;
	margin: 0 0 10px 0;
}

#content_center .list_helper {
	width: 440px;
	background-color: #FFFFFF;
	color:#000000;
	padding: 5px;
}

#content_center ul {
	width: 430px;
	margin: 0 8px;
	padding: 0 5px;
}


#content_center h1 {
	width: 440px;
	background-color: #FFFFFF;
	color:#000;
	padding: 0 5px 0 5px;
	margin: 0 0 -10px 0;
	/*	font-family: Arial, sans-serif;
			font-size: 18px;
			line-height: 22px;
			font-weight: bold;*/
}

#content_center span.headline11 {
	width: 440px;
	background-color: #FFFFFF;
	color:#CDE000;
	padding: 10px 5px 0px 0px;
	margin: 10px 0 -15px 0;
	font-family: Arial, sans-serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
}

#content_center h2 {
	width: 444px;
	background-color: #FFFFFF;
	color:#000;
	padding: 0 0 0 6px;
	margin: 0 0 -3px 0;
	/*padding: 10px 10px 0px 10px;
		margin: 10px 0 -15px 0;
		font-family: Arial, sans-serif;
		font-size: 14px;
		line-height: 18px;
		font-weight: bold;*/
}

#content_center h3 {
	width: 438px;
	background-color: #FFFFFF;
	color:#000;
	padding: 0 5px 0 7px;
	/*margin: 0 0 -10px 0;*/
	/*	font-family: Arial, sans-serif;
			font-size: 18px;
			line-height: 22px;
			font-weight: bold;*/
}

#content_center a:link, #content_center a:visited {
	color: #666;
	font-weight: bold;
	text-decoration: underline;
}

#content_center a:hover, #content_center a:active {
	color: #666;
	font-weight: bold;
	text-decoration: none;
}

.graphical_text {
	padding: 5px 0 5px 0;
	background-color: #fff;
	margin-bottom: 8px;
			/*	color: #000;*/
	width: 450px;
	overflow: hidden;
}

/* RECHTE SPALTE */
#content_right {
	float: left;
	width: 0px;
	display: none;
}

/* FOOTER */
#footer {
	height: 5px;
	clear: both;
	background-color:#FFFFFF;
	color: #333;
	padding-top: 5px;
	font-size: 9px;
	line-height: 13px;
}

#footer a:link, #footer a:visited {
	background-color:#D96A0E;	
	color: #FFFFFF;
	text-decoration: none;
}

#footer a:hover, #footer a:active{
	background-color:#eee;	
	color: #666666;
	font-weight: bold;
	text-decoration: none;		
}

/* ENDE GRUNDLAYOUT */
/* =============================================== */

/*DYNAMOLAYOUTS*/

.cont_wrap {
	clear: both;
}

.float_re {
 	float: right;
 	display: inline;
 }
 
.float_li {
 	float: left;
 	display: inline;
 }

.cont_wrap .float_li img {
	margin-left: -10px;
 	float: left;
 	display: inline;
 }

.mitte_break{
	 width: auto;
	 clear: both;
	 margin-left:auto;
	 margin-right:auto;
 }

.li_break{
	 width: auto;
	 clear: both;
	 margin-left:0;
	 margin-right:auto;
 }
 
.re_break{
	 width: auto;
	 clear: both;
	 margin-left:auto;
	 margin-right:0;
 }

.clear {
 	width: 100%;
	clear: both;
}


/* ANPASSUNG FUER KRISITNA ESSER */

.re_break, .li_break, .mitte_break {
	width: 450px;
}


/* FORMULAR */
table.form {
	padding: 10px;
	background: #fff;
	color: #000;
	width: 450px;
}

.form_label {
	width: 85px;
	color: #000;
	background: #fff;
	padding-top: 5px;
	font-weight: bold;
}

.form_text_large {
	border: none;  
  border-bottom: 1px solid #cccccc;
  width: 250px;
 }
 
 .form_text_small {
border: none;  
border-bottom: 1px solid #cccccc;
  width: 180px;
 }
 
 .form_textarea {
  border: 1px solid #cccccc;
  width: 250px;
  height: 90px;
  margin-top: 5px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
 }
 
 .form_submit {
  border: none;
  background-color: #CDE000;
  font-weight: bold;
  color: #fff;
 }
 
 .form_checkbox {
  border:  1px solid #cccccc;
  width: 15px;
  height: 15px;
 }
 
 p.error_msg {
  font-weight: bold;
  font-size: 11px;
  color: #C9252B;
 }
 

