@charset "UTF-8";

/* CSS Document */

html,
body {
	top: 0px;
	height: 100%;
}

body {
	padding: 0px;
	margin: 0px;
	background: url(/fileadmin/templates/plus/grafiks/raster-bg.gif);
	background-repeat: repeat;
	background-color: #B8C5CC;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 11px;
	line-height: 125%;
	color: #2E424D;
}

p img {
	padding: 0px;
}

a,
a:link,
a:visited {
	color: #2E424D;
	text-decoration: none;
}

a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

p a,
p a:link,
p a:visited {
	color: #2E424D;
	text-decoration: none;
	border-bottom: 1px solid #FFFFFF;
	cursor: pointer;
}

a:hover,
p a:hover {
	color: #FFFFFF;
	text-decoration: none;
	cursor: pointer;
}


/* HEAD */

#topframe {
	position: relative;
	float: none;
	clear: both;
	width: 100%;
	height: 120px;
	overflow: visible;
	background-color: #B8C5CC;
}

#logo {
	position: absolute;
	top: 30px;
	left: 825px;
	z-index: 1;
	overflow: visible;
	width: 135px;
	height: 80px;
}

#logo img {
	border: 0px none;
}

#headframe {
	position: absolute;
	top: 0px;
	left: 210px;
	float: none;
	clear: both;
	overflow: hidden;
	z-index: 0;
	width: 770;
	height: 90px;
}

#doorframe {
	position: relative;
	float: left;
	clear: both;
	display: inline;
	width: 980px;
	height: auto;
	background: url(/fileadmin/templates/plus/grafiks/raster-bg.gif);
	background-repeat: repeat;
}

#door1 {
	clear: none;
	display: inline;
	margin: 15px 15px 0px 30px;
	padding: 0px;
	width: 460px;
	background: #FFFFFF;
}

#door2 {
	display: inline;
	margin: 15px 0px 0px 0px;
	padding: 0px;
	width: 235px;
	color: #FFFFFF;
	background: url(/fileadmin/templates/plus/grafiks/door2-bg.gif);
}

#door3 {
	display: inline;
	clear: none;
	margin: 15px 15px 0px 0px;
	padding: 0px;
	width: 460px;
	color: #FFFFFF;
	background: #2E424D;
}

.enterbutton {
	position: relative;
	float: left;
	clear: none;
	height: 210px;
}

div.enterbutton img {
	border: 0px none;
}

div.door-logo {
	position: relative;
	float: none;
	clear: both;
	width: auto;
	height: auto;
	border: 0px none;
	overflow: visible;
	t--ext-align: center;
	margin: 30px 30px 0px 25px;
}

.door-title,
.door-subtitle {
	position: relative;
	float: none;
	clear: both;
	height: 18px;
	margin: 5px 15px 0px 25px;
	font-weight: bold;
	font-size: 16px;
	text-transform: uppercase;
	text-decoration: none;
	color: #FFFFFF;
}

.door-subtitle {
	margin: 0px 25px 25px 25px;
	font-weight: normal;
	font-size: 12px;
	text-transform: uppercase;
}


#door1 .door-title,
#door1 .door-subtitle {
	color: #2E424D;
}

div#pagetitle {
	position: absolute;
	float: none;
	clear: both;
	top: 75px;
	left: 45px;
	width: 650px;
	height: 30px;
	font-weight: bold;
	font-size: 16px;
	text-transform: uppercase;
	color: #2E424D;
}

/*** CONTENT ***/
#contentcontainer {
	position: relative;
	float: left;
	clear: both;
	display: inline;
	margin: 15px 0px 15px 30px;
	width: 905px;
	height: auto;
	padding: 15px;
	background: transparent;
	background-color: #B8C5CC;
}

#content-l{
	position: relative;
	float: none;
	clear: both;
	width: 900px;
	height: auto;
	padding: 0px;
	margin: 0px;
	overflow: visible;
	background: transparent;
}

hr,
hr.clearer {
	background: none;
	border: 0;
	clear: both;
	display: block;
	float: none;
	font-size: 0;	
	margin: 0;
	padding: 0;
	overflow: hidden;
	visibility: hidden;
	width: 100%;
	height: 0;
}

