
/* Wichtige Befehle

Hintergrundbild:  background: #fff url(body_bg.gif) no-repeat;
*/



/* allgemeine Formatierungen*/

html {
   font-size: 12px;
}

body {
 margin: 0;
 padding: 0;
 font-size: 164t;
 font-family:  Arial;
 color: #ffffff;
 background-color:#1F1C18;
 scrollbar-arrow-color:#9C8058;
 scrollbar-face-color:#1D1B17;
 scrollbar-3dlight-color:#9C8058;
 scrollbar-highlight-color:#1D1B17;
 scrollbar-shadow-color:#1D1B17;
 scrollbar-darkshadow-color:#9C8058;
 scrollbar-track-color:#1D1B17;
}

h1 {color:#EE7900; font-size: 16pt;}
p  {font-size: 10pt;color:#EE7900;}

.inhalt {
width:1000px;
height:710px;
border:0px solid #f3f3f3;
margin-top:50px;
background:url(../images/bg.jpg) no-repeat;
text-align:left;
}


.content  {
width:450px;
height:600px;
border:0px solid #f3f3f3;

}

table.ausgabe {width:500px; height:500px;}

td.abstand {height: 120px;}
td.abstandli {width: 100px;}



.menue {
width:1000px;
border:0px solid #f3f3f3;
height:110px;
text-align:right;
}

.navigation{

padding: 20px 80px 0px 0px;}


/* Linkformatierungen*/

a:link,a:visited,a:active {
 font-family:Arial, Helvetica, sans-serif;
 color: #EE7900;
 font-size: 16pt;
 text-decoration: none;
}
a:hover {
 font-family:Arial, Helvetica, sans-serif;
 color: #666666;
 font-size: 16pt;
 text-decoration: underline;
}


/* Linkformatierungen*/


textarea.express{width:295px;height:200px; border: 1px solid #000;background: #53524D;color:#EE7900;}

input.express{width:250px;height:20px; border: 1px solid #000;background:#53524D;color:#EE7900;}

input.submitmini{width:295px;height:20px; border: 1px solid #000;background:#53524D ;color:#EE7900;}
