/* overwritten tags */
body
{
	background-image:url("/fileadmin/templates/mm/images/bg.gif");
	background-repeat:repeat-x;
	background-color:#D0D1D3;
	margin-top:58px;
	margin-bottom:10px;
	margin-left:0;
	margin-right:0;
	overflow:visible;
}
h1,h2,h3,a,p,div,span,td,th,input,select,textarea
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
}
a
{
	text-decoration:none;
	color:#13409D;
}
a:hover { text-decoration:underline; }
h1,h2
{
	font-weight:bold;
	margin-top:0;
	margin-bottom:15px;
	margin-left:0;
	margin-right:0;
	line-height:140%;
}
h1 { font-size:18px; }
h2 { font-size:15px; }
hr { height:1px; }
ul {
	list-style-type:square;
	margin-top:0px;
	padding-left:0px;
	margin-left:0;
}
ol {
	list-style-type:decimal;
	margin-top:5px;
	padding-left:15px;
}
li {
	margin:0;
	padding:0;
}

textarea
{
	background:#BCD0E6;
	border:1px solid #838383;
	padding:4px;
	overflow:auto;
	width:360px;
	height:110px;
}

.align-left
{
	text-align:left
}
.align-center
{
	text-align:center
}
LABEL
{
	height:20px;
}

select
{
	background:#efefef;
	border:1px solid #838383;
}


/* CUSTOM CLASSES */
.shadow-right {
	background-image:url("/fileadmin/templates/mm/images/shadow_right.gif");
	background-repeat:repeat-y;
	width:14px;
}
.shadow-bottom {
	background-image:url("/fileadmin/templates/mm/images/shadow_bottom.gif");
	background-repeat:repeat-x;
	height:14px;
}

.td-illu {
	background-color:#ffffff;
	width:18%;
	padding-left:1px;
}

.td-content {
	background-color:#ffffff;
	width:58%;
	line-height:140%;
	padding-top:20px;
	padding-right:20px;
	text-align:left;
}

.td-nav {
	background-color:#014495;
}
.td-nav-spacer {
	background-color:#ffffff;
	height:1px;
}
.td-nav-high {
	border-top:1px solid #ffffff;
	width:255px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
.td-nav-element {
	background-color:#014495;
	list-style-type:none;
	padding:9px;
	padding-left:25px;
	border-bottom:1px solid #ffffff;

}
.td-nav-element-active {
	padding:9px;
	padding-left:25px;
	border-bottom:1px solid #ffffff;
	background-color:#80A2CA;
}
.nav {
	font-size:12px;
}

.level2 {
	font-size:10px;
}

.level2-ifsub {
	font-size:10px;
}
.td-footer {
	background-color:#014495;
	text-align:center;
	padding:10px;
}

/* common stuff */
.text { line-height:140%; }
.white { color:#ffffff; }
.hl { font-weight:bold; }



/* formular style classes */
.section
{
	background:#efefef;
	font-weight:bold;
}
.mandatory { font-weight:bold; }
.csc-mailform
{
	text-align:left;
}
.csc-mailform-field
{
	width:400px;
	text-align:right;
}
.mf-input
{
	background:#BCD0E6;
	border:1px solid #838383;
	margin:10px 0px 0px 0px;
	width:250px;
	position:relative; 
	right:0px;
}
.mf-input-medium
{
	background:#BCD0E6;
	border:1px solid #838383;
	width:150px;
}
.mf-input-small
{
	background:#BCD0E6;
	border:1px solid #838383;
	width:80px;
}
.mf-input-xsmall
{
	background:#BCD0E6;
	border:1px solid #838383;
	width:30px;
}
.error
{
	color:red;
	line-height:140%;
}
.form-error
{
	padding:1px;
	border:1px solid red;
	color:red;
	background:#BCD0E6;
	width:250px;
}
.fxSendButton
{
	background:#efefef;
	border:1px solid #838383;
	width:170px;
}