body {
	font-family: Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}



/* ============= Content-Boxen ============= */

#frame {
	width: 970px;
	margin: 0 auto 0 auto;
}

#header {
	margin: 0 auto 0 auto;
	height: 340px;
	width: 970px;
	border-bottom: 1px solid #333333;
	background: url(../../../../media/images/headpic.jpg) no-repeat;	
}

#topline {
	width: 970px;
	height: 170px;
	border-bottom: 1px solid #333333;
	background: url(../../../../media/images/headpic_unten.jpg) no-repeat;
}
/* =============== Navigation Horizontal================= */

#home {
	height: 22px;
	width: 250px;
	float: left;
	margin-top: 315px;
}

#home h2 {
	line-height: 22px;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	
}

#home h2 a{
	display:block; /* wichtig für width/height */
    width:0px;     /* Keinen Platz für den Text lassen */
    overflow:hidden; /* Text außerhalb der Box unterdrücken */
    padding-left:50px; /* Platz fürs Bild schaffen - padding-left = Bildbreite */
    height:22px;  /* dito, Platz fürs Bild */
    background: url(../images/header/home.png) no-repeat; /* das Bild einsetzen */
}

#home h2 a:hover{
	background: url(../images/header/home_hover.png) no-repeat;
}

#menu {
	height: 22px;
	width: 720px;
	float: right;
	margin-top: 315px;
}

#menu ul {
	list-style: none;
	margin: 0 0 0 0;
	padding: 0;
	overflow: visible;
	float: left;		
}

#menu ul li h2 a {
	float: left;
	}

/* Aktuelles ------------------------------*/
#menu ul li.aktuelles h2 { 	
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	cursor: pointer;
	border: 0;
    height:26px;
	line-height: 26px;
	width: 80px;
    background: url(../images/header/m_0.png) no-repeat; /* das Bild einsetzen */
}
#menu ul li.aktuelles h2 a {
display: block;
  opacity: 0;
  -moz-opacity: 0;
  filter: alpha(opacity=0);
}

#menu ul li.aktuelles h2:hover {	
	background: url(../images/header/m_0_hover.png) no-repeat; /* das Bild einsetzen */
}
/* ANMELDUNG ------------------------------*/
#menu ul li.anmeldung h2 { 	
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	cursor: pointer;
	border: 0;
    height:26px;
	line-height: 26px;
	width: 90px;
    background: url(../images/header/m_1.png) no-repeat; /* das Bild einsetzen */
}
#menu ul li.anmeldung h2 a {
display: block;
  opacity: 0;
  -moz-opacity: 0;
  filter: alpha(opacity=0);
}

#menu ul li.anmeldung h2:hover {	
	background: url(../images/header/m_1_hover.png) no-repeat; /* das Bild einsetzen */
}
/* Ausschreibung ------------------------------*/
#menu ul li.ausschreibung h2 { 	
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	cursor: pointer;
	border: 0;
    height:26px;
	line-height: 26px;
	width: 110px;
    background: url(../images/header/m_2.png) no-repeat; /* das Bild einsetzen */
}
#menu ul li.ausschreibung h2 a {
display: block;
  opacity: 0;
  -moz-opacity: 0;
  filter: alpha(opacity=0);
}

#menu ul li.ausschreibung h2:hover {	
	background: url(../images/header/m_2_hover.png) no-repeat; /* das Bild einsetzen */
}
/* Strecke ------------------------------*/
#menu ul li.strecke h2 { 	
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	cursor: pointer;
	border: 0;
    height:26px;
	line-height: 26px;
	width: 70px;
    background: url(../images/header/m_3.png) no-repeat; /* das Bild einsetzen */
}
#menu ul li.strecke h2 a {
display: block;
  opacity: 0;
  -moz-opacity: 0;
  filter: alpha(opacity=0);
}

#menu ul li.strecke h2:hover {	
	background: url(../images/header/m_3_hover.png) no-repeat; /* das Bild einsetzen */
}

