body {
	margin:0;  
	padding:0;
	font-family:Tahoma,Helvetica,Arial; 
	font-size:12px; 
	line-height:18px;
	background-image:url(images/bg_body.gif); background-repeat: repeat-x;
	background-color: #979797;
	color: #2c0073;
	text-align:center;
}

#main {
	position:relative;
	text-align:left;
	width: 973px;
	margin-left: auto; margin-right: auto;
	margin-top:29px;
}

h1 {

	font-size: 18px;
}
h2	{
	margin: 10px 0 8px 0;
	font-size: 14px;
	line-height: 28px;
	background-image:url(images/bg_headline.gif); 
	background-repeat: repeat-x;
	background-position: bottom;
	
}
h3 {
	margin: 0;
	font-size:12px;
	line-height: 18px;
}

def{
	cursor: help;
	border-bottom: 1px dotted;
}

.divider {
	margin: 10px 0 8px 0;
	font-size: 14px;
	line-height: 28px;
	background-image:url(images/bg_headline.gif); 
	background-repeat: repeat-x;
	background-position: bottom;
}
.divider2 {
	margin:6px 0 0 0;
	border-top: 1px solid #cccccc;
	font-size: 6px;
	line-height: 6px;
}

.csc-header-n1 h2 		{}
.csc-header h2				{}


img {
	border:0;
}
fieldset {
	border:0;
	margin:0; 
	padding:0;
}
td {
	vertical-align: top; 
	font-size:12px;
}
th {
	font-size: 12px;
}

.unicode {
	;font-family:"Tahoma Unicode MS",Tahoma;
	font-family:"Arial Unicode MS",Arial,sans-serif;
	font-size:11px;
}

/***************
TYPO3
***************/

/*-- formulare --*/											
.csc-mailform-field	{clear:both; width:500px;}
.csc-mailform-submit	{border:1px solid #666; height:22px; background-color:#e8e2db;}
.csc-mailform-radio	{margin-left:115px;}
.csc-mailform-label	{float:left; width:300px; text-align:left; padding-right:10px; margin-bottom:12px; font-weight:bold;}

.csc-mailform-field input.csc-mailform-check {border: none;}
.csc-mailform-field input.csc-mailform-radio {border: none;}

.m_label		{float:left; width:110px; text-align:right; padding-right:10px;}
.m_input		{width:180px; background-color:#f6f6f6;}
.m_space		{clear:both; line-height:6px; height:6px; font-size:6px;}

fieldset		{border:0px;}
textarea		{border:1px solid #999; background-color:#f6f6f6;}

input {border:1px solid #999;}
.no_border input {border:0px solid #fff;}
		
/*-- sitemap --*/
.csc-sitemap a {color:#333; text-decoration:none;}
.csc-sitemap a:hover {color:#666; text-decoration:underline;}
.sitemap_line	{
	width:300px;
	height:6px; line-height:6px; font-size:6px;
	border-top:1px solid #ccc;
}
.csc-sitemap {margin-top: 5px;}
.csc-sitemap h2 {
	margin:20px 0 0 0; padding:0;
}
.sitemap03 {margin:8px;}

/*-- Text+Image --*/		
.csc-textpic-caption {
		color:#666;
		font-size:11px;			
}
div.csc-textpic-border div.csc-textpic-imagewrap .csc-textpic-image img {
	border: 1px solid #cacaca;
	padding: 20px;
}


/*-- tabelle --*/	
.contenttable	{
			background-color:#e1e1e1; border:0px solid; padding:0px;
			margin-bottom:0.75em;
			color:#000;
			font-size:1em;
}
.tr-even	{
			background-image:url(images/table_even.gif);
			}
.tr-odd	{
			background-image:url(images/table_odd.gif);
			}
thead .tr-0		{
			color:#fff; 
			font-weight:normal;
			background-image:url(images/table_first.gif);
			}
/*-- tabelle layout-1 --*/
.contenttable-1{
			background-color:#ffffff; border:0px solid; padding:0px;
			margin-bottom:0.75em;
			color:#000;
			font-size:1em;
}
.contenttable-1 .tr-even	{
			background-image:none;
			}
.contenttable-1 .tr-odd	{
			background-image:none;
			}
.contenttable-1 .td-0 {
	width: 180px;	
}

table.impressum td { width:170px !important;}

table.impressum td.td-0 { color:#000;}
table.impressum td.td-1 { color:#666;}

table.contenttable td.td-0 { color:#666;}

table.contenttable td.td-0 img {
	vertical-align: bottom;
}

table.contenttable td.td-1 { color:#666;}
table.contenttable td.td-2 { color:#666;}
table.contenttable td.td-3 { color:#666;}
table.contenttable td.td-4 { color:#666;}
table.contenttable td.td-5 { color:#666;}
table.contenttable td.td-6 { color:#666;}
table.contenttable td.td-7 { color:#666;}
table.contenttable td.td-8 { color:#666;}
table.contenttable td.td-9 { color:#666;}
table.contenttable td.td-10 { color:#666;}
table.contenttable td.td-11 { color:#666;}
table.contenttable td.td-12 { color:#666;}
table.contenttable td.td-13 { color:#666;}
table.contenttable td.td-14 { color:#666;}
table.contenttable td.td-15 { color:#666;}


/*		eigene tabellenformatierung
 * 		
 * 		table.[eigeneKlasse] td.td-[Spalte von links beginnend mit 0] {
 * 			color:#333;
 * 			text-align: right;
 * 		}
 */


table.rechts td.td-2 {
	color:#333;
	text-align: right;
}


		
			


