/* CSS Document */

body  
  {
  font-family: Arial, sans-serif;
  font-size: 12px;
  background-color: #FFF;
  background-image: url(./img/bg3-orangeweiss.jpg);
  background-attachment:fixed;
  background-repeat: repeat-x;
  background-position: top;
  text-align: center; 
  margin-top: 0px;
  }

  
#title
  {
  height: 60px;
  width: 1000px;
  background-color: transparent;
  margin-top:10px;
 /*  margin-bottom: 10px;  */
  }
  
.logo
  {
  float: left;
  padding-top: 30px;
  }
  
.slogan
  {
  display: inline-block;
  padding-top: 45px;
  float: right;
  text-align: right;
  font-size: 16px;
  font-weight: bold;
  font-style: italic;
  color: #696969;
  }
  
   
#topnavi
  {
  background-color: transparent; 
  height: 30px;
  border-top: 1px solid #FFA500;
  background-image: url(./img/HF_bg.png);
  background-repeat: no-repeat;
  background-position: top;
  font-size: 10px;
  font-family: Arial, sans serif;
  color: #696969;
  }
  
.topnavi
  {
  float: right;
  }
  
.breadcrumbs
  {
  float: left;
  }
  


#topnavi a
  {
  color: #696969;
  font-size: 10px;
  font-weight: normal;
  padding: 1px 10px;
  text-decoration: none;
  }

#topnavi a:active
  {
  color: #FFA500;
  font-size: 10px;
  font-weight: normal;
  padding: 1px 10px;
  text-decoration: none;
  }

#topnavi a:hover
  {
  color: #FFA500;
  font-size: 10px;
  font-weight: normal;
  padding: 1px 10px;
  text-decoration: none;  
  }


  
#topnavi.topnavi ul
  {
  text-align: left;
  font-family: Arial, sans-serif;
  font-size: 10px;
  font-weight: normal;
  text-decoration: none;
  padding: 1px 10px;  
  }



#topnavi.breadcrumbs ul
  {
  text-align: left;
  font-family: Arial, sans-serif;
  color: #696969;
  font-size: 10px;
  font-weight: normal;
  text-decoration: none;
  padding: 1px 10px;
  }


#topnavi li
  {
  text-align: right;
  display: inline;
  }



  
  
#left
  {
  margin-top: 10px;
  margin-bottom: 10px;
  background-color: transparent;
  height: 550px;
  width:180px;
  float: left;
  }
  
  
  
  
#content
  {
  padding: 0px;
  margin-top: 10px;
  margin-bottom: 10px;
  /*border: 1px solid orange; */
  background-color: transparent;
  width: 790px;
  float: right;
  }
  

  
.pagetop
  {
  padding: 5px 30px 5px 30px;
  background-color: #FFF;
  background-position: top;
  /* background-image: url(./img/pagetop_bg.png);
  background-repeat: no-repeat; */
  border: 1px solid #FFA500; 
  height: 100px;
  margin-bottom: 5px;
  }
  
#pagebottom
  {
  padding: 20px 30px 5px 30px;
  background-color: #FFF;
  border: 1px solid #FFA500;
  margin-bottom: 3px;
  height: 500px;
  }
  
  /* folgende anweisung wird nicht vom ie interpretiert */
#pagebottom[id] {

  padding: 15px 30px 5px 30px;
  background-color: #FFF;
  border: 1px solid #FFA500;
  margin-bottom: 3px;
  height:auto;
  min-height:500px;
}
  
  
  #footer
  {
  color: #696969;
  text-align: center;
  background-color: #FFF;
  height: 30px;
  border-bottom: 1px solid #FFA500;
  background-image: url(./img/HF_bg.png);
  background-repeat: no-repeat;
  background-position: bottom;
  }
  
  
/* text-styles */  
  
h1
  {
  font-family: Arial, sans-serif;
  color: #696969;
  font-size: 16px;
  font-weight: bold;
  text-align: left;
  }

h2
  {
  font-family: Arial, sans-serif;
  padding-top: 1px;
  padding-bottom: 1px;
  color: #FFA500;
  font-size: 14px;
  font-weight: bold;
  text-align: right;
  }

h3
  {
  font-family: Arial, sans-serif;
  padding-top: 2px;
  padding-bottom: 2px;
  color: #AAA;
  font-size: 14px;
  font-weight: normal;
  text-align: left; 
  }

