body {
	position:relative;
	margin:0; padding:0; top:0; left:0;
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 16px;
	color: #000;
	text-align:center;
	background-color: #37578d;
	background-image:url(images/bg_body.gif);
	background-repeat: repeat-x;
}

#main {
	position:relative;
	text-align:left;
	width: 955px;
	margin-left: auto; margin-right: auto;
}


h1 {
	margin:0;
	padding: 0;
}
h2	{
	margin: 4px 0 16px 0;
	font-size: 20px;
	line-height: 20px;
	font-weight: 100;
	clear: both;
}
h3 {
	margin: 10px 0 0 0;
	font-size:14px;
	line-height: 22px;
	color: #00367D;
}


hr {
	background-color:#D0D0D0;
	height:1px;
	margin:0;
	border:0;
	padding:0;
}

img			{border:0;}
fieldset	{border:0;}
td			{vertical-align: top;}

#content p {
	margin:8px 0 12px 0;
}
.rightbox p {
	margin:0 0 6px 0;
}

#content ul {
	margin-top:8px;
}
 #content2 #headline h2 {
 	margin: 12px 0 12px 0;
	font-size: 20px;
	line-height: 20px;
	font-weight: 100;
	clear: both;
}

a 			{color:#a50000; text-decoration:none;}
a:link 		{color:#a50000; text-decoration:none;}
a:visited 	{color:#a50000; text-decoration:none;}
a:focus		{color:#a50000; text-decoration:none;}
a:hover 	{color:#a50000; text-decoration:underline;}
a:active 	{color:#a50000; text-decoration:none;}


/***************
TYPO3
***************/

/*-- headlines --*/
.csc-header-n1 h2 {
	margin: 0 0 5px 0 !important;
}
.csc-header h2				{}


/*-- links --*/
/*
.mail {
	background-image:url(images/icon_mail.gif);
	background-repeat: no-repeat;
	padding-left: 15px;
}
* html .mail {background-position: 0 2px;}
*/

/*-- 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:160px; text-align:right; padding-right:10px;}
.m_input		{width:180px; background-color:#f6f6f6; border:1px solid #999;}
.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;}


/*-- 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;
	font-size:1em;
}

.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 {
	width: 160px;
	font-weight: bold;
	color: #666 !important;
}


/*-- Text+Image --*/
.csc-textpic-caption {
	color:#366fbb;
	font-size:11px;
	line-height: 13px;
	margin-top: 4px !important;
}
.csc-frame-rulerAfter {
	border-bottom: 1px solid #ccc;
}
.csc-frame-rulerBefore {
	border-top: 1px solid #ccc;
}

/* for ie6 */
* html .csc-textpic-image {
	padding-top: 0px;
}

.csc-textpic-border {
	border: 0px solid !important;
	border-top:6px solid red !important;
}

/*-- tx-flseositemap-pi1 --*/
.tx-flseositemap-pi1 {
	margin-left: 10px;
}
.tx-flseositemap-pi1 ul {
	color: #00367D;
	padding-left: 12px;
	margin:2px 0 6px 0 !important;
	/*list-style: none;*/
}
.tx-flseositemap-pi1 ul li {
	padding-top: 10px;
	font-weight: bold;
}
.tx-flseositemap-pi1 ul li ul li {
	padding-top: 5px;
	font-weight: normal;
}
.tx-flseositemap-pi1 ul li ul li ul {
}
.tx-flseositemap-pi1 ul li ul li ul li a{
	padding-top: 2px;
	font-weight: normal;
	color: #00367D;
}


