body {
	font-family: Arial, Helvetica, sans-serif;
	color: #504e53;
	font-size: 11px;
	line-height: 20px;
	margin: 0px;
	padding: 0px;
	background-color: #C9CBCC;
	background-image: url(../images/bg.gif);
	background-repeat:repeat-x;
}

/* zentrieren */
body{ text-align: center;}

#centered {
	margin: 0px auto;
	text-align: left;
	width: 1000px;
}

A {
	text-decoration: none;
	color: #ab0505;
}

A:hover {
	text-decoration: underline;
}

P {
	margin: 0px;
	padding: 0px;
}

DIV {
	text-align: left;
}

FORM {
	margin:0px;
	padding:0px;
}

/* Classes */
/******************************************************************/


.hidden {
	display:none;
}



/* MAIN Layout */
/******************************************************************/
DIV#shadow {
	background-image: url(../images/shadow.gif);
	background-repeat:repeat-x;
	height: 9px;
	width: 1002px;
	text-align: right;
	
	font-size: 10px;
}

DIV#shadow A{
	color:#666666;
	margin-right: 5px;
}

DIV#top,
DIV#navi,
DIV#header,
DIV#subheader,
DIV#footer1,
DIV#footer2,
DIV#content,
DIV#content4c,
DIV#content1c,
DIV#content3ctop,
DIV#content4cbottom,
DIV#headline {
	width:1000px;
	float:left;
	clear:both;
	border-left:1px solid #ab0505;
	border-right:1px solid #ab0505;
}


DIV#footer2 {
	border-bottom:1px solid #ab0505;
}


DIV#headline {
	background-color:#FFFFFF;
	font-size: 15px;
	line-height: 20px;
	color: #ab0505;
	font-weight: bold;
	padding-left: 67px;
	padding-top: 5px;
	width: 933px;
}

DIV#content,
DIV#content4c ,
DIV#content1c
{
	padding-left: 55px;
	padding-top: 16px;
	padding-bottom: 25px;
	background-color:#FFFFFF;
	width: 945px;
}

DIV#content3ctop,
DIV#content4cbottom{
	padding-left: 55px;
	padding-top: 13px;
	padding-bottom: 0px;
	background-color:#FFFFFF;
	width: 945px;
}

DIV#content4cbottom {
	padding-bottom: 25px;
	padding-top: 7px;
}

DIV#txt1,
DIV#txt2,
DIV#txt3,
DIV#txt4{
	float:left;
	background-image:url(../images/rect.gif);
	background-repeat:no-repeat;
	background-position:0px 4px;
	padding-left: 12px;
	padding-right: 50px;
	width: 243px;
}

DIV#txt1 {
	clear:both;
}

DIV#txt1top,
DIV#txt2top,
DIV#txt3top
{
	float:left;
	padding-left: 12px;
	padding-right: 50px;
	width: 243px;
}

DIV#txt1bottom,
DIV#txt2bottom,
DIV#txt3bottom,
DIV#txt4bottom {
	float:left;
	padding-left: 12px;
	padding-right: 30px;
	width: 170px;
}

DIV#content4c DIV#txt1,
DIV#content4c DIV#txt2,
DIV#content4c DIV#txt3,
DIV#content4c DIV#txt4 {
	width: 170px !important;
	padding-right: 30px !important;
}

DIV#content1c DIV#txt1 {
	width: 390px;
}

H1 {
	font-size: 13px;
	line-height: 20px;
	font-weight: bold;
	color: #ab0505;
	padding: 0px;
	margin: 0px;
	padding-bottom: 5px;
}

UL {
	padding: 0px;
	margin: 0px;
	padding-left: 15px;
	margin-top: 10px;
}

.trialink {
	background-image:url(../images/triangle.gif);
	background-position: 0px 4px;
	background-repeat:no-repeat;
	text-decoration:none;
	font-weight:bold;
	color: #ab0505;
	padding-left: 12px;
}

