/* CSS TCM-Ausstellung 
* 	create: 02/11/07
* 	by M.Philipp | www.jclindena.de.vu | phill@jclindena.de.vu
*	update: 02/11/07
*	version: 0.1
*/
*{	margin:0;padding:0;}
body{
	background:url('http://tcm-ausstellung.de/files/body_bg.gif');
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
}
a{
color:#934443;
font-weight:bold;
}
a:hover,.current{
text-decoration:none;
color:#000;
}
#alles{
	width:100%;
	height:100%;
	
}
#header{
	font-family:"Dauphin", Times, serif;
	font-size:32px;
	font-weight:bold;
	color:#934443;
	text-align:center;
	margin:11px 0;
	padding:12px 0;
	border-bottom:1px #934443 solid;
	border-top:1px #934443 solid;
}
#content{

}
#content_left{
	position:relative;
	float:left;
	height:100%;
	padding-left:5px;
	width:170px;
}
#content_right a{ font-weight:normal;}
#content_left li{
margin-top:5px;
}
#content_right{
	padding:0px 20px;
	float:right;
	width:790px;
	
	background:#fff;
}
#footer{clear:both;}
