body {
	font-family: Verdana, sans-serif;
	font-size: 100%;
	line-height:1.5em;
	background-color:#fff;
	margin: 0;
	padding: 0;
}


div.hauptnavigation {
	position:absolute;
	left:0px;
	top:0px;
	width:221px;
	height:560px;
	background-image:url(gfx/demmler01_01.jpg);
}

div.hauptmenu {
	position:relative;
	left:0px;
	top:15px;
	
}

div.unternavigation {
	position:relative;
	left:120px;
	top:18px;
	width:80%;
	margin-bottom:50px;
}


div.seitenkopf {
	position:absolute;
	left:221px;
	top:0px;
	width:735px;
	height:106px;
}

div.inhaltcontainer {
	position:absolute;
	left:221px;
	top:106px;
	width:735px;
	height:454px;
	clip: rect(auto auto auto auto);
	overflow:auto;
}

div.inhalt{
	position:relative;
	left:120px;
	top:0px;
	width:597px;
	height:176px;
	display:block;
}

div.inhalttext {
	position:relative;
	top:0px;
	width:296px;
	height:300px;
	float:left;
}

div.inhaltbild {
	position:relative;
	width:289px;
	height:300px;
	float:left;
}

li{
	margin-bottom:1.25em;
}

p.ueberschrift {
	position:relative;
	width:20%;
	font-weight:bold;
	clear:both;
	left:120px;
}


p.atelier{
	color:#fff;
	font-weight:bold;
	margin-top:94px;
	margin-left:22px;
	line-height:1.5em; 
}

.subnav{
	font-size:0.9em;
	color:#99CCFF;
	font-weight:bold;
	margin-right:22px;
	
	
}

/*Links Hauptmenu*/
a.hauptmenu{ 
    font-size:0.75em;
	font-weight:bold;
	line-height:1.0em;
    color:#fff;
	text-decoration:none;
	display:block;
	margin-left:22px;
	margin-bottom:2.7em;
}

a.hauptmenu:link{ 
    color:#fff;
	font-weight:bold;
	}

a.hauptmenu:visited{ 
    color:#99CCFF;
	}

a.hauptmenu:active, a.hauptmenu:hover, a.hauptmenu:focus{ 
    color:#99CCFF;
	text-decoration:underline;
	}
	
/*Links Untermenu*/
a.untermenu{ 
    font-size:0.75em;
	font-weight:bold;
    color:#fff;
	text-decoration:none;
	margin-right:22px;
		
}

a.untermenu:link{ 
    color:#99CCFF;
}

a.untermenu:visited{ 
    color:#666;
}


a.untermenu:active, a.untermenu:hover, a.untermenu:focus{ 
    color:#000;
	text-decoration:underline;
}

