html {
	height: 100%;
}

body {
	position:relative;
	margin:0;  
	padding:0;
	top:0;
	left:0;
	font-family: Tahoma,Geneva,Arial,Helvetica,Sans-serif;
	font-size:12px; 
	line-height:18px;
	background-image:url(images/bg_body.gif); 
	background-repeat: repeat-x;
	background-color: #EFEFF1;
	color: #020005;
	text-align:center;
	height: 100%;
}



h1 {
	margin:0; 
	padding: 0;
}
h2	{
	margin: 10px 0 8px 0;
	font-size: 14px;
	line-height: 28px;
	clear: both;
	
}

.right_box h2 {
	margin: 0 0 6px 0;
	line-height: 18px;
}

h3 {
	margin: 5px 0 0 0;
	font-size:12px;
	line-height: 18px;
}

.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;
}


a 			{color:#ED1C24; text-decoration:none;}
a:link 		{color:#ED1C24; text-decoration:none;}
a:visited 	{color:#ED1C24; text-decoration:none;}
a:focus		{color:#ED1C24; text-decoration:none;}
a:hover 	{color:#ED1C24; text-decoration:underline;}
a:active 	{color:#ED1C24; text-decoration:none;}



.csc-frame-frame1 {
	padding: 10px;
	background-color: #f3f3f3;
	width: 260px;
}
.csc-frame-frame1 b {
	color: #ed1c24;
}

.csc-header-n1 h2 		{}
.csc-header h2				{}


img							{border:0;}
fieldset						{border:0;}
td								{vertical-align: top;}


#left_start .csc-textpic {
	padding: 10px 0 0 40px;
}

/***************
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		{border:1px solid #999; background-color:#f6f6f6;}
.m_space		{clear:both; line-height:6px; height:6px; font-size:6px;}

fieldset		{border:0px;}
textarea		{width:250px; border:1px solid #999; background-color:#f6f6f6;}
		

/*-- tx-felogin-pi1 --*/
.tx-felogin-pi1 form {
	margin-top: 10px;
}
.tx-felogin-pi1 fieldset {
	padding: 0;
}
.tx-felogin-pi1 legend {
	font-weight: bold;
}

.tx-felogin-pi1 input {
	border:1px solid #999; background-color:#f6f6f6;
	margin-bottom: 6px;
}

/*-- tabelle --*/	
.contenttable	{
			background-color:#e1e1e1; border:0px solid; padding:0px;
			margin-bottom:0.75em;
			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:#f3f3f3; 
			border:0px solid;
			padding: 6px 10px 6px 10px;
			margin-top:-4px;
}

.contenttable-1 i {
			font-weight: normal;
			color: #666;
}

.contenttable-1 .tr-even	{
			background-image:none;
			}
.contenttable-1 .tr-odd	{
			background-image:none;
			}
.contenttable-1 .td-0 {
	color: #666 !important;
	padding-right: 20px;
}
.contenttable-1 .td-1 {
	font-weight: bold;
	color: #ed1c24 !important;
	text-align: right;
}

/*-- tabelle layout-2 --*/
.contenttable-2{
			background-color:#f3f3f3; 
			border:0px solid;
			padding: 6px 10px 6px 10px;
			margin-top:-4px;
}

.contenttable-2 i {
			font-weight: normal;
			color: #666;
}

.contenttable-2 .tr-even	{
			background-image:none;
			}
.contenttable-2 .tr-odd	{
			background-image:none;
			}
.contenttable-2 .td-0 {
	color: #666 !important;
	padding-right: 20px;
	text-align: right;
}
.contenttable-2	.tr-last .td-1 {
	font-weight: bold;
	color: #ed1c24 !important;
}
	
/*-- tabelle layout-3 --*/
.contenttable-3{
			background-color:#f3f3f3; 
			border:0px solid;
			padding: 6px 10px 6px 10px;
			margin-top:-4px;
}

.contenttable-3 i {
			font-weight: normal;
			color: #666;
}

.contenttable-3 .tr-even	{
			background-image:none;
			}
.contenttable-3 .tr-odd	{
			background-image:none;
			}
.contenttable-3 .td-0 {
	color: #666 !important;
	padding-right: 20px;
	text-align: left;
}
.contenttable-3	.tr-last .td-1 {
	font-weight: bold;
	color: #ed1c24 !important;
}
			
/*-- 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-left div.csc-textpic-imagewrap {
	position: relative !important;
}