h1 {
	position: relative;
	float: left;
	clear: both;
	width: 100%;
	padding: 0px;
	margin: 0px 0px 15px 0px;
	font-weight: bold;
	font-size: 16px;
	text-transform: uppercase;
	color: #2E424D;
}

img a {
	border: none 0px;
}

/* FOOTERFRAME */
#footerframe {
	position: relative;
	float: none;
	clear: both;
	width: 950px;
	height: 20px;
	margin: 20px 0px 30px 30px;
	padding: 0px;
	background: transparent;
}

#footernavi {
	position: relative;
	float: left;
	clear: none;
	margin: 0px 0px 15px 0px;
	padding: 0px;
}

#footernavi li {
	position: relative;
	float: left;
	clear: none;
	padding: 0px;
	margin: 0px;
	margin-right: 5px;
	height: auto;
	list-style-type: none;
}

#footernavi li a,
#footernavi li a:link,
#footernavi li a:visited,
#footernavi li a:hover {
	font-weight: bold;
	font-size: 11px;
	text-transform: uppercase;
	text-decoration: none;
	color: #3A5054;
	margin-left: 5px;
	padding-left: 5px;
	border-left: 1px solid #FFFFFF;
}

#footernavi li a:hover {
	color: #FFFFFF;
}

#copyright {
	position: relative;
	float: right;
	clear: none;
	margin: 0px 15px 0px 15px;
	padding: 0px;
	font-weight: normal;
	font-size: 10px;
	text-transform: uppercase;
	color: #2E424D;
}

/* NEWS */
div.news-latest-container {
	position: relative;
	float: none;
	clear: both;
	display: block;
	width: 100%;
	height: auto;
	padding: 0px;
	margin: 0px 0px 15px 0px;
	overflow: visible;
}

div.news-latest-item {
	position: relative;
	float: left;
	clear: both;
	width: 100%;
	height: auto;
	padding: 0px;
	margin: 0px 0px 2px 0px;
	overflow: visible;
}

.news-latest-date {
	position: relative;
	float: left;
	font-weight: normal;
	font-size: 12px;
	text-transform: uppercase;
	color: #FFFFFF;
	padding-right: 5px; 
}

.news-latest-item h2 {
	float: left;
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
	text-decoration: none;
	color: #2E424D;
	margin: 0px;	
	padding: 0px; 
}

.news-latest-item a h2,
.news-latest-item a:link h2,
.news-latest-item a:visited h2   {
	text-decoration: none;
	color: #2E424D;
}

.news-latest-item a:hover h2  {
	color: #FFFFFF;
}


.news-date {
	position: relative;
	float: none;
	clear: both;
	font-weight: normal;
	font-size: 12px;
	text-transform: uppercase;
	color: #FFFFFF;
	margin: 15px 0px 15px 0px;	
	padding: 0px; 
}

div.news-single-item {
	position: relative;
	float: none;
	clear: both;
	height: auto;
	overflow: visible;
	margin: 0px;	
	padding: 0px; 
}

div.news-single-item p {
	position: relative;
	f--loat: left;
	clear: none;
	width: 620px;
	font-size: 12px;
	color: #2E424D;
	margin: 0px 0px 15px 0px;	
	padding: 0px; 
}

div.news-single-img {
	position: relative;
	float: right;
	clear: left;	
	width: auto;
	margin: 15px 0px 15px 15px;	
	padding: 0px;
}

div.news-single-img,
div.news-single-img a,
div.news-single-img a img {
	border: 0px none;
}

div.news-single-backlink {	
	position: relative;
	float: left;
	clear: none;
	width: auto;
	white-space: nowrap;
	height: 15px;
	margin: 15px 0px 0px 0px;
	padding: 0px;
	text-transform: uppercase;
}

div.news-single-backlink  a {	
	position: relative;
	float: left;
	clear: none;
	width: auto;
	white-space: nowrap;
	margin: 0px;
	padding: 0px;
	text-transform: uppercase;
}

.news-latest-morelink,
.news-latest-morelink a {
	position: relative;
	float: left;
	font-weight: normal;
	font-size: 20px;
	text-decoration: none;
	color: #738C99;
	line-height: 12px;
}

.news-latest-morelink a:hover,
.news-latest-title a:hover {
	color: #C80214;
	text-decoration: none;
}