/* Ergebnisse ------------------------------*/
#menu ul li.ergebnisse h2 { 	
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	cursor: pointer;
	border: 0;
    height:26px;
	line-height: 26px;
	width: 90px;
    background: url(../images/header/m_4.png) no-repeat; /* das Bild einsetzen */
}
#menu ul li.ergebnisse h2 a {
display: block;
  opacity: 0;
  -moz-opacity: 0;
  filter: alpha(opacity=0);
}

#menu ul li.ergebnisse h2:hover {	
	background: url(../images/header/m_4_hover.png) no-repeat; /* das Bild einsetzen */
}
/* Fotos ------------------------------*/
#menu ul li.fotos h2 { 	
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	cursor: pointer;
	border: 0;
    height:26px;
	line-height: 26px;
	width: 60px;
    background: url(../images/header/m_5.png) no-repeat; /* das Bild einsetzen */
}
#menu ul li.fotos h2 a {
display: block;
  opacity: 0;
  -moz-opacity: 0;
  filter: alpha(opacity=0);
}

#menu ul li.fotos h2:hover {	
	background: url(../images/header/m_5_hover.png) no-repeat; /* das Bild einsetzen */
}
/* Partner ------------------------------*/
#menu ul li.partner h2 { 	
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	cursor: pointer;
	border: 0;
    height:26px;
	line-height: 26px;
	width: 70px;
    background: url(../images/header/m_6.png) no-repeat; /* das Bild einsetzen */
}
#menu ul li.partner h2 a {
display: block;
  opacity: 0;
  -moz-opacity: 0;
  filter: alpha(opacity=0);
}

#menu ul li.partner h2:hover {	
	background: url(../images/header/m_6_hover.png) no-repeat; /* das Bild einsetzen */
}
/* Verein ------------------------------*/
#menu ul li.verein h2 { 	
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	cursor: pointer;
	border: 0;
    height:26px;
	line-height: 26px;
	width: 65px;
    background: url(../images/header/m_7.png) no-repeat; /* das Bild einsetzen */
}
#menu ul li.verein h2 a {
display: block;
  opacity: 0;
  -moz-opacity: 0;
  filter: alpha(opacity=0);
}

#menu ul li.verein h2:hover {	
	background: url(../images/header/m_7_hover.png) no-repeat; /* das Bild einsetzen */
}
/* Gästebuch ------------------------------*/
#menu ul li.gaestebuch h2 { 	
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	cursor: pointer;
	border: 0;
    height:26px;
	line-height: 26px;
	width: 70px;
    background: url(../images/header/m_8.png) no-repeat; /* das Bild einsetzen */
}
#menu ul li.gaestebuch h2 a {
display: block;
  opacity: 0;
  -moz-opacity: 0;
  filter: alpha(opacity=0);
}

#menu ul li.gaestebuch h2:hover {	
	background: url(../images/header/m_8_hover.png) no-repeat; /* das Bild einsetzen */
}

/* Hover Untermenüs ------------------------------*/
#menu ul li ul li a {
	display: block;
	width: 130px;
	font-size: 11px;
	text-decoration: none;
	color: #ffffff;
	background: #000000;
	border-bottom: 1px solid #333333;
	border-left: 1px solid #333333;
	border-right: 1px solid #333333;			
	margin: 0 0 0 0;
	padding: 3px 3px 3px 5px;
}

#menu ul li ul li a:hover {
color: #ffffff;
background: #ff0000;
text-decoration: none;
}

#menu li {position: relative;}

#menu ul ul {
position: absolute;
margin: 0 0 0 0;
width: 153px;
top: 26px;
left: 0;
z-index: 500;
}

#menu ul ul ul {
position: absolute;
top: 0;
left: 100%;
}

div#menu ul ul,
div#menu ul li:hover ul ul,
div#menu ul ul li:hover ul ul
{display: none;}

div#menu ul li:hover ul,
div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{display: block;}



/* ============= Contentboxen ============= */

#logo {
	height: 170px;
	width: 250px;
	border-right: 1px solid #333333;
	float: left;
}
#box1 {
	width: 250px;
	height:auto;	
	float: left;
	border-right: 1px solid #333333;
	overflow: hidden;
}

#box1 p {
	width: 239px;
	text-align: justify;
}

#box1 h2 {
	width: 239px;
	margin: 0 0 0 0;
}

