@charset "utf-8";
/*tango12*/
body
{
	margin: 0;
	padding: 0;
	margin-bottom: 15px;
	font-family: arial, helvetica, verdana, tahoma, sans-serif;
	font-size: 80%;
	color: #000;
	background-color: #CCC;
	line-height: 180%;
}

a
{
	color: #0032A3;
	/*color: #4B6400;*/
	text-decoration: underline;
}

a:hover
{
	color: #000000;
	text-decoration: none;
}

#headercontainer
{
	width: 100%;
	background: #242424;
}

#header
{
	margin: 0 auto;
	width: 760px;
	height: 130px;
	border: 1px solid #6F6F6F;
	border-top: 0px;
	border-bottom: 0px;
	background: #242424 url('images/header-background-neu6.jpg');
}

#header h1
{
	margin: 0;
	color: #EEEEEE;
	font-family: helvetica, arial, verdana, tahoma, sans-serif;
	font-size: 275%;
	padding-left: 10px;
	letter-spacing: -3px;
	padding-top: 50px;
}

#menucontainer
{
	width: 100%;
	height: 28px;
	background: #B5B5B5;
	background-image:url('images/menu-background2-neu3.jpg');
	background-repeat:repeat-x;
}

#menu
{
	margin: 0 auto;
	width: 760px;
	background: #B5B5B5;
	border-right: 1px solid #B5B5B5;
}

#content
{
	margin: 0 auto;
	width: 740px;
	padding: 20px 10px;
	border: 1px solid #B5B5B5;
	border-top: 0px;
	border-bottom: 0px;
	background: #FFF;
	
}

#content h2
{
	color: #666;
	padding-bottom: 3px;
	border-bottom: 1px solid #80000f;
	font-family: helvetica, arial, verdana, tahoma, sans-serif;
	font-size: 200%;
	letter-spacing: -1px;
}

#footer
{
	margin: 0 auto;
	width: 740px;
	text-align: center;
	color: #FFFFFF;
	letter-spacing: 1px;
	background: #B5B5B5 url('images/menu-background2-neu3.jpg') repeat-x;
	border: 1px solid #B5B5B5;
	font-family: arial, verdana, tahoma, sans-serif; 
	padding: 3px 10px;
    /*   a:  */ 
}

#footer a
{
	color:#FFF;
    text-decoration: underline;
}

#footer a:hover
{
	color: #FFF;
	text-decoration: none;
}


.inputtextregister 
{
 font: normal 1.0em Verdana,Tahoma,Arial,sans-serif;
 color: #000000;
 text-decoration: none;
 background-color: #ffffff;
 padding: 1px 2px;
 height: 14px;
 width: 120px;
 border: 1px solid #444444;
}

.inputbutton {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 12px;
 font-weight: bold;
 color: #000000;
 text-decoration: none;
 background-color: #f4f4f4;
 padding: 2px;
 border: 1px solid #444444;
}
.impressum {
   text-decoration: none;
}

* html fieldset {padding: 5px;}
			
legend {
	background: #ffffff;
	padding: 4px;
	border: 1px solid #D2D2D2;
	margin-bottom: 4px;
	font-weight: bold;
}

label {
	margin: 3px 0;
}

.kontaktdaten label {
	display: block;
	width: 160px;
	float: left;
}

.mitteilung label {
	display: block;
	width: 5em;
	float: left;
}
				   
input,textarea {
	margin: 3px 0;
	border: 1px solid #D2D2D2;
	background: white;
	padding: 3px 3px;
}  

input:active, input:focus, input:hover { background: #EEEEEE;}

.button fieldset {
	border: 0px;
}

.button input {
	border: 1px solid #000000;
	font-weight: bold;
}


