body { 	
	margin: 0 auto;
	padding: 15px 0 0 0;
	text-align: center;
	
	font-family: Verdana, sans-serif;	
 }


#gesamt {
	margin: 0 auto;
	padding: 0; 
	text-align: left;
	width: 850px;
	background-color: #F1F1F1; 	 	
}


#kopf {
	margin: 0 auto;
	padding: 0; 
	text-align: center;
	width: 840;
	height: 130px;
	
	border-bottom: medium solid;
	border-bottom-color: #737373;
	border-bottom-width: 1px;
	
	border-left: medium solid;
	border-left-color: #C0C0C0;
	border-left-width: 1px;
	
	border-right: medium solid;
	border-right-color: #C0C0C0;
	border-right-width: 1px;
	
	border-top: medium solid;
	border-top-color: #C0C0C0;
	border-top-width: 1px;
	
	background-image: url(bg_kopf.jpg);
	/*background: pink;*/
}


div #logo {
	margin: 30px 0 0 0;
	padding-left: 50px;  
	float: left;
	width: 15%;
	   
   /*background-color: blue; */
}

div #ueberschrift {
	margin: 0 auto;
	padding-top: 0px; 
	float: right;
 	width: 75%;
 	font-family: Verdana, sans-serif;
	font-size: 30px;
	font-weight: bold;
	color: #333333;
	margin: 0 auto;
	padding: 28px 0px 0 0px;
	
   /* background-color: red;*/
}


div #navigation {  
	float: left;
	width: 165px;
	height: 490px;
	padding-right: 24px;
  	background: #F1F1F1;
	
	border-left: medium solid;
	border-left-color: #C0C0C0;
	border-left-width: 1px;
}

div #navigation_fachseminare {
  
	float: left;
	width: 165px;
	height: 1504px; /* ! Muss der Höhe des Inhalts angepasst werden ! */

	padding-right: 24px;
  	background: #F1F1F1;
	
	border-left: medium solid;
	border-left-color: #C0C0C0;
	border-left-width: 1px;
}

div #navigation_schulen { 
	float: left;
	width: 165px;
	height: 778px; /* ! Muss der Höhe des Inhalts angepasst werden ! */

	padding-right: 24px;
  	background: #F1F1F1;
	
	border-left: medium solid;
	border-left-color: #C0C0C0;
	border-left-width: 1px;
}

div #inhaltKurz {
  	float: right;
    width: 598px;
   	height: 490px;
    
	padding: 0px 30px 0px 30px;
  	text-align: justify;
  	border-left: medium solid;
	border-left-color: #737373;
	border-left-width: 1px; 
	
	border-right: medium solid;
	border-right-color: #C0C0C0;
	border-right-width: 1px;
	
	/*background-color: blue;*/
  	background-color: #F1F1F1;
}

* html #inhaltKurz {height: 523px;}

div #inhalt {
	float: right;
    width: 598px;
	padding: 0px 30px 0px 30px;
  	text-align: justify;
  	border-left: medium solid;
	border-left-color: black;
	border-left-width: 1px; 
	
	border-right: medium solid;
	border-right-color: #C0C0C0;
	border-right-width: 1px;
	
  	background-color: #F1F1F1;
	/*background-color: green;*/
}


div #fuss {
	margin: 0 auto;
	padding: 0px 10px 0 0px; 
	float: right;
	text-align: right;
	width: 838px;
	height: 33px;
	font-size:10px;
	
	color: #444444;
	
	border-top: medium solid;
	border-top-color: #737373;
	border-top-width: 1px;
	
	border-bottom: medium solid;
	border-bottom-color: #C0C0C0;
	border-bottom-width: 1px;
	
	border-left: medium solid;
	border-left-color: #C0C0C0;
	border-left-width: 1px;
	
	border-right: medium solid;
	border-right-color: #C0C0C0;
	border-right-width: 1px;

	background-image: url(bg_fuss.jpg);
	/*background: blue;*/
}


p {
  font-size: 14px;
}

p.ueberschrift {
	font-family: Verdana, sans-serif;
	font-size: 30px;
	font-weight: bold;
	color: #333333;
	margin: 0 auto;
	padding: 0;
	
}

p.navigation {
  text-align: right;
  padding: 6px 0 0 0;
}

p.terminkalender {
	font-size: 12px;
  	text-align: center;
  	padding: 20px 0px 10px 25px;
  	color: #434343; 
}
p.login {
	font-size: 11px;
  	text-align: center;
  	padding: 10px 0 0 20px;
  	color: #434343; 
}

p.caroblau {
	font-size: 13px;
  	font-weight: bold;
	color: #353990;
}

p.copyright {
	font-size: 10px;
	text-align: right;
	padding: 0 5px 0 0;
}

p.letzte_aenderung {
	font-size:10px;
}


#titleQuote {
    font-size : 20px;
	color: #434343;
	padding: 0 0 0 0px;
	margin: 0;
	text-align: center;
	font-style: italic
}

#hentig {	
   font-size:11px;
	color: #434343;
	padding: 5px 30px 0 0px;
	text-align : right;
	font-style: italic
}


a:link {
    color: #626262;
    text-decoration: none;
}

a:link.text {
	color: #004a40;
	text-decoration: underline;
}

a:visited {
    color: #434343;
    text-decoration: none;
}
a:hover {
    color: #BF0000;
    text-decoration: none;
}
a:active {
    background: #cfdfeb;
    color: red;
    text-decoration: none
}


h1 {
    font-size : 22px;
}

h2 {
    font-size : 16px;
	 
}

h3 {
    font-size : 14px;
}

h4 {
    font-size : 12px;
}

h5 {
    font-size : 14px;
}

ul{
    list-style-type: disc;
}

li {
    font-size : 12px;  
}


td.jahreszahl {
	font-size : 12px;
	font-weight : bold;
	vertical-align : top;
}

td {
	font-family:Verdana, Arial, Helvetica;	
	font-size : 14px;
	padding-top : 0px;
}

td.ag_titel {
	font-family:Verdana, Arial, Helvetica;
	font-size : 14px;
	font-weight : bold;
	padding-top : 12px;
	vertical-align : top;
}

td.ag_leiter{
	font-family:Verdana, Arial, Helvetica;
	font-size : 14px;
	padding-top : 12px;
	vertical-align : top;
}


td.t_head {
	font-size : 18px;
}

