
/*----------------------------------------
Version:		1.0
Description: 	
Author: 		Sander Schouten
Copyright:		(c) 2010 Liquid-Design.


	INDEX:
	
	1 center
	
	2 header
	2.1 logo
	2.2 menu_1 *
	2.3 menu_quick 
	
	3 wrapper *
	
	4 left *
	4.1 menu_2
	4.2 menu_3
	4.4 tip_box! *
	
	5 contentarea *
	5.1 header
	5.2 content
	5.2.1 content_top *
	5.2.2 news *
	5.2.3 news_odd *
	5.2.4 news_even *
	5.2.5 news_text *
	5.2.5 news_arrows *
	
	6 right
	6.1 menu_4

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

/* 2.2 Menu_1 */
#menu_1 li{
	background-color: #99CC00;
	border-right: 1px solid #B3D940;
}

/* 3 wrapper */
#wrapper{
	background: url(../../layout/www.wezooz.tv/background_content_3.jpg) repeat-x;
	background-color: #B3A58C;
	float: left;
}

/* 	4 left */

#left{
	width: 235px;
}

/* 4.4 tip_box! */
#kooktip{
	margin-left: 20px;
	margin-bottom: 10px;
}

#kooktip{
	width: 200px;
	height: 127px;
	margin-left: 20px;
	margin-bottom: 10px;
	background-color: #86845B;
	line-height: 100%;	
}

#kooktip h3{
	font-size: 20px;
	color: #99CC00;
	padding-top: 14px;
	margin-left: 8px;
	margin-bottom: 11px;
}

#kooktip p{
	font-size: 11px;
	font-family: Verdana;
	color: #CCCCCC;
	padding-left: 8px;
	padding-right: 10px;
}

#link_tree_koken{
	margin-left: 20px;
}


/* 	5 contentarea */
#contentarea{
	width: 745px;
}

/* 	5.2.1 content_top */
#content_top{
	margin-top: 11px;
	margin-bottom: 11px;
	width: 600px;
	/* height: 325px; */
	border-right: 1px solid #ffffff;
	border-left: 1px solid #ffffff;

}

.set1, .set2{
	margin-left: 15px;
	width: 570px;
	float: left;
	height: 150px;
}

#image{
	width: 190px;
	margin-top: 8px;
	float: left;
	position: relative;
}

.p_description{
	margin-left: 12px;
	font-size: 11px;
	font-family: Verdana;
	color: #666666;
	float: left;
	position: relative;
}

#image2{
	width: 190px;
	margin-top: 14px;
	float: left;
	position: relative;
}


/* 5.3 News */
#ul_content{
	position: relative;
	float: left;
	width: 600px;
}

.li_content_odd, .li_content_even{
	float: left;
	width: 295px;
	background: url(../../layout/www.wezooz.tv/background_newsitem.png) repeat-x;
	background-color: #99CC00;
}

.news_content_odd, .news_content_even{
	height: 250px;
}

/* 5.3.1 news_odd */

.li_content_odd{
	margin-right: 12px;
	padding-bottom: 40px;
}

.li_content_odd h1{
	margin-top: 23px;
	margin-left: 21px;
	font-size: 20px;
	margin-bottom: 12px;	
	color: #ffffff;
}

#group{
	line-height: 90%;
	position: relative;
	float: right;
	width: 136px;
}

.news{
	width: 275px;
	float: left;
	margin-top: 9px;
	margin-bottom: 9px;
}

.li_content_odd img{
	margin-left: 21px;
	margin-right: 18px;
	float: left;
}


/* 5.3.2 news_even */
.li_content_even{
	padding-bottom: 40px;
}

.li_content_even h1{
	font-size: 20px;
	margin-top: 23px;	
	margin-left: 21px;	
	margin-bottom: 12px;
	color: #ffffff;
}

.li_content_even li{
	float: left;
}


.li_content_even img{
	margin-left: 21px;	
	margin-right: 18px;
	float: left;
}


/* 5.3.4 news_text */
.news_content_header{
	font-family: Verdana;
	font-weight: bold;
	font-size: 11px;
	color: #ffffff;
}

.news_content_body{
	font-weight: normal;
	font-family: Verdana;
	font-size: 11px;
	color: #ffffff;
}

.news_content_link{
	font-family: Verdana;
	font-size: 11px;
	color: #66FFFF;	
}
.news_content_link:hover{
	text-decoration:underline;
}


/* 5.3.3 news_arrows */
.arrow_up{
	margin-left: 36px;
	float: left;
}
.arrow_down{
	margin-left: 36px;
}

















