@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color:#000000;
	background-color: #cec6be;
}
p {
	font-size: 11px;
}

.hide {display: none;}

h1, h2, h3, h4, ul, li {
	margin: 0;
	padding: 0;
	list-style: none;
	}
	
a:link, a:visited, a:hover, a:active{
	text-decoration: none;
	color: #660000;
}

.base #container {
	width: 100%;
	height: 100%;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding: 0;
	border: none;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.base #header {
	margin-left: 20px;
	margin-top: 40px;
	margin-right: 20px;
	background-color:#996666;
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.base #header h1 a {
	display: block;
	width: 200px;
	height: 18px;
	font-size: 2px;
	text-indent: -700em;
	background-image:url(qu/georg-eisler.gif);
	background-repeat: no-repeat;
	}
	
.base #header h1 a:hover {
	width: 200px;
	background-position: 0 -18px;
	}
	
/*--------------------------------------- HAUPTNAVIGATION */

.base #hauptnav {
position: absolute;
	right: 20px;
	top: 60px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: auto;
	height:18px;
	width: 800px;
	text-align: right;
	z-index: 2;
	}	

.base #hauptnav ul {
	width: 800px;
	}
	
.base #hauptnav li {
	float: left;
	position: relative;
	}
	
.base #hauptnav li a {
	display:block;
	height: 18px;
	width: 100px;
	font-size: 2px;
	text-indent:-1000em;
	color:#cec6be;
}

.base #hauptnav li strong a { background-position: 0 -18px; }
.base #hauptnav li a:hover { background-position: 0 -18px; }

.base #hauptnav a#atelierakte {background-image: url(qu/nav-atelier-akte.gif);}
.base #hauptnav a#demonstrationen {background-image: url(qu/nav-demonstrationen.gif);}
.base #hauptnav a#jazzcafe {background-image: url(qu/nav-jazz.gif);}
.base #hauptnav a#menschen {background-image: url(qu/nav-menschen.gif);}
.base #hauptnav a#portraits {background-image: url(qu/nav-portraits.gif); }
.base #hauptnav a#landschaft {background-image: url(qu/nav-landschaft.gif); }
.base #hauptnav a#skizzenbuecher {background-image: url(qu/nav-skizzenbuecher.gif); }
.base #hauptnav a#illustrationen {background-image: url(qu/nav-illustrationen.gif); }


/*--------------------------------------- NEBENNAVIGATION */

.base #nebennav {
position: absolute;
	right: 20px;
	top: 30px;
	margin-top: -10px;
	margin-right: 0px;
	margin-left: auto;
	height:18px;
	width: 500px;
	text-align: right;
	z-index: 1;
	}

.base #nebennav ul {
	width: 500px;
	}
	
.base #nebennav li {
	float: left;
	position: relative;
	}
	
.base #nebennav li a {
	display:block;
	height: 18px;
	width: 100px;
	font-size: 2px;
	text-indent: -1000em;
	color: #cec6be;
}
.base #nebennav li strong a { background-position: 0 -18px; }
.base #nebennav li a:hover { background-position: 0 -18px; }

.base #nebennav a#biografie {background-image: url(qu/nav-biografie.gif);}
.base #nebennav a#ausstellungen {background-image: url(qu/nav-ausstellungen.gif);}
.base #nebennav a#bibliografie {background-image: url(qu/nav-bibliografie.gif);}
.base #nebennav a#museen {background-image: url(qu/nav-museen.gif);}
.base #nebennav a#kontakt {background-image: url(qu/nav-kontakt.gif); }


a:visited, a:hover, a:active{
	text-decoration: none;
}