#sponsoren {
	width: 250px;
	height:auto;	
	float: left;
	border-top: 1px solid #333333;
	border-bottom: 1px solid #333333;
	overflow: hidden;
}
#galerie {
	width: 250px;
	height: 180px;	
	float: left;
	border-bottom: 1px solid #333333;
	overflow: hidden;
}
#galerie a, #galerie a:visited, #galerie a:hover{
	border:none;
}
#galerie img{
	margin: 8px 0px 0px 8px;
	border: 1px solid #000000;
}

#box2 {
	width: 690px;
	margin: 5px 10px 10px 10px;
	padding:0 0 0 0;
	float: left;
}
#box_karte {
	width: 945px;
	margin: 0 0 0 0;
	padding:5px 10px 10px 10px;
	float: left;
	background:#FFFFFF url(../images/content/hg_karte.gif) no-repeat;
}
div.gfolder {
	width: 138px;
	margin: 0 0 10px 0;
	padding:0 0 0 0;
	float: left;
	text-align:center;
}
div.gfolder img{
	border: none;
}
div.gfolder p{
	color: #ff0000;
	font-size:12px;
	font-weight:bold;
}
div.gpix img{
	border: 1px solid #000000;
	margin: 0 12px 12px 0;
}
div.gpix img:hover{
	border: 1px solid #ff0000;
}

/* =================== NEWS =================== */

#news {
	width:705px;
	height: 170px;
	margin: 0 0 0 0;
	padding:10px 0px 10px 10px;
	overflow: hidden;
}
div.newsbox {
	width:220px;
	height:150px;
	margin: 0 13px 0 0;
	padding:0 0 0 0;
	display: block;
	float: left;
	text-align:justify;
}

div.newsbox h4, div.newsbox h4 a{
	
	margin: 0 0 0 0;	
	padding:2px 2px 2px 2px;
	color:#FFFFFF;
	background:#FF0000;
	text-decoration:none;
	text-transform:uppercase;
	font-size:11px;
	
}
div.newsbox h4 a:hover{
	color:#000000;	
}
div.newsbox p{
	margin: 5px 0 5px 0;
	padding: 0 0 0 0;	
}
div.newsbox p.more a{
	color:#ffffff;	
	width:150px;
	height:15px;
	margin: 0 0 0 0;
	padding-left:18px;
	text-decoration:none;
	background: url(../images/content/more_pfeil.png) no-repeat;
}
div.newsbox p.more a:hover{
	background: url(../images/content/more_pfeil2.png) no-repeat;
	color:#000000;	
	text-decoration:none;
		
}

/* =================== Pathway =================== */

#pathway {
	float: left;
	margin: 0 0 25px 0;
}


/* =================== Page Index ===================== */

#page-index {
	float: right;
	width: 200px;
	border-left: 1px solid #d7e1d3;
	border-right: 1px solid #d7e1d3;
	border-bottom: 1px solid #d7e1d3;	

}

#page-index h4 {
	display: block;
	width: 197px;
	height: 17px;
	color: #ffffff;
	font-size: 11px;
	vertical-align: middle;
	margin: 0 -1px 0 -1px;
	padding: 3px 0 0 5px;
	background: #000000 url(../images/content/bg-tableheader.png) repeat-x;	
}

#page-index ul {
	list-style-type: none;
	margin: 10px 5px 10px 10px;
	padding: 0 0 0 0;
}

#page-index ul li {
	padding-bottom: 3px;
}

/* =================== Content =================== */

#content {
	float: left;
	font-size: 11px;
	width: 969px;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	border-right: 1px solid #333333;
	background: url(../images/content/hg.gif) repeat-y;
}

#content h1 {
	clear: both;
	font-size: 18px;
	margin: 0 0 0 0;
}

#content h1 span.page{

	font-size: 11px;
	color:#FF0000;
}

#content h2 {
	font-size: 14px;
	margin-bottom: 10px;	
}

#content h3 {
	font-size: 12px;	
}

#content h4 {
	font-size: 11px;	
}

#content p {
	color: #000000;
}

#content ul, #content ol {
	color: #000000;
}

#content p a, #content ul a, #content ol a {
	font-weight: bold;
	color: #ff0000;
	text-decoration: none;
}

