/*
Design by Jörg Munder
http://www.netzgarten.de
*/
/*zentrale Angaben*/
body {
	background: #AAAAAA url(images/hg-grau.gif) repeat-x top left;
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	margin: 0 auto;   
 	border: red 0px solid;
	text-align:center;
}


h1, h2, h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-top: 0px;
	padding: 10px 0 0 0;
	color: #000;
 	font-weight: normal;
}

h1 { 
   font-size: 24px; 
   }

h2 {
	font-size: 18px;
}

h3 {
	font-size: 14px;
 	font-weight: bold;
}

p  {
	margin-top: 10px;
	text-align: justify;
	line-height: 140%;
}
table {
	  width: 450px;
	  }
tbody, th, tr, td {
   	font-size: 11px;
	color: #5A5A5A;
 	text-align: left;   
	vertical-align:top; 
	background-color: #CCCCCC;
	}
/* Spaltenbreite der Tabelle Biografie*/	
#biografie td.ersteSpalte {
    width: 80px;
	   }
/* Spaltenbreite der Tabelle Ausstellungen*/	
#ausstellungen td.ersteSpalte {
    width: 40px;
	   }
/* Spaltenbreite der Tabelle Schüler*/	
#schueler td.ersteSpalte {
    width: 150px;
	   }
#schueler td.zweiteSpalte {
    width: 200px;
	   }
/* Spaltenbreite der Tabelle Akademie*/	
#akademie td.ersteSpalte {
    width: 270px;
	   }
a {
	color: #000000;
}

a:link {
	text-decoration: none;
	color: #000000;
}

a:hover {
	text-decoration: none;
	color: #FFFFFF;
}

a:visited {
	text-decoration: none;
	color: #5A5A5A;
}
/*Aufzählung Menü*/
.list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.list li {
 	padding: 5px 0;
	background: url(images/img5.gif) repeat-x;
 	list-style-position: outside;
}
.list li.first {
	background: none;
}
/*Aufzählung Untermenü eingerückt*/
.list ul.untermenu {
  	list-style-type: none;
}
.list li.untermenu {
	padding: 5px 0 0 10px;
	margin-left: -10px; 
	background: url(images/img5.gif) repeat-x;
}
/*Aufzählung im Hauptbereich für Zwischenseiten*/
ul.zwischenTitel {
    font-size: 11px;
    font-weight: normal;
	line-height: 180%;
	list-style-image: url(images/schwurbel-bullet.gif);
}
/*Rahmenbox*/
#kopfbox {
	width: 730px;
	margin: 0 auto;
	text-align:left;
	border: 0px dotted green;
	}
/*Menübox links - nicht aktiv*/
#ersteBox {
	float:left; 
	width:100px; 
	height:100px;
	border:0px solid maroon;
	}
/*Menübox rechts - aktiv*/
#zweiteBox {
	border: 0px solid blue;
	}
/*Überschrift*/
#ueberschriftBox {
    border: 0px solid black;
	float:right; 
	width: 260px;
	height: 500px;
	padding: 0 0 0 0px;
	}
/*spezielle Darstellung*/
#ueberschriftBox h1 {
    font-size: 30px; 
	text-transform: uppercase;
 	letter-spacing: 0.08em;
	white-space: nowrap;
	}	
.erstesWort {
	color: #5A5A5A;
	}
span.zweitesWort {
	  font-weight: bold;
	  color: #000;
	  }	  

/*Hauptbereich*/
#dritteBox {
	border:0px solid orange;
	float: left;
	width: 450px;
	display: block;
	}
#dritteBox p{
    }
.bildUnterschrift {
	margin-left:100px;
	text-align:left;
	}	
img.bildImText {
	margin-right: 5px; 
	border-style: none;
	vertical-align: middle;
	float: left;                                                   
	}
.zitat {
	padding-top: 45px;	
    text-align: right;
    margin-right: 50px;
	float: right;
	width: 250px;
    color: #777777;
}
.zitatUnterzeile{
    text-align: right;
	margin-left:0px;   
	font-style: italic;
 	font-weight: normal;
	font-size: 11px;
    color: #5A5A5A;
}
   
/*Hauptbereich für querformatige Bilder mit tieferem Startpunkt*/
#dritteBoxTiefer {
	padding-top: 75px;	
	border:0px solid black;
	}
.ersterBlock {
	float:left;
	border:0px solid black;
}
.zweiterBlock {
	float:right;
	border:0px solid black;
}
.ZeileEins {
	width: 450px;
	border:0px solid maroon;
}
.ZeileZwei {
	width: 450px;
	padding-top: 250px;	
	border:0px solid maroon;
}
	     
/*Hauptbereich Zwischenseiten Einrückung von oben*/ 	
body.zwischenTitel #dritteBox{
	margin-top: 65px;
	}	
	
/*Fussbereich*/
#fuss {
 	border: purple 0px dotted;
	clear: both;
	width: 730px;
	margin: 0 auto;
	}
#fuss p {
	margin:10px 0 0 0;
	padding:10px 0 0 0;
	border-top: #000000 1px dotted;
	text-align: center;
}
img {
	margin-right: 5px; 
	border:none; 
	vertical-align: middle;  
}
