
div#content h1 {
	margin:0px 0px 12px 0px;
	padding:2px 0px 3px 16px;
	background:url(/resources/images/content_icon_arrow.gif) 0px 7px no-repeat;
	border-top:1px solid #93B2AE;
	border-bottom:1px solid #93B2AE;
	font-size:11px;
	color:#28655E;
}

div#content h2 {
	margin:10px 0px 10px 0px;
	padding:0px 0px 0px 0px;
	font-size:11px;
	color:#28655E;
}

div#content p {
	margin:0px;
	padding:10px 0px 0px 0px;
	line-height:120%;
	font-size:11px;
	color:#28655E;
}


/* Neu 07-02-09 */

div#content ul {
	margin-top:15px;
	margin-bottom:0px;
	margin-left:10px;
	margin-right:0px;
	padding:0px 0px 0px 0px;
	
}
div#content li {
	margin-top:0px;
	margin-bottom:5px;
	margin-left:20px;
	margin-right:0px;
	padding:0px 0px 0px 0px;
	/*background:url(/resources/images/content_li.gif) 0px 7px no-repeat;*/
}

div#content a {
	color:#28655e;
	text-decoration:underline;
}

div#content a:hover {
	color:#28655e;
	text-decoration:none;
}




/* Ende Neu 07-02-09 */





/**
 * Line at the content
 **/
 div#content div.contentLine {
	 display:block;
	 height:3px;
	 margin:22px 0px 0px 0px;
	 width:595px;
	 background:url(/resources/images/content_bullet_line.gif) repeat-x;
 }
 
 div#content div.contentLineTop {
	 display:block;
	 height:3px;
	 margin:10px 0px -5px 0px;
	 width:595px;
	 background:url(/resources/images/content_bullet_line.gif) repeat-x;
 }
 
 div#content div.contentLineBottom {
	 display:block;
	 height:3px;
	 margin:7px 0px 22px 0px;
	 width:595px;
	 background:url(/resources/images/content_bullet_line.gif) repeat-x;
 }
 
 /**
 * Line at the content
 **/
 div#content table td div.tableLine {
	 display:block;
	 height:3px;
	 margin:10px 0px 10px 0px;
	 width:595px;
	 background:url(/resources/images/content_bullet_line.gif) repeat-x;
 }
 
 div#content table {
	 margin:0px 0px 0px 0px;
	 padding:0px 0px 0px 0px;
 }
 
 div#content table td {
	 vertical-align:top;
	 font-size:11px;
	 line-height:120%;
 }
 
 div#content table td.imageLeft {
	 padding-right:10px;
 }
 
 div#content table td.imageRight {
	 padding-left:10px;
 }
 
 div#content div.center {
	 padding:22px 0px 0px 0px;
	 text-align:center;
 }
 
 div#content div#gotop {
	 margin:22px 0px 0px 0px;
	 padding:0px 1px 3px 0px;
	 border:1px solid #CCCCCC;
	 text-align:right;
 }
 
 div#content div#gotop a {
	 margin:0px 0px 0px 0px;
	 padding:0px 25px 2px 0px;
	 background:url(/resources/images/content_icon_top.gif) right no-repeat;
	 color:#999999;
	 font-size:11px;
	 text-decoration:none;
 }
 
 div#content div#gotop a:hover {
	 margin:0px 0px 0px 0px;
	 padding:0px 25px 2px 0px;
	 background:url(/resources/images/content_icon_top.gif) right no-repeat;
	 color:#999999;
	 font-size:11px;
	 text-decoration:underline;
 }
 
 div#content p.error {
	 color:#cc0000;
 }
 
 form#formular {
	 margin:20px 0px 0px 0px;
	 padding:0px 0px 0px 0px;
 }
 
 form#formular div.label {
	 float:left;
	 margin-bottom:8px;
 }
 
 form#formular .labelCheckbox {
	 width:196px;
 }
 
 form#formular div.label div.checkbox {
	 font-size:11px;
	 padding-top:2px;
	 padding-left:5px;
	 width:120px;
	 float:left;
 }
 
 form#formular label {
	 width:200px;
	 display:block;
	 float:left;
	 padding-top:0px;
	 padding-bottom:1px;
	 font-weight:bold;
	 font-size:11px;
 }
 
 form#formular input {
	 border-right:1px solid #707072;
	 border-bottom:1px solid #000000;
	 float:left;
	 font-size:12px;
	 padding-bottom:2px;
 }
 
 form#formular input.input {
	 width:240px;
 }
 
 form#formular input.checkbox {
	 border:0px;
 }
 
 form#formular textarea {
	 border-right:1px solid #707072;
	 border-bottom:1px solid #000000;
	 float:left;
	 font-size:11px;
	 width:240px;
 }
 
 form#formular span.red {
	 color:#CC0000;
 }
 
 form#formular .clearLabel {
	 clear:both;
	 margin-bottom:8px;
 }
 
 form#formular input#send {
	 width:90px;
	 height:20px;
	 border:0px;
	 background:url(/resources/images/formular_button_send.jpg) no-repeat;
 }
 
  form#formular input#reset {
	 width:90px;
	 height:20px;
	 border:0px;
	 margin-left:63px;
	 background:url(/resources/images/formular_button_reset.jpg) no-repeat;
 }
 

 form#formular div#buttons {
	 padding-top:12px;
	 margin-left:199px;
	 padding-bottom:20px;
 }

