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

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

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


h1 
{
	font-size: 1.6em;
	font-weight: bold;
	line-height: 2em;
	margin-bottom: 15px;
	padding:0px;
	color:#D20476;
	text-transform:uppercase;
}

h2 
{
	font-size: 1.4em;
	font-weight: bold;
	line-height: 1.8em;
	margin-bottom: 0.2em;
	padding:0px;
	text-transform:uppercase;	
}

h3 
{
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.8em;
	margin-bottom: 0.2em;
	padding:0px;	
	text-transform:uppercase;		
}


h4 
{
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.8em;
	margin-bottom: 0.2em;
	padding:0px;	
	text-transform:uppercase;	
}
#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: #666666; 	/* Mozilla 1.4 */
	color: #666666; 			/* IE 6 */
	border: #666666; 			/* Opera 7.11 */
	height: 1px; 				/* in Opera fuer die Anzeige noetig, in Mozilla fuer die einheitliche Hoehe */
	margin:0px;
	padding:0px;
}

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

a			{ color: #D20476; line-height:1.5em; text-decoration:underline;}
a:link 		{ color: #D20476; }
a:visited   { color: #D20476; }
a:hover 	{ color: #D20476; }
a:active	{ color: #D20476; }
a:focus 	{ color: #D20476; }		

#main_content img
{
	border:none;
}


/*TEASER  ----------------------------------------------*/
.teaser
{
	margin-top:10px;
}
.teaser h2 
{
	font-size: 1.1em;
	line-height:1.5em;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	margin:0px;
	color:#D20476;
	
}

.teaser img
{
	margin-bottom:10px;
}

/*ELEMENT BILD  ----------------------------------------*/
.csc-textpic-caption
{
	line-height:15px;
	font-size:11px;
	padding-top:5px;
	padding-bottom:10px;
}

