/********************************************************************************************************
	created by:		NewMedia http://www.newmedia.ch
	project:		newmedia.ch
	date:			Februar/2009, Marianne Luck
	version:		4.1
	file:			content.css
	function:		content-style  
********************************************************************************************************/

/*--------------------------------
 csc Content 
--------------------------------*/
td 
{
	font-size:11px;
	line-height: 15px;
}

p 
{
	line-height: 1.5em;
	font-size:1.1em;	
	margin-bottom: 1.2em;
	padding:0px;
}

strong, b
{
	line-height: 1.5em;
	padding:0px;
}


h1 
{
	margin:0px;
	padding:0px;	
	font-size: 1.3em;
	font-weight: bold;
	line-height: 1.2em;
	margin-bottom: 10px;
	color:#706E59;
	padding:4px 10px 4px 10px;
	background-image:url(../html/img/bgr_h1.jpg);
	background-repeat:repeat-x;	
	background-position:bottom;
}

#colRight h1 
{
	margin:0px;
	padding:0px;	
	font-size: 1.3em;
	font-weight: bold;
	line-height: 1.2em;
	margin-bottom: 10px;
	color:#706E59;
	background-image:none;
}


h2 
{
	font-size: 1.3em;
	font-weight: bold;
	line-height: 1.5em;
	margin-bottom: 0.5em;
	padding:0px;
	color:#A55B2C;
}

h3 
{
	font-size: 1.3em;
	font-weight: bold;
	line-height: 1.5em;
	margin-bottom: 0.5em;
	padding:0px;
	color:#333;
}


h4 
{
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.5em;
	margin-bottom: 0.5em;
	padding:0px;
	color:#A55B2C;
	border-bottom:1px solid #A55B2C;
}


h5 
{
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.5em;
	margin-bottom: 0.5em;
	padding:0px;
	color:#333;
	border-bottom:1px solid #333;
}

#content ul
{
	margin-bottom:1.0em;
	margin-left:15px;
}

#content ol
{
	margin-bottom:1.0em;
	margin-left:22px;
}
#content li
{
	line-height: 1.8em;
	font-size:1.1em;	
	padding:0px;
	margin:0px;
}

hr 
{
	background-color: #706E59; 	/* Mozilla 1.4 */
	color: #706E59; 			/* IE 6 */
	border: #706E59; 			/* Opera 7.11 */
	height: 1px; 				/* in Opera fuer die Anzeige noetig, in Mozilla fuer die einheitliche Hoehe */
	margin:0px;
	padding:0px;
}

pre 
{
	font-family: Arial, Helvetica, sans-serif; 
	line-height: 1.4em;
}	

a			{ color: #A55B2C; line-height:1.5em;}
a:link 		{ color: #A55B2C; }
a:visited   { color: #A55B2C; }
a:hover 	{ color: #A55B2C; }
a:active	{ color: #A55B2C; }
a:focus 	{ color: #A55B2C; }		

#content img
{
	border: none;
}
img
{
	border:none;
}

/*SITEMAP  ----------------------------------------------*/
.csc-sitemap ul {
	margin-bottom:0px;
	padding-bottom:0px;
}

.csc-sitemap ul li
{
	margin-bottom:0px;
	padding-bottom:0px;
	font-weight:bold;	
}

.csc-sitemap ul li ul li
{
	margin-bottom:0px;
	padding-bottom:0px;
	font-weight:normal;	
}

/* TEASERBOX -------------------------------------------*/

#teaser_box
{
	margin-top:10px;
	margin-bottom:10px;
	float:left;
	color:white;
	background-image:url(../html/img/bgr_teaser.jpg);
	background-repeat:repeat-x;		
}

#teaser_box #box_links
{
	width:530px;
	float:left;
	padding-right:10px;
	height:180px;	
	padding-left:40px;
	overflow:hidden;

}

#teaser_box #box_rechts
{
	width:380px;
	float:left;
	height:180px;
	overflow:hidden;
}

#teaser_box .title
{
	margin:0px;
	border-left:5px solid white;	
	padding:15px 10px 0px 10px;
	width:100%;
	float:left;
	margin-bottom:10px;
	font-weight:normal;

}

#teaser_box .image
{
	float:left;
}

#teaser_box .image img
{
	margin-right:10px;
}

#teaser_box .text
{
	float:left;
}

#teaser_box .text h1
{
	background-image:none;
	margin-bottom:5px;
	border:none;
	padding:0px;
	color:white;
	font-size:1.2em;	
	background-color:transparent;
}

#teaser_box .text h1 a
{
	color:white;
}

#teaser_box  .text p
{
	padding:0px;
	padding-right:10px;
	width:330px;
	float:left;
	overflow:auto;
	height:85px;
}

#teaser_box #box_rechts  .text p
{
	padding:0px;
	padding-right:10px;
	width:180px;
	float:left;
	overflow:auto;
	height:85px;
}

/* TABELLE -------------------------------------------*/
.contenttable
{
	width:100%;
	margin-bottom:10px;
}

.contenttable th
{
	background-color:#d1d3c8;
	text-align:left;
	vertical-align:top;
	padding:2px;
	font-size:11px;
	color:#706E59;
	border-bottom:1px solid #706E59;
}

.contenttable td
{
	font-size:11px;	
	text-align:left;
	vertical-align:top;
	padding:2px;
	border:1px solid #d1d3c8;
	background-color:#f5f5f5;
}

.contenttable td p,
.contenttable th p
{
	font-size:11px;	
	margin-bottom:0px;
}