#content p a:hover, #content ul a:hover, #content ol a:hover {
	text-decoration: underline;	
	color: #333333;
}
#content h4.blog-head {
background:#FF0000;
padding: 2px 2px 2px 2px;
margin: 0 0 0 0;	
}  

#content h4.blog-head a, #content h4.blog-head a:visited{
	text-decoration:none;
	color:#FFFFFF;
	
}
#content h4.blog-head a:hover{
	color:#000000;
	text-decoration:none;
}
#content p.blog-date{
	color:#ff0000;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}
/*Table*/
#content table td a {
	color: #ff0000;
	text-decoration: none;
}

#content table td a:hover {
	text-decoration: none;	
	color: #333333;
}

#content th {
	background: #333333;
	color: #ffffff;
	border: 1px solid #333333;
	text-align: left;
}

#content table {
	border-collapse: collapse;
}

#content table.noborder th {

	border: none;

}


#content table.noborder td {

	border: none;
}

#content td {
	border: 1px solid #333333;
	padding: 3px;
}

#content tr.darkrow, #content tr.dunkel {
	background: #EEEAE1;
}

#content tr.lightrow, #content tr.hell {
	background: #ffffff;
}
#content tfoot td {
	border:none;
	color:#999999;
}
/*level gästebuch */
td span.datum {
	color:#FF0000;
	font-style:italic;
}
td.level1 a, td.level1 a:visited {
			text-decoration:none;
			font-weight:bold;
			color: #ff0000;
}
td.level1 a:hover{
			text-decoration:none;
			font-weight:bold;
			color: #000000;
}
td.level1, td.level1-right {
	vertical-align: middle;
}

td.level1 img {
	vertical-align: middle;
}

td.level1-right {
	border-right: 0;
}
td.level2 a, td.level1 a:visited {
			text-decoration:none;
			font-weight:bold;
			color: #ff0000;
}
td.level2 a:hover{
			text-decoration:none;
			font-weight:bold;
			color: #000000;
}
td.level2, td.level2-right {
	vertical-align: middle;
}
td.level2 span {
	margin: 0 0 0 30px;
}
td.level2 img, td.level2-right img {
	vertical-align: middle;
	margin: 0 0 0 15px;
}

td.level2-right {
	border-right: 0;
}
td.level3 a, td.level1 a:visited {
			text-decoration:none;
			font-weight:bold;
			color: ff0000;
}
td.level3 a:hover{
			text-decoration:none;
			font-weight:bold;
			color: 000000;
}
td.level3, td.level3-right {
	vertical-align: middle;
}

td.level3 img, td.level3-right img {
	vertical-align: middle;
	margin-left: 30px;
}
td.level3 span {
	margin: 0 0 0 45px;
}

td.level3-right {
	border-right: 0;
}
td.level4 a, td.level1 a:visited {
			text-decoration:none;
			font-weight:bold;
			color: ff0000;
}
td.level4 a:hover{
			text-decoration:none;
			font-weight:bold;
			color: 000000;
}
td.level4, td.level4-right {
	vertical-align: middle;
}

td.level4 img, td.level4-right img {
	vertical-align: middle;
	margin-left: 45px;
}
td.level4 span {
	margin: 0 0 0 60px;
}

td.level4-right {
	border-right: 0;
}
td.level5 a, td.level1 a:visited {
			text-decoration:none;
			font-weight:bold;
			color: ff0000;
}
td.level5 a:hover{
			text-decoration:none;
			font-weight:bold;
			color: 000000;
}
td.level5 img {
	vertical-align: middle;
	margin-left: 60px;
}
td.level5 span {
	margin: 0 0 0 75px;
}

td.level6 img {
	vertical-align: middle;
	margin-left: 75px;
}
td.level6 span {
	margin: 0 0 0 90px;
}

td.level7 img {
	vertical-align: middle;
	margin-left: 90px;
}
td.level7 span {
	margin: 0 0 0 105px;
}

td.level8 img {
	vertical-align: middle;
	margin-left: 105px;
}
td.level9 span {
	margin: 0 0 0 120px;
}

td.level9 img {
	vertical-align: middle;
	margin-left: 120px;
}
td.level10 span {
	margin: 0 0 0 135px;
}

