*
{
margin: 0;
padding: 0;
}
 
html 
{
height: 100%;
background-color: #7d9ba3;
}

body {
color: #031723;
font-family: arial, Trebuchet MS, verdana;
font-size: 14px;
min-height: 100%;
margin: 0 auto;
	}

@font-face {
 font-family: MyCustomFont;
 src: url("ebrima.eot") /* EOT file for IE */
}
@font-face {
 font-family: MyCustomFont;
 src: url("ebrima.ttf") /* TTF file for CSS3 browsers */
}
	
h1 {color: #ff6c00; font-family: MyCustomFont; font-size: 19px; margin: 10px 0;}
h1.topline {
color: #fff; font-family: MyCustomFont; font-size: 30px; margin: 10px 0; position: absolute; text-shadow: 0 -1px #000, 1px 0 #000, 0 1px #000, -1px 0 #000; width: 730px; text-align: right; top: 131px; padding: 10px 10px 10px 0;
background: -moz-linear-gradient(left,  rgba(255,255,255,0) 46%, rgba(255,255,255,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(46%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  rgba(255,255,255,0) 46%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  rgba(255,255,255,0) 46%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  rgba(255,255,255,0) 46%,rgba(255,255,255,1) 100%); /* IE10+ */
background: linear-gradient(to right,  rgba(255,255,255,0) 46%,rgba(255,255,255,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
}
h2 {color: #fd933e; font-size: 17px; margin: 10px 0;}
h3 {color: #004967; font-size: 15px; margin: 10px 0;}
h4 {margin: 0;}

p {margin: 15px 0;}
p.imageline {font-size: 13px; color: #fff; font-style: italic; margin: -5px 15px 0 -1px; border-left: 30px solid #02cac7; height: 25px; padding: 8px 0 0 20px;}
li {font-size: 14px; margin: 0 0 0 20px;}
td {font-size: 14px;}

img {border: 1px solid #004967; box-shadow: 3px 3px 6px #3f3f3f;}
img.none {border: none; box-shadow: none;}

a:link {
color: #d65600;
text-decoration: none;
}
a:visited {
color: #d65600;
text-decoration: none;
}
a:hover {
color: #264f67;
text-decoration: none;
}

input {width: 250px; margin: 0 0 0 10px;}
#Eingabefeld10 {width: 190px; margin: 0 0 0 10px;}
#Eingabefeld6 {width: 50px;}
#Auswahlfeld2 {width: 100px; margin: 0 0 0 10px;}
#MehrzeiligesEingabefeld1 {width: 250px; margin: 0 0 0 10px;}