*{
	font-family: Arial,Verdana, Helvetica, sans-serif;
}

html
{
	height:100%;
	width:100%;
}

body
{
    margin:0px;
    padding:0px;
	font-size: 12px;
	height:100%;
	width:100%;
}



/* ******************************* DIV's ****************************** */
#slogen
{
	height:40px;	
}

#logos
{
	float:right;
}

#menu
{
	height:37px;
	background-repeat:no-repeat;
	padding:6px 0px 0px 0px;
}

#footer
{
	border-top:1px solid #C3C3C3;
	position:relative;
	clear:both;
}

#tax, #copyright a
{
	font-size:0.8em;
	color:#909090;
	text-decoration:none;
}

#copyright
{
	position:absolute;	
	right:0px;
}


/* *********************** Menus ************************************** */

/*Hauptmenu*/
#menu ul
{
	margin:0px;
	padding:0px;
	list-style:none;
}
#menu li
{
	margin:0px;
	padding:0px;
	list-style:none;
	display:block;
	float:left;
}
#menu li a 
{
	text-decoration:none;
	display:block;
	float:left;
	padding:9px 12px 0px 12px;
	height:27px;
	color:#ffffff;
	font-weight:bold;
	font-size:1.1em;
}

#menu li a.menuActive
{
	color:#ACAEAD;
}

.menuWrap {
	background-image:url(../images/bg_menuwrap.gif);
	background-repeat:no-repeat;
	background-position:0px 12px;
}

/*TOP Menu*/
#topmenu ul,#bottommenu ul
{
	margin:0px;
	padding:0px;
	list-style:none;
}

#topmenu li,#bottommenu li
{
	margin:0px;
	padding:0px;
	list-style:none;
	display:block;
	float:left;
}

#topmenu li a
{
	text-decoration:none;
	display:block;
	padding:5px 0px 0px 10px;
	height:15px;
	font-weight:normal;
	color:#636363;
	font-size:1.0em;
	float:left;
	text-transform:uppercase;
}

/*Bottommenu*/
#bottommenu li a
{
	text-decoration:none;
	display:block;
	padding:5px 8px 10px 8px;
	height:15px;
	font-weight:normal;
	color:#2B497B;
	font-size:1.0em;
	float:left;
}

#bottommenu li.bottommenuwrap a
{
	background-image:url(../images/bg_bottommenuwrap.gif);
	background-repeat:no-repeat;
	background-position:0px 9px;
	padding:5px 0px 8px 10px;
}

/* *********************** Formatierungsklassen *********************** */
.redSlogen {
	color:#F90304;
}

.clear
{
	clear:both
}

.bodytext
{
	margin:2px 0px 0px 2px;
	padding:0px;
}

#content-container a, #rightcontent a
{
	color:#2B497B;;
	
}

/* ************************************ Überschriften ********************************** */
#slogen h1
{
	margin:0px 0px 0px 8px;
	padding:8px 0px 0px 0px;
	font-size:1.8em;
	font-weight:normal;
	color:#2B497B;
}



h1
{
	font-size:1.1em;
	font-weight: bold;
	padding:0px;
	margin:2px 0px 3px 0px;
	color:#2B497B;
}
h2
{
	font-size: 14px;
	font-weight: bold;
	color:#2B497B;
}
h3
{
	font-size: 1.0em;
	font-weight: bold;
	color:#2B497B;
	padding:0px;
	margin:0px;
}
h4
{
	font-size: 12px;
	font-weight: bold;
	color: #9C9D9F;
}
h5
{
	font-size: 12px;
	font-weight: bold;
	color: #28B4E4;
}
h6
{
	font-size: 11px;
	font-weight: bold;
}

/* ************************************ Formulare ************************************** */
.csc-mailform
{
	border:0px solid red;
	margin:0px;
	padding:0px;
	width:253px;
}
.csc-mailform-field
{
	float:left;
	margin:0px 0px 2px 0px;
	padding:0px;
}

#login label,#content .tx-newloginbox-pi1 label
{
	display:block;
	width:55px;
	float:left;
	text-align:right;
	padding:6px 10px 0px 0px;
	margin:0px 0px 0px 0px;
	vertical-align:middle;	
}

#content .tx-newloginbox-pi1
{
	width:100%;
	text-align:center;
	margin-top:10px;
}

#content .tx-newloginbox-pi1 form
{
	width:240px;
	margin:auto;
}





.csc-mailform-field input
{
	width:140px;
	vertical-align:middle;
	
}

.submit
{
	border:0px;
	vertical-align:middle;
	margin:0px 0px 0px 8px;
	float:left;
}
.logout-button{
	text-align:right;
}
.logout-button input
{
	border:none;
	background-color:#F2F2F2;
	cursor:pointer;
	color:#2B497B;
}

.user-info
{
	color:#2B497B;
	font-weight:bold;
}
.login-mess
{
	padding:7px 10px 0px 10px;
	text-align:center;
	height:25px;
}

.webmailheader {
	position:absolute;
	top:-18px;
	right:45px;
}


/*Tabellenformatierungen*/
.contenttable
{
	border:1px solid #636363;
	padding:3px 5px 3px 5px;
	border-collapse:collapse;
	margin:4px 0px 0px 0px;
}

.contenttable td
{
	border:1px solid #636363;
	padding:3px 4px 3px 4px;
}

.tr-0
{
	font-weight:bold;
	background-color:#2B497B;
	color:#ffffff;
}

#content .tr-0 a
{
	font-weight:bold;
	background-color:#2B497B;
	color:#ffffff;
	text-decoration:none;
}

