@charset "utf-8";

/* *************************** DO NOT DELETE *************************** */
/* *********************** DEFAULT LAYOUT ELEMENTS ********************* */
/* ===================================================================== */

body {
	font-family:Verdana, Geneva, sans-serif;
	color:#fff;
	font-size:11px;
	line-height:19px;
	background-color: #000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
} /* Default Layout Information */

a {
	color:#fff;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

.pos-menu {
	padding-left:20px;
	padding-right:20px;
	background-color:#173347;
	background-image: url(images/img_menu_overlay.png);
} /* Definiert die Position und das Verhalten der Navigation */

.pos-illu {
	height:320px;
} /* Definiert die Position und das Verhalten der Hauptseiten Illustration */

.pos-search {
	background-color: transparent;
	vertical-align:top;
	text-align:right;
	padding-top:10px;
} /* Definiert die Position und das Verhalten der Suche*/

.pos-logo {
	background: transparent;
	vertical-align:middle;
	height:130px;
	width:120px;
} /* Definiert die Position und das Verhalten des Firmenlogos */

.pos-slogan {
} /* Definiert die Position und das Verhalten des Firmenslogans */

/* *************************** END DO NOT DELETE *************************** */
/* *********************** END DEFAULT LAYOUT ELEMENTS ********************* */
/* ========================================================================= */


/* START PAGE CSS */
/* ============== */

.content {
	height:100px;
	vertical-align:top;
	padding-top: 10px;
	padding-bottom: 20px;
	background-color: #173347;
	background-image: url(images/img_content_overlay.png);
	background-position: center bottom;
	background-repeat: repeat-x;
}

.content-hr {
	position:absolute;
	top:318px;
	left:50%;
	margin-left:-442px;
	background-image:url(images/start-content-hr.png);
	background-repeat:no-repeat;
	width:924px;
	height:40px;
}

.wrapper {
	position:absolute;
	left:50%;
	margin-left:-465px;
	width:930px;
	height:341px;
	background-color: #173347;
	background-image: url(images/img_header_overlay.png);
	background-position: center top;
	background-repeat: repeat-x;
}

.layouttable {
	position:relative;
	background: transparent;
	z-index:2;
	width:100%;
}

.layout-header-left {
}

.layout-header-center {
	width:880px;
	background: transparent;
}

.layout-header-right {
}

.layout-bottom-center {
	width:880px;
	height:auto;
}

.layout-bottom-left {
	height:auto;
}

.layout-bottom-right {
	height:auto;
}

/* FOOTER STYLES */
.footer {
	text-align:center;
	padding-top:10px;
	padding-bottom:30px;
	color:#999;
}

.footerText { }

/* FOOTER STYLES END */


/* *************************** DO NOT DELETE *************************** */
/* ===================================================================== */
.imageResizeContainer { border:solid 0px #333; /* Muss angegeben werden, damit bei Standard Illustration der Border korrekt dargestellt wird !!! */ }
/* ========================================================================= */
/* *************************** END DO NOT DELETE *************************** */

.userbar {
	text-align:right;
	color:#FFF;
	line-height:normal;
}

.communitymenu {
	height:30px;
	z-index:1;
	font-size:12px;
	margin-left:20px;
}

.communitymenu div a { text-decoration:none; color:#FFF; }

.communitymenu div a:hover { text-decoration:none; }

.communitymenu .inputfield {
	font-size:10px;
	height: 16px;
	border:none;
	padding:4px 0px 0px 0px;
}

.communitymenu .button {
	margin: 0px 0px 0px 5px;
	color: #fff;
	font-size: 10pt;
}

/* ============ */
/* END PAGE CSS */
