/* CSS Document */

/* Allgemein */
/* browserspezifisch vordefinierte Abstände auf Null setzen
* { 
	margin: 0;
	padding: 0;
}
*/
body {
	/* Horizontale Seitenzentrierung über das Body-Element, DIV-Box nicht notwendig */
	width: 1000px;
	margin: 0 auto;
	/* Hintergrund-, Textformatierungen */
	background-color: #CCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #666666;
}
.headline {
	font-weight:bold; color:#000000;
}
.red {
	color:#FF0000;
}
a:link, a:visited, a:active  {
	color: #666666;text-decoration: underline;
}
a:hover {
	color: #FF0000;text-decoration: underline;
}
a.home:link, a.home:visited, a.home:active  {
	color: yellow;text-decoration: underline;
}
a.home:hover {
	color: #FF0000;text-decoration: underline;
}

/* Container */
#kopf {
	float:left;width:100%;height:121px;background: url(../images/allgemein/kopf.jpg) center no-repeat;
}
#navbar {
	clear:both;float:left;width:800px;height:22px;margin-top:0px;background: #B90009 url(../images/allgemein/nav_links.jpg) no-repeat;
}
#suche {
	float:right;width:200px;height:22px;margin-top:0px;background: #B90009 url(../images/allgemein/nav_rechts.jpg) right no-repeat;
}
#inhalt {
	clear:both;float:left;width:920px;min-height:525px;padding:20px 40px;background: #FFF url(../images/allgemein/inhalt.jpg);
}
.inhalt1 {
	float:left; width:500px;
}
.inhalt2 {
	float:right; width:395px;
}
.inhalt3 {
	clear:both; padding-top:20px;
}
#fuss {
	clear:both;float:left;width:920px;height:24px;padding:0px 40px;font-size:8pt;background: #fff url(../images/allgemein/fuss.jpg) bottom no-repeat;
}
#fuss2 {
	clear:both;float:left;width:920px;height:30px;padding:0px 40px;font-size:8pt;background: #3586a3 url(../images/allgemein/fuss2.jpg) bottom no-repeat;
}
.fuss_lks {
	float:left;width:120px;padding-top:5px;
}
.fuss_rts {
	float:right;width:120px;padding-top:5px;text-align:right;
}
.fuss_mitte {
	float:left; width:674px; text-align:center;
}

/* Navigation */
ul#Navigation {
    margin: 0; padding: 0.2em 0em;
  }
  ul#Navigation li {
    list-style: none;
    display: inline;
  }

  ul#Navigation a, ul#Navigation span {
    padding: 0.2em 1em;
    text-decoration: none; font-weight: bold;
    color: white;
  }
  * html ul#Navigation a, * html ul#Navigation span {
    width: 1em;    /* nur fuer IE 5.0x erforderlich */
    /* w/idth: auto; */ /* sicherheitshalber fuer IE 6 zurueckgesetzt */
  }
  ul#Navigation a:hover, ul#Navigation span {
     background-color: #003366;
  }

/* Search Engine */
.search {
	background:url(../images/allgemein/suche.gif) no-repeat;
}
.search_hr {						/* search/display/hr.php */
	border: solid #FFF 1px;
}

/* Internet - Profil */
li {
	list-style-image: url(../images/allgemein/list.disc.gif);
}
.list_headline {
	font-weight: bold; color: #B90009;
}
.list_line_height {
	line-height: 16px;
}

/* Seminare */
.sem_headline {
	font-size: 14px; font-weight: bold; color: #CC0000;
}
.sem_content {
	margin-left:30px;
}
.sem_ul {
	width: 500px;
}
.sem_acrobat {
	margin-right:10px;
}






















