/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/


.kontaktbox {
    border:#999999 1px solid; 
    padding:5px 10px
}

 .big { margin: 50px 0}

.clearfloat { 
	clear:both; 
	height:0; 
	font-size: 1px; 
	line-height: 0px;
	}

/* Styles FORMULARE*/
/* Formatierung strg Klicker*/
	.formularliste {margin-right: 15px; width:auto; height:110px; cursor:pointer; padding-left: 4px ;color: #575757; }

/* Formatierung Textfeld*/
	.formulartext {padding-left: 4px ;color: #45788D; font-weight:bold; margin: 0 0 5px 0; width:200px; }
	.formulartextinput {padding-left: 4px ;color: #45788D; font-weight:bold; margin: 0 0 5px 0; width:520px; }

option.form, input.form, select.form, textarea.form { border-bottom: 1px solid #CCCCCC; }


/* Formatierung Formularfelder*/
	.formularfelder {margin-bottom: 5px; padding-left: 4px; }	
/* Formatierung Checkboxes*/
	.formularcheckboxes { padding:0px; margin:4px 0 0 0;}	
/* Formatierung Formular Text linke Seite */		
    .fltlftformular { float: left; margin-right: 5px; padding-top:2px;}
	.fltlftformularadresse { float: left; width:220px; margin-right: 5px; padding-top:2px;}
	.fltlftformulaufmerksam { float: left; width:190px; margin-right: 5px; padding-top:2px;}

.rahmenformular {
	height:100%;
	padding: 5px 5px 5px 10px;
	margin: 0 10px 0 0;
	border:#838383 1px solid;
	display: inline-block;
	float:left;
    width: 32%;
	}

fieldset {
	width: 90%;
	font-weight:bold;
	padding: 10px 0 10px 10px;
	}





ul#sitemap {
	padding:0;
	margin:0 0 0 20px;
	}

ul#sitemap li {
	list-style-image:none;
	list-style-type: circle;
	padding-bottom: 0.2em;
	margin:0; 
	}

ul#sitemap li ul {
	padding:0;
	margin:0 0 0 20px;
	}
	
ul#sitemap li ul li {
	list-style-type: disc;
	padding-bottom: 0.2em;
	margin:0; 
	}
  
ul#sitemap li ul li ul {
	padding:0;
	margin:0 0 0 20px;
	}
  
ul#sitemap li ul li ul li {
	padding-bottom: 0.2em;
	margin:0; 
	}
  
  
  ul#sitemap a {
    display:block;
    padding-bottom: 0.2em;
    text-decoration: none; 
    color: green; 
	font-weight:bold;
  }

  ul#sitemap a:hover {
	font-weight:bold;
	text-decoration:underline;
  }
ul#sitemap li ul a {
	display:block;
	padding-bottom: 0.2em;
	text-decoration: none; 
	color: #666; 
	}

ul#sitemap li ul a:hover {
	text-decoration:underline;
	}  
ul#sitemap li ul li ul a {
	display:block;
	padding-bottom: 0.2em;
	text-decoration: none; 
	color: #A66525; 
	}

ul#sitemap li ul li ul a:hover {
	color: white; 
	text-decoration:underline;
	}  
