body
{
	margin:0;
	padding:0;
	font-size:62.5%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #ED2126;
	
}
#wrapper
{
	font-size:1.4em;
	width:920px;
	max-width:70%;
	margin:0px auto 10px;
	text-align:left;
	background-color: #E1DFBD;
	line-height: 1.2em;
	border-bottom-right-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-khtml-border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-right-left: 5px;
	-khtml-border-bottom-right-left: 5px;
	
}


#header
{
	background: #ED2126;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #E1DFBD;
	clear: both;
	position: relative;
	height: 60px;
	
}

#header .left
{
	text-align: left;
	position: absolute;
	left: 0.3em;
	bottom: 1.5em;
	
	}

#header .right
{
	text-align: right;
	position: absolute;
	color: #E1DFBD;
	right: 1em;
	bottom: 1.4em;
	
}

#header .right a
{
	color: #E1DFBD;
	}

#content-wrapper
{
float:right;
background:#E1DFBD;
width:73%;
max-width:73%;

}

#content-inner
{
	padding:5px 35px 0 15px;
	background-color: #E1DFBD;
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 12px;
	border-top-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	-khtml-border-top-right-radius: 5px;
	
}

#content-inner a:hover
{
	color:#FFF
}

#logo-inner
{
	padding:20px 30px 0 40px;
	
}

H1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 18px;
}

H2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 16px;
	padding-top: 15px;
}

/* Border Radius funktioniert noch nicht in IE */
#navigation
{
	width:25%;
	max-width:25%;
	float:left;
	padding-top:15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	background-color: #E1DFBD;
	border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	-khtml-border-top-left-radius: 5px;
	}

#footer
{
	clear:both;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #E1DFBD;
	text-align: left;
	height: 30px;
	margin-left: 15px;
	border-bottom-right-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-khtml-border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-right-left: 5px;
	-khtml-border-bottom-right-left: 5px;
	
}

a img {
border : 0 none;
}

	

.logo {
	margin-top: 10px;
	background-image: url(img/HamburgerGalerie_Logo_3.jpg);
	background-repeat: no-repeat;
	height: 150px;
	margin-left: 20px;
}
	


/* Ab hier stylesheet fuer Menufuehrung - Dank an Stu Nicholls */

/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/flyout2.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

.menu {
	z-index:1000;
	font-size:10px;
	margin:20px 0 5px 15px; /* this page only */
	font-family: Verdana, Tahoma, sans-serif;
	font-weight: normal;
	background-color: #E1DFBD;
}

/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
	padding:0;
	margin:0;
	list-style-type:none;
	width:150px;
	background-color: #E1DFBD;
}
/* hack for IE5.5 */
* html .menu ul {
	margin-left:-16px;
	ma\rgin-left:0;
	background-color: #E1DFBD;
}
/* position relative so that you can position the sub levels */
.menu li {
position:relative;
background:#E1DFBD;
height:26px;
}

/* get rid of the table */
.menu table {
	position:absolute;
	border-collapse:collapse;
	top:0;
	left:0;
	z-index:100;
	font-size:1em;
	background-color: #E1DFBD;
}

/* style the links */
.menu a, .menu a:visited {
	display:block;
	text-decoration:none;
	height:25px;
	line-height:25px;
	width:149px;
	text-indent:5px;
	color: #333333;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	border-left: 1px solid #fff;
	background-color: #E1DFBD;
}

/* Mouse Ooer Farben - auch für visited */
.menu :hover > a {
color:#fff; 
background:#949e7c;
}
.menu :hover > a:visited {
color:#fff; 
background:#949e7c;
}

/* hack for IE5.5 */
* html .menu a, * html .menu a:visited {background:#E1DFBD; width:150px; w\idth:149px;}
/* style the link hover */
* html .menu a:hover a:visited {color:#fff; background:#949e7c;}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
	visibility:hidden;
	position:absolute;
	top:-210px;
	left:150px;
	}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul {
	visibility:visible;
	}

 
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{
visibility:hidden;
}
/* keep the fourth level hidden when you hover on second level list OR link */
.menu ul :hover ul :hover ul ul{
visibility:hidden;
}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ 
visibility:visible;
top:0px;
}
/* make the fourth level visible when you hover over third level list OR link */
.menu ul :hover ul :hover ul :hover ul { 
visibility:visible;
}

/* Farbe für den ersten sub Level (Künstlername) */
.menu li ul li a, .menu li ul li a:visited {
background-color: #D8D6AB;
}

/* Farbe für den zweiten sub Level (Vita, Werke, Portrait) */
.menu li ul li li a, .menu li ul li li a:visited {
background-color: #D8D6AB;
}

/* ENDE MENU */

.highslide1 { 	cursor: url(res/graphics/zoomin.cur), pointer;
}

.infoboxgoethe {
	background:#006F37;
	color:#FFFFFF;
	padding:10px;
	margin-bottom:0.5em;
	font-size:95%;
	width: 200px;
	float: right;
	margin-left: 1em;
}

.imgright {
	padding:5px;
	margin-bottom:0px;
	float: right;
	margin-left: 10px;
}