td.level10 img {
	vertical-align: middle;
	margin-left: 135px;
}


#content p img.right {
	border: 1px solid #86a67a;
	margin: 0 15px 15px 15px;
}

#content p.more, #content div.categorybox p.more  {
	float: right;	
	text-align: right;
	padding: 5px 15px 5px 5px;
}

#content br.clear {
	clear: both;
}

/* =================== Formulare ================ */

#content form fieldset {
	clear: both;
	margin: 15px 0 15px 0;
	padding: 10px;
	width: 90%;
	border: 1px solid #e5e5e5;
}

#content form fieldset legend {
	font-size: 12px;
	font-weight: bold;
	color: #ff0000;
}

#content form fieldset label.fixedwidth, #content form fieldset label.fixedwidth_error {
	display: block;
	width: 120px;
	font-size: 11px;
	float: left;
	line-height: 14px;
	vertical-align: middle;
	margin: 5px 0 5px 0;
}

#content form fieldset label.fixedwidth_error {
	color: #ff0000;
}

#content form fieldset input._error {
	border: 1px solid #ff0000;
}

#content form fieldset label.nowidth {
	display: block;
	float: left;	
	width: auto;
	line-height: 14px;
	vertical-align: middle;
	margin: 5px 10px 5px 10px;
}

#content form fieldset input {
	border: 1px solid #e5e5e5;
	float: left;
	height: 14px;
	padding: 1px;
	font-size: 11px;
	margin: 5px;	
	vertical-align: middle;			
}

#content form fieldset select, #content form fieldset textarea {
	font-size: 11px;
	border: 1px solid #e5e5e5;
	padding: 1px;
	margin: 5px; 		
}

#content form fieldset br {
	clear: both;
	line-height: 10px;
}

#content form p {
	float: left;
	padding-left: 125px;
	margin: 0 0 0 0;
}

#content input.button {
	float: none;
	background: #ff0000;
	color: #ffffff;
	height: 20px;
	vertical-align: middle;
	font-size: 11px;
	margin: 0 0 0 0;
	padding: 0 10px 0 15px;
	border: 1px solid #000000;
}

#content input.button:hover {
 	color: #ff0000;
	text-decoration: none; 
	background: #ffffff;
	cursor: pointer;
} 


/* =============================================================== */
/* =================== Special Content Classes =================== */
/* =============================================================== */

/* =================== Home Menu ==================== */

.article-header {
	width: 575px;
	padding: 3px 0 3px 0;
	border-top: 1px dotted #86a67a;
	border-bottom: 1px dotted #86a67a;	
}

.article-header span {
	padding-right: 15px;
}



/* =================== Content Table =================== */

#content-table {
	width: 575px;
	margin-bottom: 25px;
	border-collapse: collapse;
}

#content-table thead tr {
	color: #ffffff;
	background: #000000 url(../images/content/bg-tableheader.png) repeat-x;
}

#content-table th {
	text-align: left;
	padding: 3px 5px 3px 5px;
}

#content-table tfoot tr {
	color: #ffffff; 
	background: #000000 url(../images/content/bg-tableheader.png) repeat-x;
}

#content-table tfoot tr td {
	text-align: center;
	padding: 2px;
}

#content-table tbody tr td {
	color: #000000;
	text-align: left;
	padding: 3px 5px 3px 5px;
}

#content-table tbody tr td a {
	color: #86a67a;
	text-decoration: none;
}

#contenttable tbody tr td a:hover {
	color: #000000;
	text-decoration: underline;
}



/* =================== Filter =================== */

#filter {
	width: 575px;
}

#filter fieldset {
	padding: 7px;
	border: 1px solid #d7e1d3;
}

#filter legend {
	font-size: 11px;
	font-weight: bold;
	color: #86a67a;
}

#filter input {
	font-size: 11px;
	color: #86a67a;
	margin-left: 3px;	
	margin-right: 7px;	
	border: 1px solid #d7e1d3;
}

#filter input.button {
	font-weight: bold;
	color: #ffffff;
	padding: 2px 5px 2px 5px;
	border: none;
	background: #84A3BD url(../images/system/bg-button.png) repeat-x;
	cursor: pointer;
}

