/*Farben:
	#334c4c => dunkles grün
	#667979 => aufgehelltes 75% grün
	#dce6e6 => helles grau
	#ffffd9 => helles gelb
	#deffd1 => helles grün
	#d9ffff => helles blau
*/
/******  reset  ******/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,legend,input,textarea,p,blockquote,th,td{
	margin:0;
	padding:0;
	list-style:none;
}

/******  standard  ******/
caption,th{
	text-align:left;
}
.inv, .fhinv{
	display:none;
}
.left{
	float:left;
}
.right{
	float:right;
}
.nofloat, #content img.nofloat{
	float:none;
}
.center{
	text-align:center;
}

/******  template  ******/

/**  after-Hack: um den Rahmen eines Elements  **/
/**   um die Elemente in sich herunterzuziehen  **|
element:after{
	content: ".";
	font-size: 0%;
	display: block;
	clear: both;
	text-indent: -9999px;
	visibility: hidden;
}
*/
* html, * html body{
	height:100%;
}
*+html, *+html body{
	height:100%;
}
body{
	color:#667979;
	font-family: Helvetica, Arial, "MS Trebuchet", sans-serif;
}
#logo{
	display:none;
}
#wrapper{
	width:660px;
	height:470px;
	background:url(/pics/body_bg.gif) 0 0 no-repeat;
	margin:50px auto 0 auto;
	position:relative;
}
#flashintro{
	z-index:120;
}
#flashintro, #flashmenu{
	position:absolute;
	top:0;
	left:0;
	background:#fff;
}
#flashmenu{
	z-index:118;
}
#menu{
	position:absolute;
	left:0;
	top:450px;
	text-align:center;
	width:660px;
	font-size:12px;
}
#menu a{
	display:none;
}
#menu li, #menu li li a{
	display:inline;
	text-decoration:none;
	color:#667979;
}
#menu li li{
	padding:0 4px;
}
#menu li li a:hover{
	text-decoration:underline;
}
#menu li li a.active{
	font-weight:bold;
}


/* home */
#bid_home #menu{
	top:0;
}
#bid_home #menu li{
	position:absolute;
	top:0;
	left:0;
	text-align:left;
}
#bid_home a#m_werbung, #bid_home a#m_design{
	position:absolute;
	display:block;
	background:url(/pics/index_menu.gif);
	top:0;
	left:0;
	width:330px;
	height:424px;
	text-indent:-19999px;
	overflow:hidden;
	background-position:0 0;
}
#bid_home a#m_design{
	left:330px;
	background-position:-330px 0;
}
#bid_home a#m_werbung:hover{
	background-position:0 -424px;
}
#bid_home a#m_design:hover{
	background-position:-330px -424px;
}
#bid_home #menu ul{
	display:none;
}
#headermenu{
	position:absolute;
	top:450px;
	left:0;
	width:660px;
	text-align:center;
	font-size:12px;
}
#headermenu li, #headermenu a{
	display:inline;
	text-decoration:none;
	color:#667979;
}
#headermenu li{
	padding:0 10px;
}
#headermenu li.active{
	display:none;
}
#headermenu a:hover{
	text-decoration:underline;
}


/* werbung */
#bid_werbung #wrapper{
		background-image:url(/pics/body_werbung_bg.gif);
}


/* werbung */
#bid_design #wrapper{
		background-image:url(/pics/body_design_bg.gif);
}
#bid_design #content{
	text-align:right;
}
#bid_design #content h2#slogan{
	right:auto;
	left:0;
	text-align:left;
}
/* content-normal */
#content{
	position:absolute;
	left:30px;
	width:600px;
	top:280px;
	font-size:12px;
}
#content h1, #content h2#slogan{
	font-size:18px;
	font-weight:normal;
	letter-spacing:1px;
	font-family:"Colonna MT", Arial, Helvetica, "MS Trebuchet", sans-serif;
}
#content p, #content ul{
	margin:2px 0;
	line-height:13px;
}
#content a{
	color:#667979;
	text-decoration:underline;
}
#content a:hover{
	text-decoration:none;
}
#content h2#slogan{
	position:absolute;
	top:0;
	right:0;
	text-align:right;
}
#content div#specialcontent{
	position:absolute;
	right:0;
	text-align:right;
	top:auto;
	bottom:100px;
}
/* gallery-normal */
#gallery{
	position:absolute;
	right:-20px;
	top:190px;
	width:180px;
	height:82px;
	overflow:hidden;
}
#gallery a{
	display:block;
	position:absolute;
	left:50;
	top:0;
	width:80px;
	height:80px;
	border:1px solid #eee;
}
#gallery img{
	display:block;
	border:0;
	width:100%;
	height:100%;
}
#gallery #slider{
	position:relative;
	width:180px;
	height:82px;
}


/* imgpopup */
#imgp_imgwrap{
	position:absolute;
	background:#eee;
	border:15px solid #d3dfdf;
	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:20px;
	bottom:20px;
	background:#fff;
	font-size:10px;
	color:#383837;
	padding:2px 5px;
}
#imgp_close{
	position:absolute;
	right:0;
	top:0;
	width:21px;
	height:21px;
	background:url(/pics/imgpopup/close.gif) 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;
}
