html{
	height:100%;
}
body{
	color:#fff;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	background:url(/pics/bg.jpg) #000 50% 0 no-repeat;
	height:100%;
}
body,h1,h2,h3,h4,h5,h6,p,ul,ol,li,dl,dt,dd,fieldset,legend{
	margin:0;
	padding:0;
	list-style:none;
}
.inv{
	display:none;
}
a img{
	border:none;
}
#wrapper{
	width:724px;
	height:100%;
	margin:0 auto;
	position:relative;
}
#logo{
	position:absolute;
	width:510px;
	height:152px;
	top:0;
	left:107px;
}
#logo a{
	display:block;
	height:100%;
	width:100%;
	text-indent:-19999px;
	overflow:hidden;
	background:url(/pics/logo.jpg);
}
#content{
	float:left;
	width:521px;
	margin:152px 0 0 0;
}
#content p{
	line-height:20px;
}
#content a{
	color:#fff;
	text-decoration:underline;
}
#content a:hover{
	text-decoration:none;
}
#menu{
	position:absolute;
	top:0;
	right:-10px;
	height:100%;
	width:209px;
	overflow:hidden;
}
#menu li{
	float:left;
	width:25px;
	height:616px;
	margin:152px 4px 0 0;
}
#menu li a{
	float:left;
	width:25px;
	height:616px;
	text-indent:-19999px;
	overflow:hidden;
	background-image:url(/pics/menu.jpg);
}
a#m_max{
	background-position:0 0;
}
a#m_max:hover, a#m_max.active{
	background-position:0 -616px;
}
a#m_atelier{
	background-position:-25px 0;
}
a#m_atelier:hover, a#m_atelier.active{
	background-position:-25px -616px;
}
a#m_arbeiten{
	background-position:-50px 0;
}
a#m_arbeiten:hover, a#m_arbeiten.active{
	background-position:-50px -616px;
}
a#m_presse{
	background-position:-75px 0;
}
a#m_presse:hover, a#m_presse.active{
	background-position:-75px -616px;
}
a#m_links{
	background-position:-100px 0;
}
a#m_links:hover, a#m_links.active{
	background-position:-100px -616px;
}
a#m_kontakt{
	background-position:-125px 0;
}
a#m_kontakt:hover, a#m_kontakt.active{
	background-position:-125px -616px;
}
a#m_home{
	background-position:-150px 0;
}
a#m_home:hover, a#m_home.active{
	background-position:-150px -616px;
}
#submenu{
	position:absolute;
	top:238px;
	right:0;
	width:141px;
	height:199px;
	background:url(/pics/submenu.gif);
}
#submenu li{
	display:block;
	width:141px;
	height:17px;
	margin:0 0 9px 0;
}
#submenu a{
	display:block;
	width:133px;
	height:16px;
	padding:1px 0 0 8px;
	color:#fff;
	text-transform:uppercase;
	text-decoration:none;
	font-size:11px;
}
#submenu a:hover{
	background:#000;
}
#content div.imgwrap{
	height:319px;
	position:relative;
}
#content div.imgwrap .img{
	position:absolute;
	left:45px;
	top:47px;
}
#content div.imgwrap .img_info{
	position:absolute;
	width:431px;
	left:45px;
	top:315px;
	font-size:11px;
	text-align:center;
}
#content div.contentwrap{
	padding:25px 0 20px 58px;
	background-position:45px 0;
	background-repeat:no-repeat;
}
#content div.menuid_home{
	padding-top:65px;
	background-image:url(/images/contentimages/headlines/home.jpg)
}
#content div.contentwrap h1{
	font-size:16px;
	margin:15px 0;
}
#content div.menuid_home h1{
	display:none;
}
.hochformat #content div.imgwrap{
	float:left;
	width:274px;
	height:400px;
}
.hochformat #content div.imgwrap .img{
	left:41px;
	top:35px;
}
.hochformat #content div.contentwrap{
	margin:35px 0 0 0;
	padding:20px 0 20px 15px;
	float:left;
	background-position:0 0;
	width:222px;
}