#filter input.button:hover {
	color: #ff9900;
}

#filter select {
	font-size: 11px;
	color: #86a67a;
	margin-left: 3px;	
	margin-right: 7px;		
	border: 1px solid #d7e1d3;
}


/* =================== Page Counter =================== */

#page-count {
	margin-top: 30px;
	margin-bottom: 10px;	
	text-align: center;
}

#page-count span.active {
	padding: 3px;
	color: #ffffff;
	background: #ff0000
}


/* =================== Footer ========================= */

#footer {
	width: 970px;
	margin: 0 0 0 0;
	border-top: 1px solid #333333;
	clear: both;
	height: 22px;
	font-size: 11px;
	text-align: left;	
}

#footer ul {
	margin: 0px 0 3px 0;
	padding: 0 0 0 0;
	list-style-type: none;
}

#footer ul li {
	float: left;
	margin: 0 0 0 0;
	padding: 0 5px 0 5px;	
	border-right: 1px solid #333333;
}

#footer a {
	color: #333333;
	font-weight: bold;
	text-decoration: none;
}

#footer a:hover {
	color: #ff0000;
	text-decoration: underline;
}
#copy {
	width:600px;
 	float:left;
	color:#999999;
}
#menu2 {
 	float:right;
	text-align:right;
}


/* =================== Error-Messages ========================= */

#error {
	clear: both;
	width: 400px;
	min-height: 60px;
	margin: 10px auto 50px auto;
	border-left: 1px solid #e42c18;
	border-right: 1px solid #e42c18;
	border-bottom: 1px solid #e42c18;		
	background: url(../images/system/error.png) no-repeat left;
}

#error h1 {
	width: 392px;
	font-size: 11px;
	color: #ffffff;
	padding: 3px 5px 3px 5px;
	margin: 0 -1px 0 -1px;
	background: #e42c18 url(../images/system/bg-button-error.png) repeat-x;
}

#error h2 {
	color: #e42c18;
	font-size: 14px;
	margin: 10px 0 0 0;
	padding: 0 0 0 60px;
}

#error p {
	padding: 0 5px 5px 60px;
	margin: 10px 0 5px 0;	
}

#error p a.button {
	font-weight: bold;
	color: #ffffff;
	margin: 15px 15px 15px 100px;
	padding: 3px 5px 3px 5px;
	border: none;
	background: #e42c18 url(../images/system/bg-button-error.png) repeat-x;
	cursor: pointer;
}

#error p a.button:hover {
	color: #000000;
	text-decoration: none;
}


#warning {
	clear: both;
	width: 400px;
	min-height: 60px;
	margin: 10px auto 50px auto;
	border-left: 1px solid #ff9900;
	border-right: 1px solid #ff9900;
	border-bottom: 1px solid #ff9900;		
	background: url(../images/system/warning.png) no-repeat left;
}

#warning h1 {
	width: 392px;
	font-size: 11px;
	color: #ffffff;
	padding: 3px 5px 3px 5px;
	margin: 0 -1px 0 -1px;
	background: #ff9900 url(../images/system/bg-button-warning.png) repeat-x;
}

#warning h2 {
	color: #ff9900;
	font-size: 14px;
	margin: 10px 0 0 0;
	padding: 0 0 0 60px;
}

#warning p {
	padding: 0 5px 5px 60px;
	margin: 10px 0 5px 0;
}

#warning p a.button {
	font-weight: bold;
	color: #ffffff;
	margin: 15px 15px 15px 100px;
	padding: 3px 5px 3px 5px;
	border: none;
	background: #ff9900 url(../images/system/bg-button-warning.png) repeat-x;
	cursor: pointer;
}

#warning p a.button:hover {
	color: #000000;
	text-decoration: none;
}

#warning ul {
	margin: 0 5px 5px 60px;
	padding: 0 0 0 60px;	
}

#warning ul li {
	color: #ff9900;
	font-weight: bold;
}

/* =================== kontaktform Sonderklasse========================= */
#fieldset_sicherheitsabfrage p  {
padding-bottom: 20px;
}
#fieldset_sicherheitsabfrage label  {
width: 120px;

float: left;
line-height: 14px;

}
