
/* ------------- zombig home (content) specific layout  -------------------- */

#content{
	width: 75%;
	float: left;
}

#search1{
	float: left;
	width: 33%;
	display: block;
	height: 1px;	
}
#search2{
	float: left;
	width: 65%;	
}

#searchForm {
	padding: 20px 0;
}

#searchForm button{
	margin-left: 3px;
}

#searchForm input {
	width: 195px;	
}
	
#breadCrumbs {
	display: none;
}

/* ------------------------------------------------------------  content teasers side */
.t3_infobox4{
	clear: both; 
	width: 99.9%;
	text-align: center;
	padding: 12px;
	
}

#teaser1{
	clear: both;
	float: left;
	width: 49%;
	padding-right: 5px;	
	/*padding-top: 5px;*/
}

#teaser1 a{
	font-weight:normal;
}

#teaser1 a:hover,
#teaser2 a:hover,
#teaser3 a:hover{
	text-decoration: underline;
}

#teaser1 h2 a,
#teaser2 h2 a,
#teaser3 h2 a {
	color: #73655A;
	text-decoration: none;
	font-weight: bold;
}

#teaser2{
	float: left;
	width: 49%;	
	padding-right: 5px;
	/*padding-top: 5px;*/	
}

#teaser2 a{
	font-weight:normal;
}

#teaser3{
	clear: both;
	padding-right: 5px;
}


#teaser1 h2,
#teaser2 h2, 
#teaser3 h2 {
	color: #73655A;
	font-size: 125%;
	padding-bottom: 4px;
	padding-top: 15px;
}
#teaser1 ul,
#teaser2 ul, 
#teaser3 ul {
	padding: 0;
	margin: 0;
}

#teaser1 li,
#teaser2 li, 
#teaser3 li {
	list-style-type: none;
	margin: 0 0 3px 0;
}

#teaser3 a{
	text-decoration: none;	
}


/* ------------------------------------------------------------  right side */
#rightSide{
	width: 24.5%;
	float: left;
	min-width: 220px;			
}

#rightSide .t3box {
	float: right;
	width: 235px;
	clear: both;
	background-color: #544A40;
	color: #FFFFFF;
	margin-bottom: 2px;
}

#rightSide .box{
	float: right;
	width: 235px;
}

#rightSide .t3box h2{
	padding-left: 4px;
	background-color: #CCD00A;
	color: #0F590B;
	border-bottom: 1px solid white;
}

#rightSide .t3box  a {
	color: #D5DD16;
	text-decoration: underline;
}
/* ------------------------------------- News */

#newsList div {
	margin-bottom:5px;
}

#newsList ul {
	margin: 0;
	padding: 0;
}
#newsList li {
	list-style: none;
	padding-bottom: 5px;		
}


/* ------------------------------------- News Teaser */
.newsTeaser {
	margin:0 ;
	padding: 5px 5px;
}

.newsTeaser li{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
/*
.subTitle{
	padding: 10px 0;
	font-weight: bold;
}*/

.newsDate{
	padding: 5px 0;
	display: block;
}
hr.spacer {
	margin-top:15px;
}

