/********************************************************************************************************
	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:10px;
	line-height: 17px;
}

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

strong,b
{
	line-height: 1.5em;
	font-size:11px;	
}

#colNormal p,
#colRight p
{
	color:#333333;
}

.title
{
	min-height:40px;
	background-image:url(../html/img/bgr_h1.png);
	background-repeat:repeat-x;
	margin-bottom:5px;
	width:100%;
	float:left;
}

.padding
{
	padding-left:20px;
	padding-right:20px;
}

h1 
{
	font-size: 1.4em;
	font-weight: bold;
	line-height: 1.6em;
	width:100%;
	padding:0px;
	color:#dfd200;
	text-transform:uppercase;
	margin-bottom:5px;
	margin-top:5px;
}

#colNormal h1,
#colRight h1 
{
	color:#333;
}

#colLeft h1 
{
	font-size:1.2em;
}

h2 
{
	font-size: 1.2em;
	font-weight: bold;
	line-height: 18px;
	margin:0px;
	padding:0px;
	margin-bottom:5px;
	color:#dfd200;
	text-transform:uppercase;	
}

#colNormal h2,
#colRight h2
{
	color:#333333;
}

h3 
{
	font-size: 11px;
	font-weight: bold;
	line-height: 1.6em;
	margin:0px;
	padding:0px;
	color:#ffffff;
	text-transform:uppercase;		
}

#colNormal h3,
#colRight h3
{
	color:#333333;
}


h4 
{
	font-size: 11px;
	font-weight: bold;
	line-height: 1.4em;
	margin:0px;
	padding:0px;
	color:#fff;
	text-transform:uppercase;	
}

#colNormal h4,
#colRight h4
{
	color:#333333;
}
#content ul
{
	margin:0px;
	padding:0px;
	margin-bottom:1.0em;
	margin-left:15px;
}

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

hr 
{
	background-color: #333333; 	/* Mozilla 1.4 */
	color: #333333; 			/* IE 6 */
	border: #333333; 			/* 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: #333333; line-height:1.5em;}
a:link 		{ color: #333333; }
a:visited   { color: #333333; }
a:hover 	{ color: #333333; }
a:active	{ color: #333333; }
a:focus 	{ color: #333333; }		

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

#colNormal a		 { color: #333333; font-weight:normal; font-size:11px;}
#colNormal a:link 	 { color: #333333; }
#colNormal a:visited { color: #333333; }
#colNormal a:hover 	 { color: #333333; }
#colNormal a:active	 { color: #333333; }
#colNormal a:focus 	 { color: #333333; }	

#colRight a		 	 { color: #333333; font-weight:normal; font-size:11px;}
#colRight a:link 	 { color: #333333; }
#colRight a:visited  { color: #333333; }
#colRight a:hover 	 { color: #333333; }
#colRight a:active	 { color: #333333; }
#colRight a:focus 	 { color: #333333; }	


#main_content img
{
	border:none;
}

/*TEXTSTYLE  ------------------------------------------------*/
#colLeft p .important
{
	color:#dfd200; 
	line-height:1.5em;
}