/*
 * Layout Gerüst
 ***************************/
#wrapper {
	width:753px;
	margin:0 auto;
	position:relative;
}

/**************************************** HEADER / MENU ****************************************/

#content_left {
	position:absolute;
	top:12px;
	left:0;
	width:184px;
	height:582px;
	background:url(../images/layout/content_left_bg.png) no-repeat;
	z-index:1;
}

#freak_logo {
	position:absolute;
	top:76px;
	left:20px;
	width:141px;
	height:64px;
	background:url(../images/layout/freak_logo.gif) no-repeat;
	z-index:2;
}

#freak_logo a {
	display:block;
	width:141px;
	height:64px;
}

#freak_adresse {
	position:absolute;
	top:169px;
	left:0;
	width:184px;
	z-index:2;
}
#freak_adresse a {
	color:#CCCCCC;
	text-decoration:none;
	font-weight:normal;
}

#freak_adresse .padding {
	text-align:right;
	line-height:15px;
	padding-right:23px;
	text-transform:uppercase;
	color:#CCCCCC;
}

#menu_left {
	position:absolute;
	top:370px;
	left:0;
	width:184px;
	z-index:2;
}
#menu_left .padding {
	margin:0 11px 0 13px;
}

#header_main {
	position:absolute;
	left:198px;
	top:12px;
	width:555px;
	height:234px;
	background:url(../images/layout/freak_header_bg.png) no-repeat;
}
#headerbild {
	margin-top:3px;
	margin-left:3px;
	width:555px;
	height:234px;
	position:absolute;
	z-index:1;
}

#header_links {
	position:absolute;
	margin-top:3px;
	margin-left:3px;
	width:555px;
	height:234px;
	left:198px;
	top:12px;
	z-index:1000;
}	

#header_link_1 {
	display:block;
	position:absolute;
	top:120px;
	left:198px;
	height:70px;
	width:110px;
	z-index:100000;
}

#header_link_2 {
	position:absolute;
	top:188px;
	left:263px;
	display:block;
	height:38px;
	width:85px;
}

#header_link_3 {
	position:absolute;
	top:188px;
	left:390px;
	display:block;
	height:38px;
	width:85px;
}

#header_link_1:hover,
#header_link_2:hover,
#header_link_3:hover {
	border:1px solid #444;
}



#menu_top {
	position:absolute;
	top:246px;
	left:201px;
	width:549px;
	height:27px;
	background:url(../images/layout/menu_top_bg.png) repeat-x;
}
#menu_top .padding {
	margin-top:1px;
}

#content_main {
	position:absolute;
	top:273px;
	left:198px;
	width:555px;
	padding-bottom:10px;
}

#content {
	background:url(../images/layout/content_bg.png) repeat-y;
}
#content .padding {
	padding:25px 24px 10px 25px;
}

#content_min_height {
	height:258px;
	width:1px;
	overflow:hidden;
	float:right;
}

#content_text {
	display:inline;
	width:504px;
	float:left;
	overflow:hidden;
}

#content_bottom {
	display:none;
	height:5px;
	font-size:5px;
	overflow:hidden;
	background:url(../images/layout/content_bottom_bg.png) no-repeat;
}


/**************************************** Team ****************************************/

.portrait_bild {
	width:106px;
	height:156px;
	overflow:visible;
}
.portrait_border {
	border:1px solid silver;
	padding:2px 2px;
}

.portrait_bild a:link,
.portrait_bild a:visited {
	display:block;
	width:100px;
	height:150px;
	text-decoration:none;	
	cursor:url(/images/icons/rock_cursor.cur), url(/images/icons/rock_cursor.gif), url(/images/icons/rock_cursor.png), pointer;
}

.kim_portrait {
	background:url(../images/team/Kim_sw.jpg) center center no-repeat;
}
.kim_portrait:hover {
	background:url(../images/team/Kim_f.jpg) center center no-repeat;
}

.basti_portrait {
	background:url(../images/team/Basti_sw.jpg) center center no-repeat;
}
.basti_portrait:hover {
	background:url(../images/team/Basti_f.jpg) center center no-repeat;
}

.iyoni_portrait {
	background:url(../images/team/Iyoni_sw.jpg) center center no-repeat;
}
.iyoni_portrait:hover {
	background:url(../images/team/Iyoni_f.jpg) center center no-repeat;
}

/**************************************** FOOTER ****************************************/

#footer { 
	text-align:center;
	background:url(../images/layout/content_bottom_bg.png) top left no-repeat;
}

#footer_content {
	margin:0 2px;
}

#footer_content p {
	border:1px solid #CCC;
	border-top:none;
	padding:5px 0;
	margin:0;
	background:url(../images/layout/footer_bg.png) repeat;
}
