/* Design für den Navigationsframe */

* {	
	margin: 0;
	padding: 0;
}
body {
	background-color: #d7d2cb;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	width: 100%;
}
table {
	width: 1100px;
	height: auto;
	top: 10px;
	position: relative;
}
tr {

}
td {

}
.td1quandt {
	height: 30px;
	width: 560px;
}
.td2home {
	height: 30px;
	width: 55px;
	text-align: center;
}
.td3kunst {
	width: 50px;
	height: 30px;
	text-align: center;
}
.td4aktuelles {
	text-align: center;
	height: 30px;
	width: 90px;
}
.td5biografie {
	height: 30px;
	width: 80px;
	text-align: center;
}
.td6publikationen {
	text-align: center;
	width: 100px;
	height: 30px;
}
.td7medien {
	text-align: center;
	height: 30px;
	width: 65px;
}




p {
	font-size: 0.8em;
	padding-left: 45px;
	background-color: #333;
	line-height: normal;
	color: #FFF;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 15px;
}
h1 {
	font-family: "Courier New", Courier, monospace;
	color: #000;
	font-size: 3em;
	padding-left: 45px;
	background-color: 9d7e62;
	font-weight: bold;
}


a {
	text-decoration: none;
	outline: none; 
} 

a:link {font-size: 150% color: black; } /* nicht besuchte Links */
a:visited {color: black;} /* besuchte Links */
a:hover, a:focus  {color: blue; border-bottom: 1px solid blue;}
a:active {background-color: red; color: white; }


#submenue {
	color: #000;
	background-color: #666;
	font-style: normal;
	font-weight: bold;
	font-size: 0.8em;
}
.hintergrunddunkel {
	background-color: #333;
	color: #CCC;
}

