* {
	-moz-box-sizing: 	border-box;

}

#micro {
	font-family:	verdana;
	font-size:		11px;
}

body {
	margin:			0px;
	background:		url(/imgs/background.jpg) white;
	font-family:	verdana;
	font-size:		11px;
	color:			#4E4E4E;
}

a {
	color:			#4E4E4E;
	text-decoration:none;
}

a:hover {
	color:			#3591B3;
	text-decoration:none;
}


#artists_left {
	position:	absolute;
	top: 		60px;
	left:		220px;
}

#artists_right {
	position:	absolute;
	top: 		60px;
	left:		410px;
}

a.artist {
	padding-left:	12px;
	display:		block;
	margin-bottom:	5px;
}

img {
	border:			0px;
}

hr { display:none; }
.line { border-bottom:1px solid #8C8C8C; }

#content_pane {
	position:		absolute;
	top: 			145px;
	left: 			50%;
	width:			716px;
	height:			504px;
	margin-left: 	-352px;
}

#inner_pane {
	position:		relative;
	width:			100%;
	height:			100%;
}

#logo  { position:absolute;top:0px;left:0px;width: 130px;height:71px; }

#line_top {
	position:	absolute;
	top:		68px;
	left:		134px;
	width:		582px;

}

#line_bottom {
	position:	absolute;
	top:	504px;
	left:		134px;
	width:		582px;

}

#navigation {
	position:	absolute;
	top:		51px;
	text-align:	right;
	width:		100%;
}

#content {
	position:	absolute;
	top:		69px;
	width:		100%;
}

#pane_home {
	position:	relative;
	top:		140px;
	width:		230px;
	text-align:	left;
}

#pane_standard {
	position:	relative;
	top:		20px;
	width:		100%;
	text-align:	left;
	padding-left:	133px;
}


#address_hamburg {
	position:	absolute;
	top:		30px;
	left:	   138px;
}
#address_mallorca {
	position:	absolute;
	top:		30px;
	left:		0px;
}

p {
	padding-left:	20px;
}
p.teaser {
	font-size:10px;
	font-weight:bold;
}


#gi_left {
	position: absolute;
	width:		280px;
}

#gi_right {
	position: absolute;
	left:		425px;
	width:		250px;
}

.headline {
	font-weight:	bold;
	margin-bottom:	12px;
}

#meta {
	position:	absolute;
	top:		510px;
	vertical-align:top;
	text-align:	right;
	width:		716px;
}

h1 {
   display:none;   
    
}