@charset "UTF-8";
/* CSS Document */

body {
		text-align: center; 
}

body, table {font-family: Verdana, san-serif; font-size: 11px; color: #000000}	

a					{color: #E10000; text-decoration:none;}
a:link				{}
a:visited			{}
a:hover 			{color: #D76D6D;}

hr{
		border:dotted 1px #CCCCCC; noshade;
}
#ausstellung {
		width:680px;
		margin-left: 0px;
}


.menulink{
		margin-top: 5px; margin-bottom: 5px; font-weight:bold;
}


#main{
		z-index: 0;
		margin: 0 auto;   /* align for good browsers */
		text-align: left; /* counter the body center */
		width: 920px; height:500px;
		/*border:1px #000000 dotted;*/
		position:relative;
		
		
}
#menu{
		z-index: 5;
		width: 920px; height: 350px;
		top:80px; left:0px;
		position:absolute;
		background-color: #f2f2f2;
		padding-top: 30px;
		padding-left: 10px;
		border: solid 1px  #C0C0C0
		
}

#textwindow {
		z-index: 6;
		width: 700px; height: 455px;
		top:40px; left: 125px;
		position:absolute;
		background-color:#FFFFFF;
		padding-top: 40px;
		padding-left: 30px; padding-right:30px;
		border: solid 1px #999999;
}

#copytext{
	width:760px;
	height:10px;
	text-align: center;
	top:545px;
	left:125px;
	position:absolute;
	z-index:10;
	font-size: 10px;
}
/*
#menuright{
		z-index: 5;
		width: 45px; height: 350px;
		top:80px; left: 875px;
		position:absolute;
		background-color: #f2f2f2
}*/

#logo{
		z-index: 9;
		width: 282px; height:64px;
		top:6px; right: 100px;
		position: absolute;
}

.infobox {
		height:430px; width:720px; 
		overflow:scroll; 
		overflow-x:hidden;
}

#kuenstlerlinks{
		font-size:10px;
}
#jahrlinks{
		font-size:10px;
}

.b_ausstellung{
		margin-left: 100px;
}

#a_text_right{
		position:absolute;
		left: 420px;
		width:220px;
}
#a_text_left{	
	width: 640px;
}

#unterschrift{
		font-size:9px;
}

