div.tabbox .clearer {
  clear:both;
  height:1px;
  font-size:1px;
  border:0px none;
  margin:0;
  padding:0; 
  background:transparent;
}

div.tabbox  {
width:700px;  

}

div.tabbox .tab  {
float:left;  

}

div.tabbox .content  {
  float:left;
  padding:3px;
 width:650px; 
  border:3px solid #333;
  
  min-height:500px;
}

div.tabbox .tab ul {
  
  color:#eee;
  font-weight:normal;
  padding:0px;
  margin:0px 0px 0px 0px;
  list-style-type: none;
  
}

div.tabbox .tab li {

  margin:0px 0px 0px 11px;
  padding:0px;
}

/**************************************************************
BIGBOX
**************************************************************/
.bigbox {
        margin:0px;
        padding:0px;
	margin-top:40px;
	margin-bottom:13px;
	width:521px;
	
}

.bigbox .header {
	position:relative;
	background: #eee url(images/slices/bigbox_top.jpg) left top no-repeat;
	height:112px;
	width:521px;
        margin:0px;
        padding:0px;
}
.bigbox .header h3{
	position:relative;
	top:20px;
	left:30px;
	color:#fff;
	font-size: 24px;
	font-weight:normal;
	height:80px;
	width:300px;
}

.bigbox .header .img {
	position:absolute;
	top:-40px;
	left:368px;
	height:140px;
	width:140px;
	
	margin:0px;
	padding:0px;
}

.bigbox .wrap {
        
        width:505px;
        padding:5px;
        border-right: 3px solid #333;
	border-left: 3px solid #333;
	background-color:#eee;
}

.bigbox .content {
        
       
	width:480px;
	margin:0px;
	color:#333;
	min-height:39px;
	font-size:12px;
}



.bigbox .footer {
	background: #eee url(images/slices/bigbox_bottom.jpg) left bottom no-repeat;
	height:26px;
	width:521px;
	 margin:0px;
        padding:0px;
}




/**************************************************************
BIGBOX SMALL
**************************************************************/
.bigbox_small {
	margin-top:40px;
	margin-bottom:13px;
	width:343px;
	
}

.bigbox_small .header {
	position:relative;
	background: #eee url(images/slices/bigbox_small_top.jpg) left top no-repeat;
	height:112px;
	width:343px;
}
.bigbox_small .header h3{
	position:relative;
	top:20px;
	left:30px;
	color:#fff;
	font-size: 24px;
	font-weight:normal;
	height:80px;
	width:150px;
}

.bigbox_small .header .img {
	position:absolute;
	top:-30px;
	left:150px;
	height:140px;
	width:140px;
	
	margin:0px;
	padding:0px;
}
.bigbox_small .content {
	width:327px;
	border: 3px;
	border-right: 3px solid #333;
	border-left: 3px solid #333;
	
	padding:5px;
	margin:0px;
	
	background-color:#eee;
	color:#333;
	font-size:12px;
}

.bigbox_small .footer {
	background: #eee url(images/slices/bigbox_small_bottom.jpg) left bottom no-repeat;
	height:26px;
	width:343px;
}



/**************************************************************
TEASERMENU
**************************************************************/


/* .columns2 ist in style.css definiert */

.columns2 .col1, .columns2 .col2{
	float:left;
	
	width: 165px;
/*	height: 75px;*/
	padding: 0px;
	margin:0px;
		
	
}


.col1 .teaser_top, .col2 .teaser_top {
	position:relative;
	background: #eee url(images/slices/teaser_top.jpg) left top no-repeat;
	width:165px;
	height:64px;
	margin:0;
	
	

}

.col1 .teaser_bottom, .col2 .teaser_bottom {
	position:relative;
	background: #eee url(images/slices/teaser_bottom.jpg) left bottom no-repeat;
	width:165px;
	height:33px;
	margin:0;
	padding:0;
}

.col1 .teaser_bottom img, .col2 .teaser_bottom img{
	position:relative;
	
	margin-right:18px;
	padding:0;
	border:0px;
	float:right;
}

.col1 .teaser_content, .col2 .teaser_content {
	
	background-color:#eee;
	border-right: 3px solid #333;
	border-left: 3px solid #333;
	height:90px;
	margin:0;
	padding:0px 5px 0px 5px;
	font-size:11px;
	color:#333;
}


.columns2 .col1 {
	margin-right:13px;
	
}

.teaser_top .img {
	position:absolute;
	left:98px;
	top:5px;
	width:64px;
	height:64px;
	margin:0px;
	padding:0px;
	
}


.teaser_top .img img {
width:64px;
	height:64px;
}

.col1 h3, .col2 h3 {
	
	width:75px;
	margin: 0px 0px 0px 20px;
	padding:7px 0px 0px 0px;
	color: #fff;
	font-size: 12px;
	font-weight: normal;
}

.col1 h3 a, .col2 h3 a {
	color: #fff;
}

.col1 p, .col2 p {
	margin-top: 0px;
	line-height: 130%;
	padding-right: 5px;
	margin-bottom:0px;
	padding-bottom:0px;
	font-size:12px;
}

.col1 p a, .col2 p a {
	text-decoration:none!important;
	color: #333!important;
}




.col1 h3 a, .col2 h3 a {
	text-decoration:none!important;
	width:100px;
	height:100px;
	border:0px;
}
