/* CSS BoxMania Vorlage Basismodell */

html {
	height: 100.5%;
	font-size: 62.5%;
}
body {
	text-align: center;
	font: 1.2em/1.8em Verdana, sans-serif;
}

* {margin: 0px; padding: 0px; border: 0px;}

h1, h3, h5, h6 {
	font-family: "Century Gothic", sans-serif; 
	margin: 0em 0em 0.5em 0em; 
	color: #496b49;

}

h4 {
	font-family: "Arial", sans-serif; 
	margin: 0em 0em 0.5em 0em; 
	color: #496b49;
}	
h1 {
	font-size: 2.2em; 
	padding-bottom: 0.4em;
	font-weight: normal;
}
div#header h1 {border: 0px;}
h2 {
	font-family: Arial;
	font-size: 10pt;
	font-style: normal;
	line-height: 10pt;
	font-weight: normal;
	color: #496b49;
	text-decoration: blink;
}
h3 {font-size: 1.2em; color: #496b49; font-style: bold;}
h4 {font-size: 1.0em; color: #496b49; font-style: normal; }
h5 {font-size: 1.4em;}
h6 {font-size: 1.2em;}

a {color: #496b49; text-decoration: none;}
a:link {color: #496b49; }
a:visited {}
a:hover {color: #adc2ad;}
a:active {}

div#wrapper {
	width: 954px;
	/*margin: 0px 40px;*/
	text-align: left;
	background: #FAFAFA;
	height: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

div#header {
	height: 40px;
	background: #FAFAFA;
	padding: 10px;
}

div#nav {
	background: #CCCCCC;
	text-align: center;
}
div#nav li {
	display: inline; 
	margin-left: 10px;
}
div#nav a {
	text-decoration: none; 
	font-weight: bold; 
	text-transform: normal; 
	padding-bottom: 2px;
}

div#wrap_content {}

div#maintext {
	/* margin: 0px 110px 0px 210px; */
	color: #496b49;
	padding: 0px 0px;
}
div#maintext a {padding-bottom: 1px; text-decoration: underline; font-weight: bold; }
div#maintext a:link {color: 496b49;} a:hover {color: #adc2ad;}

div#box1 {}
div#box2 {}


div#footer {
	padding: 2px auto 4px auto;
	text-align: center;
	background: #CCCCCC;
}

div#footer2 {
	padding: 2px auto 4px auto;
	text-align: center;
	background: #CCCCCC;
}
.bilder_mit_rand {
	border: 1px outset #000000;
}
.maintext {
	font-family: Arial;
	font-size: 10pt;
	font-style: normal;
	line-height: 10pt;
	font-weight: normal;
	color: #003A00;
	text-decoration: none;
}
#myform fieldset, #myform input, #myform select {border: 1px solid #CCCCCC;}
#myform textarea {width: 500 px; height: 200px; border: 1px solid #CCCCCC;}
#myform fieldset, #myform label, #myform input, #myform select {display: block;}

#myform fieldset {
	width: 580px;
	margin: 2em 0em 2em 2em;
	padding: 1em;
	background: #F8F8F8;
}
#myform fieldset legend {font-family: Arial, serif; font-style: normal; font-size: 1.4em; color: #496b49;}
#myform fieldset fieldset {width: 500px; margin: 0em 0em 1em 0em; padding-bottom: 0em; background: #F2F2F2;}
#myform fieldset fieldset legend {font-weight: normal;}

#myform label {
	margin-bottom: 0,5em;
	font-weight: normal;
	text-indent: 0.6em;
}
#myform fieldset.radio label {font-weight: normal;}
#myform fieldset.anrede label {float: left; width: 8em;}

#myform input {
	width: 500px;
	padding: 0.2em 0.6em 0.3em 0.6em;
	display: block;
}
#myform textarea {
	width: 500px;
	height: 190px;
	padding: 0.2em 0.6em 0.3em 0.6em;
	display: block;
}
#myform fieldset.radio input {
	clear: none;
	float: left;
	width: auto;
	margin: 0.4em 0.4em 0em 0em;
}
#myform input#submit {width: 500px; margin: 2em 0em 2em 5em; border: 1px solid #FFDE00; border-color: #CCCCCC #CCCCCC #999999 #999999;}
#myform input#submit:hover {background: #496b49; color: #000000; font-weight: normal;}
