/* hedy-baudenbacher.ch */

/* CSS reset */

html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:text-top;}sub{vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{*font-size:100%;}legend{color:#000;}

html {
	background-color:#BFBFBF;
}

.titel {
	text-decoration:underline;
	font-weight: bold;	
}


/* zentriertes Layout */

#centerlayer {
	position: absolute;
	height: 612px;
	width: 908px;
	margin-top: -306px;
	margin-left: -454px;
	top: 50%;
	left: 50%;
	z-index: 2;
	background-image:url(../images/bground.jpg);
}

/* Main Menu */

#mainNavi {
	position:absolute;
	left:10px;
	top:32px;
	z-index:3;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.8em;
}

ul#mainMenu {
	margin-left: 0;
	padding-left: 0;
	white-space: nowrap;
}
#mainMenu li {
	display: inline;
	list-style-type: none;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 3px;
	padding-bottom: 3px;	
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #CCC;
	color: #CCC;
}
#mainMenu a {
	padding-bottom: 3px;
	color: #999;
	text-decoration: none;	
}
#mainMenu a:hover {
	color: #333;
	text-decoration: none;
}
#mainMenu #current {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333;
}

/* Werke */

#werkeImg {
	position:absolute;
	left:19px;
	top:74px;
	width:870px;
	height:430px;
	z-index:3;
}
#werkeCaption {
	color: #333;
	position:absolute;
	left:19px;
	top:514px;
	width:858px;
	height:20px;
	z-index:3;
	color: #333;
	font: 0.8em/1.5em Georgia, "Times New Roman", Times, serif;
	border-left: 2px solid #CCC;
	padding-left: 10px;
}
#werkeNavi {
	color: #333;
	position:absolute;
	right:0px;
	top:0px;
	z-index:3;
	border-left: 2px solid #CCC;
	padding-left: 10px;
}

/* Footer */

#footer {
	position:absolute;
	right:20px;
	top:577px;
	z-index:3;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.7em;
	color: #999;
}
#footer a {
	color: #999;
	text-decoration:none;
}
#footer a:hover {
	color: #333;
}
