/* 
	Kunde:					Like This
	
	Datum:					2010-01-25
							Romano Tebest

------------------------------------------------------------------*/


/* Grundformatierungen
------------------------------------------------------------------*/

html {
	overflow-y:scroll;
}

/* Reset */
html, body, div, p, h1, h2, h3, h4, ul, ol, li, span, a, table, td, form, fieldset, img {
    border:0;
    margin:0;
    padding:0;
	list-style:none;
}


#wrap	{
	position:relative;
	margin:0px auto 0px auto;
	padding:0px 0px 0px 0px;
	width:990px;
	min-height:900px;
}	


.fixfloat {
	clear:both
}

body {
	font-family:tahoma;
	font-size:12px;
	background:url(../picts/header_px.jpg) top left repeat-x;
	background-color:#ecddc1;
	line-height:18px;
}

h1 {
	font-size:18px;
	font-weight:400;
	border-bottom: solid 1px #000;
	margin: 0px 0px 15px 0px;
	}

.orange {
	font-weight:bold;
	color:#ff6000;
	}

	
.news {
	border-bottom:1px solid #000;
	padding: 0px 0px 15px 0px;	
	margin: 0px 0px 15px 0px;
	}

.news-head {
	font-size:13px;
	text-align:left;
	border-bottom:1px solid #000;
	margin: 0px 0px 15px 0px;
	}


	
.image {
	border:5px;
	border-color:#e67c16;
	}


/* Aufbau 
----------------------------------------------------------------*/


#header {
	float:left;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	background:url(../picts/head_left.jpg) top left no-repeat;
	width:261px;
	height:799px;
	}
	
#header-1 {
	float:left;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	background:url(../picts/head_left-1.jpg) top left no-repeat;
	width:261px;
	height:799px;
	}
	
#header-2 {
	float:left;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	background:url(../picts/head_left-2.jpg) top left no-repeat;
	width:261px;
	height:799px;
	}
	
#header-3 {
	float:left;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	background:url(../picts/head_left-3.jpg) top left no-repeat;
	width:261px;
	height:799px;
	}
	
#header-4 {
	float:left;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	background:url(../picts/head_left-4.jpg) top left no-repeat;
	width:261px;
	height:200px;
	}

#header_ {
	float:left;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	width:261px;
	height:799px;
}

#header_band_oben {
	float:left;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	background:url(../picts/head_left_band-oben.jpg) top left;
	width:580px;
	height:34px;
	}
	
#header_band_left {
	float:left;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	background:url(../picts/head_left_band-left.jpg) top left;
	width:261px;
	height:740px;
}



#header_band {
	float:left;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	background:url(../picts/head_left_band.jpg) top left no-repeat;
	width:261px;
	height:481px;
}


#header_pierre {
	float:left;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	background:url(../picts/head_left_pierre.jpg) top left no-repeat;
	width:261px;
	height:481px;
}

#header_m{
	float:left;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	background:url(../picts/head_left_m.jpg) top left no-repeat;
	width:261px;
	height:481px;
}

#header_marco {
	float:left;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	background:url(../picts/head_left_marco.jpg) top left no-repeat;
	width:261px;
	height:481px;
}

#header_reinhold {
	float:left;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	background:url(../picts/head_left_reinhold.jpg) top left no-repeat;
	width:261px;
	height:481px;
}

#header_thomas {
	float:left;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	background:url(../picts/head_left_thomas.jpg) top left no-repeat;
	width:261px;
	height:481px;
}

#auswahl{
	float:left;
	margin:481px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	width:261px;
	height:318px;
	}
	
#menue {
	float:left;
	margin:0px 0px 0px 0px;
	paddding:0px 0px 0px 0px;
	width:725px;
	height:230px;
	
	}

#footer {
	position:static;
	margin:0px auto 0px auto;
	padding:0px 0px 0px 0px;
	background:url(../picts/footer.jpg)bottom left no-repeat;
    width:990px;
	height:118px;
	}

#footer_px{
	float:left;
	background:url(../picts/footer_px.jpg)bottom repeat-x;
    width:100%;
	height:118px;
	}

/* Linkformatierung
----------------------------------------------------------------*/

a:link ,
a:visited  {
	color:#000000;
	text-decoration:none;
}
	
a:hover {
	color:#666666;
}	

a:focus {
	outline:none;
}

a.active {
	color:#666666;
	text-decoration:none;
	outline:none;
}

a.1:hover {
	background:#33FF00;
}	

