/* import der content.css für schriftformatierungen */
@import url(content.css);

/* Mit diesem Element werden die Innen- und Außenabstände der HTML-Elemente auf Null gesetzt  */
*
	{ margin:0; padding:0; }

html
	{ height:100%; }

body
	{  
	cursor:default;
	background-image:url(../images/streifen-verlauf_grau-blau.jpg);
	background-color:black;
	background-repeat:repeat-x;
	font-size:11px; font-family:Verdana; 
	scrollbar-base-color:#8C8CC6;
  scrollbar-3dlight-color:#FFFFFF;
  scrollbar-arrow-color:#FFFFFF;
  scrollbar-darkshadow-color:#000000;
  scrollbar-face-color:#213885;
  scrollbar-highlight-color:#FFFFFF;
  scrollbar-shadow-color:#000000;
  scrollbar-track-color:#213885; }

a:link       { text-decoration:none; color:#FFFFFF; }
a:visited { text-decoration:none; color:#FFFFFF; }
a:hover     { text-decoration:none; background-color:#FFFFFF; color:#667788; }
a:active   { text-decoration:none; background-color:#FFFFFF; color:#667788; }
a:focus   { text-decoration:none; background-color:#FFFFFF; color:#667788; }

img
	{ border:0px solid; }


input, textarea, select
	{ background-color:#253E92;
	  border:1px #808080 solid;
	  font-family:Verdana;
	  font-weight:normal;
	  color:#ffffff; }

textarea
{ scrollbar-base-color:#8C8CC6;
  scrollbar-3d-light-color:#FFFFFF;
  scrollbar-arrow-color:#FFFFFF;
  scrollbar-darkshadow-color:#000000;
  scrollbar-face-color:#213885;
  scrollbar-highlight-color:#FFFFFF;
  scrollbar-shadow-color:#000000;
  scrollbar-track-color:#213885; }
	
select, input
	{ font-size:0.9em; }

/* da die innen- und außenabstände aller html-elemente auf null gesetzt wurden, muss der inhalt wieder eingerückt werden  */
option
	{ padding-left:0.4em; }

textarea
	{ padding-left:5px; background-color:#253E92; font-size:11px; font-family:Verdana; color:#FFFFFF;}

textarea#mitteilung
	{ width:450px; height:75px; }

textarea#haftung
	{ width:250px; height:300px; }
	
h3 
      { 
	 padding-top: 1px;
	 padding-bottom: 1px; }

.kontakt
	{ float:left; width:215px; }

.kontakt1
	{ float:left; width:250px; }

.kontakt2
	{ float:left; width:300px; }

.kontakt3
	{ float:left; width:500px; }

.kontakt4
	{ float:left; width:100px; height:110px; }

.kontakt5
	{ float:left; width:100px; }
	
.breite
	{width:680px;}

.breite2
	{width:710px;}

#head
	{float:left; display:block; line-height:0; margin-left:5px; width:148px; height:55px;}

#navi
	{float:left; display:block; line-height:0; width:40px; height:20px; padding:10px 0 0 240px;}

.navi
	{float:left; display:block; line-height:0; padding:10px 0 0 7px; width:25px; height:20px;}

#kopf
	{width:740px; height:68px; line-height:0; margin:0;
     border:thin solid #FFFFFF; border-width:0px 0px 1px 0px; }

#gesamt1
	{width:100%; height:100%; padding-top:45px;}

#gesamt2
	{width:740px; height:525px; background-color:#253E92;
	 border:thin solid white; border-width:1px 1px 1px 1px; }

#txt
	{width:740px; height:430px;
	 border:thin solid #FFFFFF; border-width:0px 0px 1px 0px; 
	 scrollbar-base-color:#8C8CC6;
	 scrollbar-3d-light-color:#FFFFFF;
	 scrollbar-arrow-color:#FFFFFF;
	 scrollbar-darkshadow-color:#000000;
	 scrollbar-face-color:#213885;
	 scrollbar-highlight-color:#FFFFFF;
	 scrollbar-shadow-color:#000000;
	 scrollbar-track-color:#213885; }

.inhalt
	{width:360px; height:390px; padding:15px; text-align:justify;}
.inhalt2
	{width:710px; height:400px; padding:15px; text-align:justify;}
.inhalt3
        {float:left; width:61px; height:18px;}
.inhalt4
        {float:left; width:430px; height:18px;}
.inhalt5
        {float:left; width:187px; height:32px; text-align:left;}
.inhalt5:hover
       { background-color:#8097CB; }

.inhalt6
        {float:left; width:187px; height:32px; text-align:left;}

.text-mini
        {float:left; text-align:left; line-height:14px; width:155px; height:32px;}
.text-mini a:link, .text-mini a:visited
       { float:left; text-align:left; width:155px; height:32px;
	  text-decoration:none; }
.text-mini a:hover, .text-mini a:active, .text-mini a:focus
       { float:left; text-align:left; width:155px; height:32px;
	   background-color:#8097CB; color:#FFFFFF; text-decoration:none; }

.bild-mini
        {width:30px; height:30px; border:1px solid white; }
.bild-mini:hover
       { background-color:#8097CB; color:#FFFFFF; text-decoration:none;
     width:30px; height:30px; border:1px solid white; float:left; }

.abstand1
	{ float:left; width:20px; height:32px; }
.abstandslinie
        { width:455px; height:10px; border:thin solid #8097CB; border-width:1px 0px 0px 0px; }