#content div.imgwrap .arrow_l, #content div.imgwrap .arrow_r{
	position:absolute;
	left:10px;
	top:155px;
	width:13px;
	height:26px;
	padding:10px;
	text-indent:-19999px;
	overflow:hidden;
	background:url(/pics/arrow_l.gif) 50% 50% no-repeat;
}
#content div.imgwrap .arrow_r{
	left:auto;
	right:10px;
	background-image:url(/pics/arrow_r.gif);
}

#footer{
	position:absolute;
	top:605px;
	left:0;
	text-align:center;
	width:724px;
}
#footer a{
	color:#fff;
	text-decoration:none;
}
#footer a:hover{
	text-decoration:underline;
}



/* imgpopup */
#imgp_imgwrap{
	position:absolute;
	background:#eee;
	border:15px solid #fff;
	z-index:131;
	display:none;
}
#imgp_img{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background-position:50% 50%;
	background-repeat:no-repeat;
}
#imgp_caption{
	position:absolute;
	left:0px;
	bottom:0px;
	background:#fff;
	color:#000;
	padding:5px 10px;
}
#imgp_close{
	position:absolute;
	right:0;
	top:0;
	width:21px;
	height:21px;
	background:url(/pics/imgpopup/close.gif) #fff 50% 50% no-repeat;
	cursor:pointer;
}
#imgp_prev, #imgp_next{
	position:absolute;
	width:38px;
	height:45px;
	top:50%;
	margin-top:-23px;
	background:url(/pics/imgpopup/arrow.gif) no-repeat;
	opacity:0.5;
	filter:alpha(opacity=50);
	cursor:pointer;
}
#imgp_prev{
	left:0;
	background-position:10px 10px;
}
#imgp_next{
	right:0;
	background-position:-18px 10px;
}
#imgp_prev:hover, #imgp_next:hover{
	opacity:1;
	filter:alpha(opacity=100);
}
#imgp_prev:hover{
	background-position:10px -25px;
}
#imgp_next:hover{
	background-position:-18px -25px;
}
#imgp_shadow_wrap{
	position:absolute;
	z-index:130;
	display:none;
}
#imgp_shadow_wrap div{
	position:absolute;
}
#imgp_shadow_nw{
	top:0;
	left:0;
	width:87px;
	height:85px;
	background:url(/pics/imgpopup/shadow_nw.png);
}
#imgp_shadow_n{
	height:85px;
	background:url(/pics/imgpopup/shadow_n.png);
	left:87px;
	right:85px;
	top:0;
}
#imgp_shadow_ne{
	top:0;
	right:0;
	width:85px;
	height:85px;
	background:url(/pics/imgpopup/shadow_ne.png);
}
#imgp_shadow_w{
	left:0;
	top:85px;
	bottom:87px;
	width:87px;
	background:url(/pics/imgpopup/shadow_w.png);
}
#imgp_shadow{
	background:url(/pics/imgpopup/shadow.png);
	left:87px;
	right:85px;
	top:85px;
	bottom:87px;
}
#imgp_shadow_e{
	right:0;
	top:85px;
	bottom:87px;
	width:85px;
	background:url(/pics/imgpopup/shadow_e.png);
}
#imgp_shadow_sw{
	bottom:0;
	left:0;
	width:87px;
	height:87px;
	background:url(/pics/imgpopup/shadow_sw.png);
}
#imgp_shadow_s{
	height:87px;
	background:url(/pics/imgpopup/shadow_s.png);
	left:87px;
	right:85px;
	bottom:0;
}
#imgp_shadow_se{
	bottom:0;
	right:0;
	width:85px;
	height:87px;
	background:url(/pics/imgpopup/shadow_se.png);
}

/* ie6  */
* html #imgp_shadow_wrap{
	background:#000;
	filter:alpha(opacity=30);
}
* html #imgp_shadow_wrap div{
	display:none;
}

