/* CSS Reset */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, a, em, img, ol, ul, li, form, table, tbody, tfoot, thead, tr, th, td {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}
body {line-height:1.3;}
table {border-collapse:separate;border-spacing:0;}
table, td, th {vertical-align:middle;}



/* General Settings */
body {font-size:18px;	color:#333333;	font-family: Arial, Verdana, sans-serif;background-color:orange;}
h1, h2, h3, h4, h5, h6 {font-weight:bold}
h1 {font-size:1.5em;line-height:1;margin-bottom:0.3em;} 
h2 {font-size:1.2em;line-height:1;margin-bottom:0.8em; border-bottom:1px dotted #818181; color:#818181} 
h3 {font-size:1.2em;line-height:1;margin-bottom:0; color:#CCCCCC; font-style:italic; letter-spacing:0.1em} /* Bereichsüberschriften EDIT */
h4 {font-size:1.2em;line-height:1.25;margin-bottom:1.25em;}
h5 {font-size:1em;font-weight:bold;margin-bottom:1.5em;}
h6 {font-size:1em;font-weight:bold;}
p {margin:0 0 1.5em;}
strong {font-weight:bold;}
em {font-style:italic;}
li ul, li ol {margin:0 1.5em;}
ul, ol {margin:0 1.5em 1.5em 1.5em;}
ul {list-style-type:disc;}
ol {list-style-type:decimal;}
table {margin-bottom:0;width:100%; border-collapse:collapse;}
td {padding:0;}
textarea { font-family:Arial, Helvetica, sans-serif }
a {	color:#333333;	font-weight:normal;	text-decoration:underline;}
a:hover {color:#800000;}

#wrapper { width: 100% }

#header,#main,#footer { margin:10px auto 10px auto; background-color:#FFFFFF; width:90%}

#loginform { padding:40px 20px 40px 20px; background-color:#FFFFFF; font-size:1.8em}
#loginform .row,#loginform .rowsubmit  {clear:both; margin-top:10px; overflow:auto}
#loginform .rowsubmit {clear:both; margin-top:30px; overflow:auto}
#loginform label {display:block}
#loginform .input { width:90%; font-size:1em; padding:10px; border:1px solid #333333}
#loginform .submit {  border: 1px solid #2D2D2D; border-radius:5px; padding:20px 50px 20px 50px; font-weight:bold; font-size:1em; background-color:#EAEAEA  }
#loginform .submit:hover {  background-color:#FFFFFF  }




 