@charset "utf-8";
*{
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

body{
	background: url(/img/body_bg.png) repeat-x white;	
}

a img{
 border: 0;	
}

h1{
	color: #543359;
	font-size: 18px;
	margin: 0 0 5px 0;
}

h2{
	color: #543359;
	font-size: 14px;
	margin: 0 0 3px 0;
}

p{
	margin: 10px 0;	
}

input, textarea{
	border: 1px solid #808285;
	padding: 2px;
}

#container{
	width: 980px;
	margin: 0 auto;
}

#bolOnder{
	position: absolute;	
	margin-top: 121px;
	margin-left: 2px;
}
/**************************  MENU  ********************************/
#menu{
	list-style: none;	
	float: left;
}


#menu > li{
	float:left;
	height:36px;
	line-height:36px;
	vertical-align:middle;
}

#menu li a{
	display:block;
	text-decoration:none;
	font-size:12px;
	color:white;
	text-align:center;
	padding: 0px 17px;
	vertical-align: middle;
}

#menu li:hover ul{
	display:block;
	position:absolute;
	z-index:99;
}

/* SUBMENU */

#menu li ul{
	/*background: #000;*/
	background: url(/img/submenu_bg.png) no-repeat;
	background-position: bottom;
	display:none;
	list-style: none;
	padding-bottom: 10px;
	width: 200px;
}

#menu li ul li{
	height: 36px;	
}

#menu li ul a{
	color: white;
	font-weight: bold;
	display: block;
}
#menu li ul a:hover{
	color: #80b9cd;	
}

/* \*************************  MENU  ********************************/

#headerLeft{
	float: left;	
	height: 267px;
	background: url(/img/headerLeft_bg.jpg) no-repeat;
	width: 634px;
	
}
#headerLeft img{
	width: 571px;
	height: 233px;
	margin-left: 33px;
	margin-top: 19px;
}
#headerRight{
	float: right;	
	height: 267px;
	background: url(/img/headerRight_bg.png) no-repeat;
	width: 346px;
}
#publicGigs{
	background: url(/img/publicGigs_bg.png) no-repeat;
	height: 61px;
	margin-left: 33px;
	margin-top: 19px;
	padding-top: 43px;
	padding-left: 12px;
	color: #808285;
}

#publicGigs a{
	color: #808285;	
}
#gigWrapper{
	/* height: 70px;	*/
	height: 44px;
	width: 267px;
	overflow: hidden;
	position: relative;
	z-index:2;
}
ul#gigs{
	list-style: none;
}
ul#gigs > li{
	border-bottom: 1px solid #363636;	
	border-left: 1px solid #000;	
	border-right: 1px solid #000;	
	width: 245px;
	padding: 5px 10px;
	/*height: 40px; */
	height: 32px;
	line-height: 15px;
	overflow: hidden;
}
#homepageVideo{
	background: url( /img/homeVideo_bg.png) no-repeat;
	height: 135px;
	padding-left: 45px;
	padding-top: 0px;
	margin-left: 33px;
	margin-top: 3px;
	color: white;
	position: relative;
	z-index:1;
}

#pictureLeft{
	background: url(/img/pictureLeft_bg.png) no-repeat;	
	float: left;
	width: 242px;
	height: 319px;
	padding-left: 13px;
	padding-top: 31px;
}
#img_box_big {
	width: 571px;
	height: 233px;
	margin-left: 33px;
	margin-top: 19px;
}

#content, #contentBig{
	float: left;
	
	line-height: 18px;
	padding: 30px 0 0 33px;
	margin-bottom: 25px;
	color: #808285;
}

#content{
	width: 675px;	
	min-height: 312px;
}


#contentBig{
	width: 930px;
	min-height: 350px;
}

#content a{
	color: #543359;
}

#content ul li, #content ol li{
	margin: 0 0 0 25px;	
}

#footer{
	
	clear: both;
	height: 92px;
	background: url(/img/footer_bg.png) repeat-x;
}
#footerContent{
	margin: 0 auto;
	width: 980px;
}
#backToOverview{
	position: absolute;
	margin:-9px 0 0 546px;
}
.ingredients{
	list-style: none;	
}
.ingredients li{
	float: left;
	width: 139px;
	height: 162px;
	background: url(/img/ingredients_bg.png) no-repeat;
	margin: 0 0 0 0;
	padding: 13px;
}
.ingredients li a{
	text-decoration: none;
}
.ingredients li:hover{
	background: url(/img/ingredients_bg_over.png) no-repeat;
}

#fotoIndex{
	list-style: none;	
	margin-top: 30px;
	margin-left: -2px;
}
#fotoIndex li a{
	color: #543359;
	text-decoration: none;
	margin-top: 5px;
	display: block;
}
#fotoIndex li{
	margin: 0 0 0 30px !important; 
	/*padding: 15px 0 0 15px;*/
	padding-top: 15px;
	width: 290px;
	height: 216px;
	float: left;
	background: url(/img/fotoIndex_bg.png) no-repeat;
	text-align:center;
}
#fotoIndex li:hover{
	background-position: 0 -233px;
}

#fotoIndex li:first-child{
	margin: 0 !important;
}
#backToOverviewFoto{
	position: absolute;
	margin:-9px 0 0 746px;
}

#fotoList{
	list-style: none;	
	margin-top: 20px;
}
#fotoList li{
	float: left;
	padding: 10px;
	border: 1px solid #757575;
	margin-right: 34px;
	margin-bottom: 20px;
	width: 130px;
	height: 165px;
	overflow: hidden;
	line-height: 20px;
}
.video{
float: left;	
margin-right: 30px;
margin-bottom: 30px;
}
#socialMedia{
	text-align: right;
	float: right;
}
#socialMedia img{
	margin-left: 5px;
}