h4

  {
  font-family: Arial, sans-serif;
  color: #FFA500;
  font-size: 14px;
  font-weight: bold;
  text-align: left;
  }
  
h5
  {
  font-family: Arial, sans-serif;
  color: #FFA500;
  font-size: 16px;
  font-weight: bold;
  text-align: left;
  }

p
  {
  font-family: Arial, sans-serif;
  color: #333;
  font-size: 12px;
  font-weight: normal;
  text-align: justify;
  }



ul
  {
  padding: 0px;
  }

li
  {
  font-family: Arial, sans-serif;
  color: #333;
  font-size: 12px;
  font-weight: normal;
  list-style-type: none;
  line-height: 1.5;
  }

a
  {
  font-family: Arial, sans-serif;
  color: #333;
  font-size: 12px;
  font-weight: normal;
  }

a:active, a:hover
  {
  font-family: Arial, sans-serif;
  color: #FFA500;
  font-size: 12px;
  font-weight: normal;
  }

hr
  {
  border: 0px; /* Für Firefox und Opera */
  border-bottom: 1px solid #FFA500;
  }



.menu_x
{
  float: right;
  padding-top: 2px;
  display: block;
  width: 165px;
  height: 30px;
  border: none; 
  background-image: url(./img/UMenuButton.png);
  background-repeat: no-repeat;
  background-position: left;
  /* border:  1px solid #FFA500; */
  margin-bottom: 4px; 
  text-align: left;
  }




a.menu
  {
  display:inline-block;
  margin-top: 6px;
  margin-left: 3px;
  padding-left: 18px;
  font-size: 12px;
  font-family: Arial, sans-serif;
  color: #696969;
  font-weight: bold;
  text-decoration: none;
  }



a.menu:hover, a.menu:active
  {
  display:inline-block;
  margin-top: 6px;
  margin-left: 3px;
  padding-left: 18px;
  font-size: 12px;
  font-family: Arial, sans-serif;
  color: #FFA500;
  font-weight: bold;
  text-decoration: none;
  }





.ship_x
  {
  display: block;
  width: 180px;
  height: 80px;
  background-color: #FFF;
  background-image: url(./img/Ship_Button.png);
  background-position: bottom;
  background-repeat: no-repeat;
  border: 1px solid orange; 
  margin-bottom: 4px; 
  text-align: left;
  }

.shop_x
  {
  display: block;
  width: 180px;
  height: 80px;
  background-color: #FFF;
  background-image: url(./img/BookshopButton.jpg);
  background-position: bottom;
  background-repeat: no-repeat;
  border: 0px; 
  margin-bottom: 4px; 
  text-align: left;
  }

.top_x
  {
  float: right;
  display: block;
  width: 180px;
  height: 30px;
  background-color: #FFF;
  background-image: url(./img/MenuButton.png);
  background-position: bottom;
  background-repeat: no-repeat;
  /*border: 1px solid #FFA500; */
  margin-bottom: 2px;
  text-align: left;
  }

a.top
  {
  display:block;
  margin-top: 4px;
  padding-left: 5px;
  padding-top: 4px;
  font-size: 14px;
  font-family: Arial, sans-serif;
  color: #696969;
  font-weight: bold;
  text-decoration: none;
  }


a.top:hover, a.top:active
{
display:block;
margin-top: 4px;
padding-left: 5px;
padding-top: 4px;
font-size: 14px;
font-family: Arial, sans-serif;
color: #FFA500;
font-weight: bold;
text-decoration: none;
}

table.form
{
border-width: 0px 0px 0px 0px;
	border-spacing: 4px;
	border-style: none none none none;
	border-color: #FFF #FFF #FFF #FFF;
	border-collapse: separate;
	background-color: #FFF;
	font-size: 12px;
	font color: #000;
	text-align: left;
}



table.tech 
{
	border-width: 0px 0px 0px 0px;
	border-spacing: 4px;
	border-style: none none none none;
	border-color: #FFF #FFF #FFF #FFF;
	border-collapse: separate;
	background-color: #FFF;
	font-size: 12px;
	font color: #000;
	text-align: left;
  }
  
