@charset "utf-8";
/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #333333;
	background-color: #CCCCCC;
	background-image: url(img/MJ_BG.jpg);
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
	text-align: center;
}
.navigation a:link {
	color: #666666;
	text-decoration: none;
	}
.navigation a:visited {
	text-decoration: none;
	color: #999999;
}
.navigation a:hover {
	text-decoration: none;
	background-color:#DDDDDD;
	color: #333333;
}
.navigation a:active {
	text-decoration: none;
	color: #000000;
}
.nLink a:link {
	color: #333333;
	text-decoration: none;
	}
.nLink a:visited {
	text-decoration: none;
	color: #666666;
}
.nLink a:hover {
	text-decoration: none;
	color: #333333;
	background-color:#DDDDDD;
}
.nLink a:active {
	text-decoration: none;
	color: #000000;
}
    .twoColFixRt #container {
	width: 955px;
	text-align: left; /* Hierdurch wird die Einstellung text-align: center im Body-Element überschrieben. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
    }
    .twoColFixRt #sidebar {
	float: right; /* Da es sich hier um ein floatendes Element handelt, muss eine Breite angegeben werden. */
	width: 200px;
	padding-top: 88px;
    }
    .twoColFixRt #headContent {
	height: 88px;
	padding-right: 20px;
	padding-left: 20px;
	margin-right: 200px;
	padding-top: 0px;
}
    .twoColFixRt #mainContent {
	margin-top: 0;
	margin-right: 200px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	border: 1px solid #FF0066;
    } 
    .fltrt { /* Mit dieser Klasse können Sie ein Element auf der Seite nach rechts fließen lassen. Das floatende Element muss vor dem Element stehen, neben dem es auf der Seite erscheinen soll. */
    	float: right;
    	margin-left: 8px;
    }
    .fltlft { /* Mit dieser Klasse können Sie ein Element auf der Seite nach links fließen lassen. */
	float: left;
    }
    .clearfloat { /* Diese Klasse sollte in einem div- oder break-Element platziert werden und das letzte Element vor dem Schließen eines Containers sein, der wiederum einen vollständigen Float enthalten sollte. */
    	clear:both;
        height:0;
        font-size: 1px;
        line-height: 0px;
    }
.headline {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #666666;
}
.navigation {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #666666;
}
.Bildunterschrift {
	font-size: 8pt;
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
	padding-left: 10px;
}
.mengentext {
	font-size: 10pt;
	display: block;
	text-align: justify;
}
