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

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

strong,b
{
	line-height: 1.6em;
}


h1 
{
	font-size: 1.8em;
	font-weight: bold;
	line-height: 1.8em;
	margin-bottom: 0.5em;
	padding:0px;
	color:#E2001A;
	font-family: Eurostile, Verdana, Arial, Helvetica, sans-serif;
	text-transform:uppercase;
}
#colRight h1
{
	color:#A3A628;
	font-size:1.2em;
	border-top:1px dotted #cccccc;
	border-bottom:1px dotted #cccccc;
	margin-top:10px;
	padding-bottom:2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

h2 
{
	font-size: 1.6em;
	font-weight: bold;
	line-height: 1.8em;
	margin-bottom: 0.5em;
	padding:0px;
	color:#666666;
	font-family: Eurostile, Verdana, Arial, Helvetica, sans-serif;	
	text-transform:uppercase;	
}

#colRight h2
{
	color:#A3A628;
	font-size:1.1em;
	margin-top:10px;
	margin-bottom:0px;
	padding-bottom:0px;
	text-transform:none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

h3 
{
	font-size: 1.6em;
	font-weight: bold;
	line-height: 1.8em;
	margin-bottom: 0.5em;
	padding:0px;
	color:#E2001A;
	font-family: Eurostile, Verdana, Arial, Helvetica, sans-serif;	
	text-transform:uppercase;		
}

#colRight h3
{
	color:#C7C732;
}

h4 
{
	font-size: 1.6em;
	font-weight: bold;
	line-height: 1.8em;
	margin-bottom: 0.5em;
	padding:0px;
	color:#E2001A;
	border-bottom:1px solid #E2001A;	
	font-family: Eurostile, Verdana, Arial, Helvetica, sans-serif;	
	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: #666666; line-height:1.6em; font-weight:bold;}
a:link 		{ color: #666666; }
a:visited   { color: #666666; }
a:hover 	{ color: #E2001A; text-decoration:underline;}
a:active	{ color: #E2001A; text-decoration:underline;}
a:focus 	{ color: #E2001A; text-decoration:underline;}		

#colRight a			{ color: #A3A628; font-weight:bold; font-size:11px;line-height:1.6em;}
#colRight a:link 	{ color: #A3A628; }
#colRight a:visited { color: #A3A628; }
#colRight a:hover 	{ color: #A3A628; text-decoration:underline;}
#colRight a:active	{ color: #A3A628; text-decoration:underline;}
#colRight a:focus 	{ color: #A3A628; text-decoration:underline;}	


#main_content img
{
	border:none;
}
/*FORMULAR  ----------------------------------------------*/
.tx_mailform_td_label
{
	width:130px;
	padding-right:20px;
}

.tx_mailform_text
{
	border:1px solid #666666;
	width:230px;
}


.tx_mailform_textarea
{
	width:230px;
	border:1px solid #666666;	
	background-color:#FFFFFF;
}

.tx_mailform_none img
{
	margin-left:132px;
	margin-top:10px;	
	margin-bottom:10px;
}

.tx_mailform_label_captcha
{
	font-weight:bold;
	margin-left:132px;
}

.tx_mailform_captcha
{
	width:230px;
	margin-left:132px;
	border:1px solid #666666;
}

.tx_mailform_select
{
	width:230px;
	border:1px solid #666666;
	margin-bottom:0px;
}
.tx_mailform_submit
{
	border:1px solid #666666;
	width:230px;
	padding-top:2px;
	
}

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

/*TABELLE  ----------------------------------------------*/
.contenttable
{
	 width:100%;
	 font-size:11px;
	 text-align:left;
	 vertical-align:top;
}

.contenttable td,
.contenttable th
{
	 font-size:11px;
	 text-align:left;
	 vertical-align:top;
}

