body {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
div#droot {
	background-color: #FFFFFF;
	background-image: url(../../sytem/images/background.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width:100%;
	/*width:980px;*/
}

hr {
	border:0 none;
	border-top:1px solid #999999;
	background-color:transparent;
}

/* ***************************** */
/* DIV CONSTRUKTE       */
/* ***************************** */

div#content {
	position:relative;
	width:550px;
	margin:25px auto 25px auto;
}

div#navigation {
	position:absolute;
	width:200px;
	z-index:auto;
	top:20px;
	left:-220px;
}
div#sideinfos {
	position:absolute;
	width:200px;
	z-index:auto;
	top:20px;
	right:-210px;
}

/* ***************************** */
/* NAVIGATION                    */
/* ***************************** */

ul#hauptnavigation {
	margin:0 0 0 0;
	padding:0 0 0 0;
}
ul#hauptnavigation li {
	list-style-type: none;
	margin:0 0 0.5em 0;
	padding:0;
}
ul#hauptnavigation ul {
	margin:0px 0 5px 20px;
	padding:0 0 0 0;
}
ul#hauptnavigation ul li {
	list-style-type: none;
	margin:0 0 0.1em 0;
	padding:0;
}

ul#headnavigation {
	margin:0 0 1px 0;
	padding:0 0 0 0;
	text-align:right;
}
ul#headnavigation li {
	list-style-type: none;
	margin:0 0 0.5em 0;
	padding:0 10px 0 10px;
	display:inline;
	border:0 none;
	border-left:1px solid #005AA4;
}
ul#headnavigation li.first {
	border:0 none;
}

/* ***************************** */
/* TOPBAR       */
/* ***************************** */

div#topbar_lvl0 {
	margin:50px auto 0 auto;
	padding:0 20px 0 20px;
}
div#topbar_lvl1 {
   position:relative;
   background-color:#005AA4;
   height:120px;
}
div#mclogo {
	position:absolute;
	z-index:10;
	top:-20px;
	left:20px;
}
div#mclogotext {
	position:absolute;
	z-index:auto;
	top:50px;
	left:250px;
	/*margin:50px 0 20px 250px*/
}

/* ***************************** */
/* ALLGEMEINE DEFINITIONEN       */
/* ***************************** */

div.clearfloat {
	clear:both;
}
img.imgpng {
	behavior:url(fileadmin/system/css/pngbehavior.htc);
}

/* ***************************** */
/* DIV DEFINITIONENEN FÜR RAHMEN */
/* ***************************** */

div.bstruct5 {
	padding:0 0 10px 0;
}
div.bright5 {
	background-image: url(../images/r_r5.gif);
	background-repeat: repeat-y;
	background-position: right;
	height:20px;
}
div.bright5[class] {
	height:auto;
}
div.bbottom5 {
	background-image: url(../images/r_u5.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
div.btright5 {
	background-image: url(../images/r_or5.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
div.bbleft5 {
	background-image: url(../images/r_ul5.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
div.bbright5 {
	background-image: url(../images/r_ur5.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding:0 5px 5px 0;
}
div.bcont5 {
	/*border: 1px solid #BBBBBB;*/
	margin:0;
	padding:0;
}
div.bcont p {
	padding:0;
	margin:0;
}
/* ***************************** */
/* LOGINBOX                      */
/* ***************************** */
div.tx-newloginbox-pi1 * {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;	
}
div.tx-newloginbox-pi1 form {
	margin: 0 0 0 0;
	padding:0 0 0 0;
}
div.tx-newloginbox-pi1 {
	margin:30px 0 0 0;
	padding:0 0 0 0;
	color: #333333;
}
div.tx-newloginbox-pi1 h3 {
	font-size: 11px;
	color: #005AA4;
	margin:0 0 2px 0;
	padding:0 0 0 0;
}

div.tx-newloginbox-pi1 table {
	border-collapse:collapse;
}
div.tx-newloginbox-pi1 table tbody tr th {
	text-align:left;
	padding:0 0 0 0;
	margin:0 0 0 0;
}
div.tx-newloginbox-pi1 table tbody tr th label{
	font-weight:normal;
	margin:0 10px 0 0; 
}
div.tx-newloginbox-pi1 table tbody tr td input.ip_logintext {
	font-weight:normal;
	border:1px solid #666666;
	width:50px;
	padding:1px 3px 1px 3px;
	margin:0 0 0 0;
}
div.tx-newloginbox-pi1 table tfoot tr td input.ip_loginbutton {
	font-weight:normal;
	color: #005AA4;
	border:1px solid #666666;
	width:58px;
	padding:1px 3px 1px 3px;
	margin:0 0 0 0;
	background-color:#FFFFFF;
}
div.tx-newloginbox-pi1 input.ip_buttonlogoff {
	font-weight:normal;
	color: #005AA4;
	border:1px solid #666666;
	padding:1px 3px 1px 3px;
	margin:0 0 0 0;
	background-color:#FFFFFF;
}

div#zcopy {
	padding:6px 0 0 0;
	text-align:right;
}
/* ***************************** */
/* NEWS PLUGIN                   */
/* ***************************** */




/* ***************************** */
/* DIV DEFINITIONENEN FÜR PRINT */
/* ***************************** */

@media print {
	div#navbar {
		display:none;
	}
	div#dtopbar div#logo {
		float:left;
		margin:0;
		padding:25px 0 0 0px;
	}
	div#content {
		margin:0 226px 0 0;
	}
	div#droot {
		width:100%;
	}
}
