/*--------------------------------------------*/
/* customer: Herr Von Grau
/* file:     formate.css
/* by:       ChristophMayer - lachslounge.de
/* created:  13/05/2010
/*--------------------------------------------*/


/* main settings */
* { font-family:Verdana, Arial; font-size:12px; color: #fff;}




/* Links */
a:link    { text-decoration: none; color: #99967a; }
a:visited { text-decoration: none; color: #99967a; }
a:active  { text-decoration: none; color: #99967a; }
a:hover   { text-decoration: none; color: #ffffff; }


/* Body */
body { 
	width:1100px; 
	height:750px;
	background-color: #f8f9f8; 
	margin-top:0px; 
	margin-left:auto; 
	margin-right:auto; 
	margin-bottom:0px; 
  
  }

/* Image */             
img { padding:0px; margin:0px; border:0; }

/* Headers */
h1 { font-size:18px; color:#e2c5a8; }
h2 { font-size:9px; font-weight:100; color:#000; }

.sitetitle{ font-size:18px; font-weight:800; color:#e2c5a8; text-transform:uppercase;}
.sitesubmenuelive{ font-size:12px; color:#e2c5a8; margin-left: 115px;}
.sitesubmenue{ font-size:12px; color:#e2c5a8; }
.subtitle{ font-size:14px; font-weight:800; color:#e2c5a8;}
.shoptitle{ font-size:12px; font-weight:800; color:#e2c5a8;}
.shopsub{ font-size:10px; color:#fff; }

.date{ font-size:10px; color:#fff; }
.news {text-align:left;}

.videosub{ font-size:10px; color:#e2c5a8; text-transform:lowercase;}
.videotitle{ font-size:12px; color:#fff; text-transform:lowercase;}

.videosub_big{ font-size:10px; color:#000; text-transform:lowercase;}
.videotitle_big{ font-size:12px; color:#000; text-transform:lowercase;}

/* Paragraph */
p { margin-right:10px; margin-left:10px; margin-top:0px; margin-bottom:15px; padding:0px; text-align:justify; }

hr {
  width:200px; color:#e2c5a8;
  border:1px noshade; height:1px;
  }



/* CONTENT ID's */

#shopbanner {
  position:absolute;
  width:305px;
  height:166px;
  top:0px;
  left:0px;
  z-index:99;
  }

#wrapper {
  position:absolute;
  width:1100px;
  height:auto;
  height:750px;
  background-image: url(/imgs/main/hvg_bg.jpg);
  background-repeat:no-repeat;
  }

#header { 
	position:absolute;
	top:30px;
	height:120px; 
	width:1000px;
	padding:0px;
	margin-left:auto; 
	margin-right:auto; 
	}

#menue_left {
	position:absolute;
  top:7%;
  width:200px;
	}


#content {
	position:relative;
  left: 230px;
	top:155px;
  width:650px;
	height:420px;  
  overflow:hidden; 
 	}
  
#content_bg {
position:absolute;
left:0px;
  z-index:10;
  }

  
#content_content {
  position:absolute;
  top:25px;
  left:0px;
  width:650px;
	height:400px;  
  z-index:20;
  float:left;
  display:none;
  }

   
#content_title {
margin-left:50px;
top:5px;
   }
    
#menue_left {
  position:absolute;
  width:125px;
  height:550px;
  top:100px;
  left:20px;
  z-index:89;
  }

#menue_right {
  position:absolute;
  width:125px;
  height:550px;
  top:100px;
  left:950px;
  z-index:89;
  }
    
    
/*Content_NEWS*/
    
#content_live {
  width:375px;
  height:280px;
  margin-top:10px;
  overflow-x:hidden;
  overflow-y:scroll;
  }   
 
#content_news {
  width:375px;
  height:280px;
  margin-top:28px;
  overflow-x:hidden;
  overflow-y:scroll;
  }
  
#content_news_text {
  width:350px;
  margin-top:10px;
  }
  
#content_presse_text {
  width:450px;
  margin-top:10px;
  }
  
  
/*Content_VIDEO*/

#content_video {
  width:550px;
  height:280px;
  margin-top:10px;
  overflow-x:hidden;
  overflow-y:scroll;
  }
  
#content_video_thumb{
  position:relative;
  float:left;  
  margin:12px;
  }
  
#content_pic_small{
  position:relative;
  height:151px;
  width:151px;
  background-color:#fff;
  margin-bottom:3px;
  }

#content_pic_small img{
  position:relative;
  max-height:145px;
  max-width:145px;
  margin: 3px;
  }

.overlay_slider {
  position:absolute;
  top:75px;
  height:660px;
  width:750px;
  display:none;
  margin-left:130px;
  z-index: 90;
  }  
  
#video_layer{
  width:850px;
  height:500;  
  margin-top:75px;
  }
  
.zumvideo {
  margin-left:15px}
  
/*CONTENT SHOP */

#content_shop {
  width:450px;
  margin-top:10px;
  }
  
#content_shop_article {
  width:450px;
  margin-top:10px;
  text-align:left;
  }
  
.shophr {
  width:400px; color:#e2c5a8;
  border:1px noshade; height:1px;
  }

#content_shop_article_pic{
  height:106px;
  width:106px;
  background-color:#fff;
  margin-bottom:3px;
  }
  
#content_shop_article_pic img {
  
  max-height:100px;
  max-width:100px;
  margin: 3px;
  }
  
#content_shop_article_text {
  width:300px;
  margin-left:115px;
  margin-top:-106px;
  }
  
#content_shop_article_text img{
  padding-bottom: 10px;
  padding-right:60px;
  
  }
  
#content_shop_stores {
  position:relative;
  margin-top:30px;
  min-height:50px;
  padding-top:6px;
  background-color:#fff;  
  }


#footer { 
	position:relative;
	top:280px;
  width:1100px;
	height:20px;
	padding:0px;
	margin-left:auto;
	margin-right:auto;
	}
  
#content_reference{
  position:relative;
  float:left;  
  }

  
  

