body {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	background: #fff;
	padding: 0;
	padding-top: 10px;
	margin: 0;
	text-align: center;
	height:101%;
	color:#41421b;
}

a:link, a:visited{ color:#41421b; }

img {
	border: 0px;
}


/* ---------- MAIN LO ----------------------------------------------------------------------------------------------- */

div#page{
	background: #ffffff url(bg_mid.jpg) top center repeat-y;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	margin-bottom:0px;
	padding: 0;
	text-align: left;
}

div#pageContainer {
	background: transparent url(bg_top.jpg) top center no-repeat;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	margin-bottom:0px;
	padding: 0;
	text-align: left;
}

#pageHeader {
	display: block;
	width: 800px;
	height: 180px;
}

#pageLeft {
	float: left;
	width: 220px;
}

#pageRight {
	float: right;
	width: 580px;
}

#content {
	width: 504px;
	text-align: justify;
}

#leftcontent {
	/*background: #eee;*/
	display: block;
	width: 360px;
	float: left;
	text-align: justify;
}

#rightcontent {
	display: block;
	width: 180px;
	float: right;
}

#rightcontent div.box{
	background: #e7e8c8;
	width: 180px;
	text-align: center;
	padding-top: 9px;
	padding-bottom: 9px;
	margin-bottom: 9px;
}

#pageFooter {
	clear: both;
	display: block;
	background: transparent url(bg_bottom.jpg) top center no-repeat;
	width: 800px;
	height: 54px;
}



/* ---------- Menue --------------------------------------------------------------------------------------------------------- */

div#menuMain{
	position: absolute; left:auto; right:auto; top:auto;
	width: 780px;
	margin-top: 125px;
	/*margin-left: 225px;*/
	text-align: right;
	padding: 0;
	font-size: 12px;
}

div#menuMain ul {
	list-style: none;
	background: url(marginal_boxes_bottom.gif) bottom left no-repeat;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

div#menuMain li {
	padding: 0 0 0 0;
	display:inline;
}

div#menuMain li a:link, div#menuMain li a:visited {
	color: #41421b;
	text-decoration: none;
	font-weight:bold;
	line-height:22px;
	height:22px;
	padding: 3px 15px;
} 
div#menuMain li a:hover {
	color: #ced091;
	background: #fff;
}
div#menuMain li a.Main_Menu_sel:link, div#menuMain li a.Main_Menu_sel:visited {
	color: #ced091;
	background: #fff;
	/*text-decoration: underline;*/
}


#menucontainer {
	display: block;
	width: 177px;
	/*float: right;*/
	text-align: right;
	margin-top: 5px; /* oder 76px; */
	font-size: 12px;
}

#menucontainer ul {
	list-style:none;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

#menucontainer li {
	padding: 0 0 0 0;
	padding-bottom: 1em;
}

#menucontainer li a:link, #menucontainer li a:visited {
	color: #41421b;
	text-decoration: none;
	font-weight:bold;
	display:block;
	padding: 3px;
	padding-right: 8px;
} 

#menucontainer li a:hover {
	color: #ced091;
	background: #fff;
}
#menucontainer li a.sel:link, #menucontainer li a.sel:visited {
	color: #ced091;
	background: #fff;
	text-decoration: none;
}


#pageHeader h1{4
	padding:0;
	margin:0;
	position: absolute; left:auto; right:auto; top:160px;
	padding-left:10px;
	color:#fff;
	font-size:20px;
	line-height:20px;
	font-weight:bold;
}


/* ---------- Font --------------------------------------------------------------------------------------------------------- */

body {
	font-size: 12px;
	margin-top: 0px;
}

#leftcontent{ font-size: 11px;}

h2 {
	font-size: 16px;
	margin-top: 0px;
}


/* ---------- gallery --------------------------------------------------------------------------------------------------------- */

#gal_big {
	display:block;
	width:504px;
	height:378px;
	text-align:center;
	vertical-align:middle;
}

#gal_big_artist {
	display:block;
	width:360px;
	height:270px;
	text-align:center;
	vertical-align:middle;
}

#gal_thumbs {
	display:block;
	width:100%;
	text-align:left;
}

#gal_thumbs img{
	float:left;
	border:1px solid #fff;
	border-top: 3px solid #fff;
	border-bottom: 3px solid #fff;
	width: 70px;
	height: 70px;
}

#gal_thumbs img:hover, #gal_thumbs img.selected{
	border:1px solid #41421b;
	border-top: 3px solid #41421b;
	border-bottom: 3px solid #41421b;
}

#gal_nav{
	width:100%;
	height:28px;
}
a.gal_btn_prev:link, a.gal_btn_next:link, a.gal_btn_prev:visited, a.gal_btn_next:visited{
	font-size: 14px;
	color:#41421b;
	text-decoration: none;
	font-weight:bold;
	width:10%;
	height:28px;
	display:block;
	float:left;
}
a.gal_btn_next:link, a.gal_btn_next:visited{
	text-align:right;
}
a.gal_btn_sel:link, a.gal_btn_sel:visited{
	color:#41421b;
	text-decoration: none;
	width:80%;
	height:28px;
	text-align:center;
	display:block;
	float:left;
}
a.gal_btn_prev:hover, a.gal_btn_next:hover, a.gal_btn_sel:hover{
	color: #fff;
	background-color:#ced091;
}