@charset "utf-8";
/* CSS Document */

* {
  margin: 0;
  padding: 0;
  }

body {
  font-family: Arial,'Lucida Grande',Verdana,sans-serif;
  font-family: "Trebuchet MS", Georgia, Arial, "Times New Roman", Times;
  font-size:100%;
  text-align:left;
  background:#000 url(../images/background.jpg) no-repeat top center;
}

body.popup { 
	background-color: #FFFFFF;
	background-image:url(../images/bkgd.gif);
	background-repeat:repeat;
	
	font-family: "Trebuchet MS", Georgia, Arial, "Times New Roman", Times;
	font-size:100%;
	color: #FFF;

	margin: 20 20 20 20; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 20 20 20 20;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
/*	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}
  
body.popup p { 
	font-family: "Trebuchet MS", Georgia, Arial, "Times New Roman", Times;
	font-size:100%;
	color: #FFF;
}
  
#header {
  height:66px;
  width:999px;
  background:transparent;
  margin:0 auto 0 auto;
  padding-top:95px;
}

#logo {
  text-align:left;
  font:32px "Trebuchet MS", Georgia, Arial, "Times New Roman", Times;
  padding-left:95px;
  color:#BD6B54;
}

.white {
color:#FFF;
}

.gold {
color:#cc8b2a;
}

.grau {
color:#EEEEEE;
}

.sub_logo_weiss {
  font:20px "Trebuchet MS", Georgia, Arial, "Times New Roman", Times;
  padding-left:10px;
  color:#FFF;
}

.sub_logo_gold {
  font:20px "Trebuchet MS", Georgia, Arial, "Times New Roman", Times;
  padding-left:10px;
  color:#cc8b2a;
}

.sub_logo_grau {
  font:20px "Trebuchet MS", Georgia, Arial, "Times New Roman", Times;
  padding-left:10px;
  color:#999999;
}

.sub_title_gold {
  font:26px "Trebuchet MS", Georgia, Arial, "Times New Roman", Times;
  padding-left:10px;
  color:#cc8b2a;
}




#slogan {
  text-align:left;
  padding-left:219px;
  font:bold 14px Arial, "Times New Roman", Times;
  font:bold 14px "Trebuchet MS", Georgia, Arial, "Times New Roman", Times;
  color:#FFF;
  color:#9900CC;
}

#page {
width:999px;
margin:0 auto 0 auto;
}

#content {
float:left;
width:685px;
padding:33px;
}

.box {width:685px; background:#d6deeb;}
.box {width:685px; background:#43091f;}




.box a {color:#FFF; text-decoration:underline;}
.box a {color:#bdd530; text-decoration:none;}

.box a:hover {color:#BD6B54; text-decoration:none;}
.box a:hover {color:#cc8b2a; text-decoration:none;}

.box p {font:14px Arial, Tahoma, Georgia, "Times New Roman", Times; color:#929292; text-align:justify; padding:6px 0px;}
.box p {font:14px "Trebuchet MS", Arial, Tahoma, Georgia, "Times New Roman", Times; color:#929292; text-align:left; padding:6px 0px;}


.box table tr td {font:14px "Trebuchet MS", Arial, Tahoma, Georgia, "Times New Roman", Times; color:#929292; text-align:left; padding:10px 10px;}

/*
.tabelle {font:18px Arial, Tahoma, Georgia, "Times New Roman", Times; color:#929292; text-align:left; padding:50px 50px;}
.tabelle table tr td {font:18px Arial, Tahoma, Georgia, "Times New Roman", Times; color:#929292; text-align:left; padding:50px 50px;}
*/

.box h1,h2,h3,h4,h5 {font:36px Georgia, Arial, "Times New Roman", Times; color:#FFF; text-align:right;}
.box h1,h2,h3,h4,h5 {font:36px "Trebuchet MS", Georgia, Arial, "Times New Roman", Times; color:#FFF; text-align:right;}


.box-top {background:url(../images/box-top.gif) no-repeat top left; width:685px; height:24px;}
.box-top {background:url(../images/box-top.png) no-repeat top left; width:685px; height:24px;}


.box-bottom {background:url(../images/box-bottom.gif) no-repeat top left; width:685px; height:24px;}
.box-bottom {background:url(../images/box-bottom.png) no-repeat top left; width:685px; height:24px;}


.box-padding {padding:0px 30px 0px 30px;}


/* für Ausbildungs-Kalender (ausbildungs-kalender.html) */
.box-padding table tr td {
/*	font:18px "Courier New", Courier, monospace;*/
	text-align:left;
	padding:20px 10px 20px 10px;
}
/* für Ausbildungs-Kalender (ausbildungs-kalender.html) */

.date {
  font:18px Georgia, Arial, "Times New Roman", Times;
  font:18px "Trebuchet MS", Georgia, Arial, "Times New Roman", Times;

  color:#FFF;
  padding:20px 0px 20px 33px;
  text-align:left;
}

.imagefloat {
  float:left;
  margin:5px 15px 5px 15px;
  padding:0px;
  border:1px solid #000;
}

.imagefloat-right {
  float:right;
  margin:5px 15px 5px 15px;
  padding:0px;
  border:1px solid #000;
}

.image-text-right {
  padding:5px;
  margin:5px 0px 5px 0px;
  width:100%;
  height:auto;
  text-align:justify;
  text-align:left;
}

.image-text-left {
  padding:5px;
  margin:5px 0px 5px 0px;
  width:100%;
  height:auto;
  text-align:justify;
  text-align:left;  
}

.image-text-right span {
  font:18px "Trebuchet MS", Georgia, Arial, "Times New Roman", Times;
  color:#FFF;
  text-align:left;
}

.clearboth {clear:both;}

#right-nav {
  float:right;
  padding-top:33px;
  width:238px;
  text-align:left;
}

.nav-headline {
  font:19px "Trebuchet MS", Georgia, Arial, "Times New Roman", Times;
  color:#FFF;
  text-align:left;
  padding-bottom:10px;
}

.nav-headline a {color:#bdd530; text-decoration:none;}
.nav-headline a:hover {color:#cc8b2a; text-decoration:none;}


#main-menu ul {
  list-style:none;
  padding-bottom:10px;
}
  
#main-menu li a {
  color:#FFF;
/**/
  
  font-family: "Trebuchet MS", Arial, "Times New Roman", Times, serif;
  font-size: 16px;
  text-decoration: none;
  background: transparent url(../images/menu-button.gif) no-repeat left center;
  padding:0 10px 0 25px;
  line-height:30px;
}
  
#main-menu li a:hover {
  color:#8C8D94;
  color:#cc8b2a;

  text-decoration: underline;
  text-decoration: none;
}
  
.right-nav-divider {
  background: transparent url(../images/line.gif) repeat-x top left;
  width:226px;
  height:1px;
  padding-bottom:33px;
}
  
  
#posts ul {
  list-style:none;
  padding-bottom:10px;
  padding:0px 0px 10px 18px;
}
  