a.1:link ,
a.1:visited  {
	background:url(../picts/menue/1_inactive.png);
}


/* Menü
----------------------------------------------------------------*/


#menue ul {
	float:left;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	list-style:none;
}
		
#menue li {
	float:left;
	list-style-type:none;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}


#menue ul li {
	display:block;
	float:left;
	list-style-type:none;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	height:230px;
	width:145px;
}

#menue ul li a h1 {
	display:none;
}

#menue ul li a,
#menue ul li a:visited {
	display:block;
	float:left;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	height:230px;
	width:145px;
}

#menue ul li.nav-main_item-01 a {background:url(../picts/menue/thomas.jpg) no-repeat;}
#menue ul li.nav-main_item-01 a:hover {background:url(../picts/menue/thomas.jpg) 0px -230px no-repeat;}
#menue ul li.nav-main_item-01 a.active,
#menue ul li.nav-main_item-01 a:hover.active {background:url(../picts/menue/thomas.jpg) 0px -230px no-repeat;}

#menue ul li.nav-main_item-02 a {background:url(../picts/menue/marco.jpg) no-repeat;}
#menue ul li.nav-main_item-02 a:hover {background:url(../picts/menue/marco.jpg) 0px -230px no-repeat;}
#menue ul li.nav-main_item-02 a.active,
#menue ul li.nav-main_item-02 a:hover.active {background:url(../picts/menue/marco.jpg) 0px -230px no-repeat;}

#menue ul li.nav-main_item-03 a {background:url(../picts/menue/meli.jpg) no-repeat;}
#menue ul li.nav-main_item-03 a:hover {background:url(../picts/menue/meli.jpg) 0px -230px no-repeat;}
#menue ul li.nav-main_item-03 a.active,
#menue ul li.nav-main_item-03 a:hover.active {background:url(../picts/menue/meli.jpg) 0px -230px no-repeat;}

#menue ul li.nav-main_item-04 a {background:url(../picts/menue/pierre.jpg) no-repeat;}
#menue ul li.nav-main_item-04 a:hover {background:url(../picts/menue/pierre.jpg) 0px -230px no-repeat;}
#menue ul li.nav-main_item-04 a.active,
#menue ul li.nav-main_item-04 a:hover.active {background:url(../picts/menue/pierre.jpg) 0px -230px no-repeat;}

#menue ul li.nav-main_item-05 a {background:url(../picts/menue/reinhold.jpg) no-repeat;}
#menue ul li.nav-main_item-05 a:hover {background:url(../picts/menue/reinhold.jpg) 0px -230px no-repeat;}
#menue ul li.nav-main_item-05 a.active,
#menue ul li.nav-main_item-05 a:hover.active {background:url(../picts/menue/reinhold.jpg) 0px -230px no-repeat;}

#menue li a {
	float:left;
}

.invisible {
	visibility:hidden;
	}


/* Content
----------------------------------------------------------------*/


.col_3sp_01 {	
	position:relativ;
	float:left;
	margin: 70px 0px 0px 0px;
	padding: 0px 0px 0px 10px;
	}
	
.col_3sp_01_left {	
	float:left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;	
	width:220px;
	min-height:600px;
	}
	
.col_3sp_01_center {	
	float:left;
	margin: 0px 0px 0px 40px;
	padding: 0px 0px 0px 0px;
	width:380px;
	}

.col_3sp_01_right {	
	float:left;
	margin: 15px 0px 0px 40px;
	padding: 0px 0px 0px 0px;
	width:280px;	
	}	
	

.headline {
float:left;
margin: 80px 0px 0px 50px;
padding: 0px 0px 0px 0px;
width: 620px;
}

.col-1 {
float:left;
margin: 30px 0px 0px 50px;
padding: 0px 0px 0px 0px;
width: 280px;
}

.col-2 {
float:left;
margin: 30px 0px 0px 50px;
padding: 0px 0px 0px 0px;
width: 280px;
}

.col-3 {
float:left;
margin: 30px 0px 0px 50px;
padding: 0px 0px 0px 0px;
width: 350px;
}

.col-4 {
float:left;
margin: 30px 0px 0px 50px;
padding: 0px 0px 0px 0px;
width: 220px;
}

.col-gesamt {
float:left;
margin: 30px 0px 0px 50px;
padding: 0px 0px 0px 0px;
width: 620px;
}

.col-bild {
float:left;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
width: 620px;
}

.texxt {
margin: 50px 0px 0px 0px;
padding: 0px 0px 0px 0px;
}



