/********************************************************************************************************
	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-color:#D8D9D1;
	background-image:url(../html/img/bgr_teaser.jpg);
	background-repeat:repeat-x;	
	background-position:bottom;	
}

#colRight h1 
{
	margin:0px;
	padding:0px;	
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.2em;
	margin-bottom: 20px;
	color:#C50214;
	background-image:none;
	text-align:center;
}


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

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:#C50214;
	border-bottom:1px solid #C50214;
}


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: #C50214; line-height:1.5em;}
a:link 		{ color: #C50214; }
a:visited   { color: #C50214; }
a:hover 	{ color: #C50214; }
a:active	{ color: #C50214; }
a:focus 	{ color: #C50214; }		

#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;
}

#teaser_box #box_links
{
	width:530px;
	float:left;
	background-color:#EEEEED;
	margin-right:10px;
	height:180px;	
	overflow:hidden;
}

#teaser_box #box_rechts
{
	width:420px;
	background-color:#EEEEED;	
	float:left;
	height:180px;
	overflow:hidden;
}

#teaser_box .title
{
	font-family:TheMixSemiBold-Plain;
	font-size:14px;
	line-height:20px;
	padding:2px 10px 0px 10px;
	height:25px;
	font-weight:bold;
	background-image:url(../html/img/bgr_teaser.jpg);
	background-repeat:repeat-x;
}
#teaser_box h1
{
	background-image:none;
	margin-bottom:5px;
	padding:0px;
	background-color:#EEEEED;	
	margin-top:10px;
}

#teaser_box p
{
	padding-right:10px;
	overflow:auto;
	height:120px;
}

#teaser_box img
{
	padding:10px;
	float:left;
}

#teaser_box .title img
{
	padding:0px;
	float:none;
}

/* 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;
}