#posts li a {
  color:#929292;
  font-family: "Trebuchet MS", Arial, "Times New Roman", Times, serif;
  font-size: 14px;
  text-decoration: underline;
  text-decoration: none;
  line-height:30px;
}
  
#posts li a:hover {
  color:#000;
  background:#FFF;
  background:#cc8b2a;
  text-decoration: none;
}

#subscribe {
  text-align:right;
  padding-right:30px;
}

#subscribe input {
  margin:6px 0;
}

.inputstyle {
  background:#090909;
  border:1px solid #404040;
  width:180px;
  height:22px;
  color:#FFF;
  font-size:14px;
  padding-top:5px;
  padding-left:10px;
}

.button {
  background:transparent url(../images/button.gif) no-repeat top left;
  vertical-align:middle;
  padding-bottom:5px;
  border:none;
  width:126px;
  height:31px;
  color:#FFFFFF;
  font:bold 13px "Trebuchet MS", Arial, Georgia, "Times New Roman", Times;
  cursor:pointer;
  margin-left:5px;
}

#footer {
  clear:both;
  width:999px;
  height:170px;
  margin:0 auto 0 auto;
}

#footer-pad {
  width:685px;
  width:970px;
  padding:50px 0px 0px 30px;
  padding:10px 0px 0px 10px;

  text-align:center;
}

#footer p {
  font:14px "Trebuchet MS", Arial, "Times New Roman", Times;
  color:#929292;
  color:#cc8b2a;
}

#footer a {
  color:#FFF;
  color:#cc8b2a;   /* gold */
  text-decoration:underline;
  text-decoration:none;
}

#footer a:hover {
  color:#BD6B54;
  color:#bdd530; /* grn */
  
  text-decoration:none;
}

.line {
  background: transparent url(../images/line.gif) repeat-x top left;
  width:650px;
  height:1px;
  padding-bottom:10px;
  margin:0 auto 0 auto;
}

.line2 {
  background: transparent url(../images/line.gif) repeat-x top left;
  width:622px;
  height:1px;
  margin:15px auto 10px auto;
}



h3#view_link { cursor:pointer; } 


.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}


.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}


.style-8pt {font-size: 8pt}
.style-9pt {font-size: 9pt}
.style-10pt {font-size: 10pt}
.style-11pt {font-size: 11pt}
.style-14pt {font-size: 14pt}
.style-16pt {font-size: 16pt}
.style-18pt {font-size: 18pt}