table.tech th 
  {
	border-width: 1px 1px 1px 1px;
	padding: 5px 5px 5px 5px;
	border-style: solid solid solid solid;
	border-color: #ffa500 #ffa500 #ffa500 #ffa500;
	background-color: #FFFFFF;
	-moz-border-radius: 6px 6px 6px 6px;
  }

table.tech td 
  {
	border-width: 1px 1px 1px 1px;
	padding: 5px 5px 5px 5px;
	border-style: solid solid solid solid;
	border-color: #CCC #CCC #CCC #CCC;
	background-color: #FFF;
	-moz-border-radius: 6px 6px 6px 6px;
  } 
        


#zitat
  {
  width: 600px;
  border-bottom: 1px solid #CCC;
  padding-left: 5px;
  margin-bottom: 30px;
  }


.quote1
  {
  padding: 10px 10px 0px 0px;
  font-size: 12px;
  color: #444;
  text-align: justify;
  }


.quote2
  {
  padding-right: 10px;
  font-size: 11px;
  color: #FFA500;
  text-align: justify;
  } 


.quote3
  {
  font-size: 12px;
  font-weight: bold;
  font-style: italic;
  color: #FFA500;
  text-align: justify;
  } 


.quote4
  {
  font-family: Arial, sans-serif;
  color: #333;
  font-size: 12px;
  font-weight: normal;
  text-align: justify;
  }

  
  
#zitat2
  {
  width: 690px;
  border: 2px dotted #FFA500;
  padding-left: 35px;
  margin-bottom: 30px;
  }

  
#zitat3
  {
  width: 690px;
  border: 2px dotted #FFA500;
  padding: 20px 20px 20px 20px;
  margin-bottom: 30px;
  }


#shop
  {
  width: 720px;
  padding-left: 0px;
  margin-bottom: 10px;
  }

iframe {
  margin-left: -30px;
  margin-bottom: 10px;
}


  

#startseite_links
{
float: left;
}  


#news
{
width: 500px;
padding-top: 15px;
padding-bottom: 15px;
}


.news_textdata /* beinhaltet autor und datum */
{
padding: 5px 5px 5px 5px;
font-size: 9px;
color: #222222;
}


.news_headline /* artikelüberschrift */
{
padding: 5px 5px 5px 5px;
font-size: 14px;
color: #FFA500;
font-weight: bold;
}


.news_shorttext /* einleitungstext */
{
padding: 5px 5px 5px 5px;
font-size: 12px;
color: #999999;
text-align: justify;
}


.news_longtext /* artikeltext */
{
padding: 5px 5px 5px 5px;
font-size: 12px;
color: #333333;
text-align: justify;
}

#pic_s
{
float: left;
background-color: #FFFFFF;
/* width: xxpx; */
height: 450px;
text-align: left;
} 


#startseite_rechts
{
position: relative;
float: right;
padding-left:15px;
background-color: transparent;
border-left: 1px solid #CCCCCC;
width: 180px;
height: 500px;
font-family: Arial, sans-serif;
font-size: 10px;
color: #696969;
text-align: center;
} 

.script
{
width: 180px;
text-align: right;
}

  
#kurs_index
{
padding: 15px 15px 15px 15px;
border: 1px solid gray;
background-color: #FFF;
width: 702px;
text-align: center;

}



#service_index
{
margin-top: 15px;
margin-left: 0px;
margin-bottom: 20px;
padding: 10px 5px 10px 20px;
width: 420px;
background-color: #FFF;
text-align: center;
}

.filter {
  color: blue;
  font-style: italic;
}

/* text der bei mouseover über die service-elemente gezeigt werden soll */
#serviceDescription {
	display: block;
	float: right;
	position: relative;
	top: 40px; 
	width: 250px;
	height: 450px;
  color: #222222; 
	background: transparent;
	font-family: 11px Arial, sans-serif; 
	text-decoration: none;
	text-align: right;
}

span.serviceDescription {
	display: none;
}

#jet       { display:block;
             background-image:url(img/flieger1.jpg);
             width:180px; height:136px 
}

#jet:hover { background-image:url(img/flieger2.jpg); 
}


.sljet {display:block;
             background-image:url(img/flieger1sl.jpg);
	width:180px; height:90px 
}

.sljet:hover { background-image:url(img/flieger2sl.jpg); 
}
