/*Die Tags und Klassen*/
* {
	font-family: "Lucida Sans", Verdana, Helvetica, sans-serif;
	font-size: 100.1%;
	color:#6F6F6F;
	margin: 0px 0px 0px 0px;
	background-color: #FFFFFF;
}
li {
	font-size: 1.1em;
	list-style-type: none;
	list-style-position: inside;
}
li.active	{
	color: #afd1d0;
}
li.links	{
	list-style-image: url(design_bilder/link1.gif);
	list-style-position: outside;
	margin-left: 60px;
	padding-left: 20px;
	margin-bottom: 10px;
	font-size: 0.9em;
}
h1 {
	font-size: 2.5em;
	font-weight: bolder;
	margin-left: 20px;
	margin-top: 100px;
	color:#386670;
}
h2	{
	font-size: 0.8em;
	font-weight: bold;
}
td	{
	text-align: center;
	font-size: 0.8em;
}
td.right	{
	text-align: right;
	font-size: 1.0em;
	min-width: 130px;
}
td.left	{
	text-align: left;
	font-size: 1.0em;
	min-width: 420px;
}
/*nur für Tabelle der Seite "Ausstellungen"*/
td.asright	{
	text-align: right;
	font-size: 1.0em;
}
td.asleft	{
	text-align: left;
	font-size: 1.0em;
}
.text {
	font-size: 0.9em;
	margin-bottom: 5px;
	margin-left: 5px;
}
.text_bold	{
	font-size: 0.9em;
	font-weight: bold;
	margin-bottom: 5px;
	margin-left: 5px;
}
.home {
	font-size: 2.0em; 
	font-weight: bolder;
	text-align: left;
	margin-bottom: 70px;
}
img.links {
	margin-left: 8px;
	margin-top: 3px;
}

/*Die Links*/
a:link	{
	text-decoration:none;
}
a:visited {
	text-decoration:none;
}
a:hover	{
	text-decoration:none;
	color:#afd1d0; 
}
a:active	{
	text-decoration:none;
	color:#afd1d0; 
}
a:focus	{
	text-decoration:none;
	color:#afd1d0; 
}

/*Die Ebenen*/
#top_home	{
	height: 200px;
	top: 0px;
	left: 0px;
	right: 0px;
	width: 100%;
	position: absolute;
	z-index: 3;
}
#nav	{
	width: 190px;
	top: 200px;
	left: 0px;
	padding: 50px 20px 20px 10px;
	position: absolute;
	z-index: 2;
}
#content	{
	top: 200px;
	left: 0px;
	min-width: 700px;
	padding: 50px 20px 20px 220px;
	position: absolute;
	z-index: 1;
}
#bild	{
	width: 100%;
	text-align: center;
}
