/* -------------- STANDARD -------------------------- */
html, body, div, p {
	margin: 0;
	padding: 0;
}
html{
	font-size: 100.1%;
}

body {
	font-family: Helvetica, Arial, sans-serif;
	background-color: #333333;
	padding:0px 0px 20px 0px;
	font-size: 0.8em;
	color: #434343;
}

a:link,
a:visited {
	text-decoration: underline;
	color: #E60003;
}
a:focus,
a:hover,
a:active {
	text-decoration: none;
}

h1 {
	padding: 0;
	font-weight : bold;
	font-size: 1.8em;
	color: #e60003;
	margin: 15px 0 7px 0;
}	

h3, h4 {
	padding: 0;
	font-weight : none;
	font-size: 1.6em;
	color: #e60003;
	margin: 15px 0 7px 0;
}

h5, h6 {
	padding: 0;
	font-weight : none;
	font-size: 1.4em;
	color: #e60003;
	margin: 15px 0 7px 0;
}

h4 {
	padding: 0;
	font-weight : bold;
	font-size: 14px;
	color: #e60003;
	margin: 15px 0 7px 0;
}	

h5 {
	padding: 0;
	font-weight : bold;
	font-size: 14px;	
	color: #e60003;
	margin: 15px 0 7px 0;
}


/* Inhaltstabellen */
.tabrowheader {
   padding:3px;
   color: #fff;
   background-color: #0F72B5;
   font-weight: bold;
   vertical-align:top;
}
.tabrowgerade {
	padding:3px;
   color: #000;
   background-color: #ededed;
   vertical-align:top;
}

.tabrowungerade {
	padding:3px;
   color: #000;
   background-color: #cfcfcf;
   vertical-align:top;
}

.tabrowgerade a {
	background-color: #eee;
}

input {
	border:1px solid #D4AB8A;
}
textarea {
	border:1px solid #D4AB8A;
	font-size: 110%;
	font-family: Helvetica, Arial, sans-serif;
}

select{
	border:1px solid #D4AB8A;
}

input:focus,
select:focus,
textarea:focus,
input:hover,
select:hover,
textarea:hover,
input:active,
select:active,
textarea:active{
   border:1px solid #000;
}

fieldset{
	border:0 none;
}

legend {
	font-size : 1.2em;
	font-weight : bold;
}
.tabaroungerade {
   border-collapse: separate;
   border-spacing: 0 5px 0 5px;
}
.tabarogerade {
   border-collapse: separate;
   border: 0 solid #fff;
   border-width: 0 15px 3px 0;
}
.tabarogerade td {
   border-collapse: separate;
   border: 0 solid #fff;
   border-width: 0 15px 3px 0;
}
.tabarogerade .tabarogerade td {
   border-collapse: separate;
   border: 0 solid #fff;
   border-width: 0 15px 3px 0;
}