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

html {
	height:100%;
}

.oneColFixCtr #containerBG {
	background-image:url(../img/content_hintergr.png);
	background-repeat:no-repeat;
	width: 1016px;  /* Mit einer Breite, die 20 Pixel unter der vollen Breite von 800 Pixel liegt, können Sie dem Browser-Chrome Rechnung tragen und gleichzeitig eine horizontale Bildlaufleiste vermeiden. */
	
	min-height:100%;


}

.oneColFixCtr #container {
	background-image:url(../img/content_repeat.png);
	background-repeat:repeat-y;
	width: 1016px;  /* Mit einer Breite, die 20 Pixel unter der vollen Breite von 800 Pixel liegt, können Sie dem Browser-Chrome Rechnung tragen und gleichzeitig eine horizontale Bildlaufleiste vermeiden. */
	background-color:#FFFFFF;
	min-height:100%;
		margin: 0 auto; /* Durch automatische Ränder (in Verbindung mit einer Breite) wird die Seite zentriert. */
	border: 0px solid #000000;
	text-align: left; /* Hierdurch wird die Einstellung text-align: center im Body-Element überschrieben. */
	
}
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #999999;
	margin: 0; /* Es empfiehlt sich, margin (Rand) und padding (Auffüllung) des Body-Elements auf 0 einzustellen, um unterschiedlichen Browser-Standardeinstellungen Rechnung zu tragen. */
	padding: 0;
	text-align: center; /* Hierdurch wird der Container in IE 5*-Browsern zentriert. Dem Text wird dann im #container-Selektor die Standardausrichtung left (links) zugewiesen. */
	color: #000000;
	padding-top:0px;
	height:100%;
}
.oneColFixCtr #mainContent1 {
	float:left; /* padding (Auffüllung) bezeichnet den Innenabstand und margin (Rand) den Außenabstand der div -Box. */
	width:480px;
	margin-left: 60px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
}

#mainContent1{
	color:#999999;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	line-height: 23px;
}
h1,h2{
	font-size: 18px;
	font-style: normal;
	text-transform: uppercase;
	letter-spacing: 0.3em;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#mainContent2 {
	color:#3EAAC4;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	line-height: 23px;
}

.oneColFixCtr #mainContent2 {
	float:left;
	padding-left: 60px; /* padding (Auffüllung) bezeichnet den Innenabstand und margin (Rand) den Außenabstand der div -Box. */
	width:330px;
	margin-top:-100px;
	margin-left:0px;	
}
.framed {
	background-color:#FFFFFF;
	background-image: url(img/frame_border.png);
	background-repeat: no-repeat;
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #E2E2E1;
	border-right-color: #E2E2E1;
	border-bottom-color: #E2E2E1;
	border-left-color: #E2E2E1;
}
.frameContent {
	width:350px;
	padding:30px;
	background-color:#FFFFFF;
	float:left;
}
.leftBorder {
	float: left;
	width:10px;
}
#head {
	width:170px;
	margin-left:280px;
	margin-right:auto;
	text-align: right;
	padding-right: 10px;
	line-height: 30px;
	font-family: Arial, Helvetica, sans-serif;
	color: #3EAAC4;
	padding-top: 20px;
}
#head a {
	color: #40ABC5;
	text-decoration:none;
}
#head a:hover {
	color: #40ABC5;
	text-decoration:underline;
}
#head a.active {
	color: #BD282A;
	text-decoration:none;
}
#mainContent3 {
	color:#3EAAC4;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	line-height: 23px;
}

ul#MenuBar2
{
	width:330px;
	margin-left: 0px;
	margin-top: 0;
	text-align: left;
	line-height: 30px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #999999;
	padding-top: 15px;
}

ul#MenuBar2 li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	cursor: pointer;
}
/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
ul#MenuBar2 ul
{
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	z-index: 1020;
	cursor: default;
	width: 8.2em;
	top: 0;
}
ul#MenuBar2 a
{
	display: block;
	cursor: pointer;
	color: #999999;
	text-decoration: none;
}
ul#MenuBar2 a.active
{
	color:#4BB0C8;
}
/* Menu items that have mouse over or focus have a blue background and white text */
ul#MenuBar2 a:hover, ul#MenuBar2 a:focus
{
	color: #4BB0C8;
}