/* @group body */
* {
	margin: 0;
	padding: 0;
}

html,body {
	text-align: center;
	background-color: #fff;
	font-family: 'Arimo', Helvetica-Neue, Myriad, Verdana, Arial;
	font-size: 12px;
	color: #000;
	height: 100%; /* needed for container min-height */
}

#container {
	position: relative; /* needed for footer positioning*/
	margin: 50px auto; /* center, not in IE5 */
	width: 1000px;
	height: 950px;
	overflow: hidden; /* we cheat here a little, since we cant limit the displayed nav points we just leave 'em and hide them in the div */
}
/* @end */

	
/* @group layout */
#error404 {
	background-color: #cdcdcd;
	position: relative;
	float: left;
	clear: left;
	width: 820px;
	height: auto;
	text-align: left;
	padding: 15px;
	margin: 20px 0 0;
}

.left {
	position: relative;
	float: left;
	clear: left;
	width: auto;
	height: auto;
	margin: 0px 26px 0px 0px;
}

div.mod_newslist div.layout_latest h2 a {text-decoration:none !important;}

#main {
	background-color: #fff;
	position: relative;
	float: left;

	width: 336px;
	height: 540px;
	text-align: left;
	padding: 20px;
	margin: 4px 2px 0px 5px;
	/*border: 2px solid #000000;*/
	background-image: url(../images/big/FM_Rechteck1.jpg);
	/*border-radius:  18px;
	-webkit-border-radius: 18px;
	-o-border-radius: 18px;
	-moz-border-radius: 18px;*/
	z-index: 999;
}
#main.grey {
	background-image: url(../images/big/FM_Rechteck6.jpg);
}
#main.dblau {
	
	*margin: 0px 0px 0px 0px;
	background-image: url(../images/big/FM_Rechteck2.jpg);
}
#main.gruen {
	background-image: url(../images/big/FM_Rechteck3.jpg);
}
#main.blau {
	background-image: url(../images/big/FM_Rechteck4.jpg);
}
#main.orange {
	background-image: url(../images/big/FM_Rechteck5.jpg);
}
.right {
	position: relative;
	float: left;
	width: auto;
	height: auto;
	margin: 0px 0px 0px 26px;
}

div.right.lower{
	margin: 198px 0px 0px 26px;
}
div.left.lower{
	margin: 198px 26px 0px 0px;
}
#navigation {
	position: relative;
	float: left;
	clear: left;
	width: 1000px;
	height: auto;
	text-align: left;
	margin: 5px 0px 26px 0px;
}

#sub_navigation {
	position: absolute;
	height: 200px;
	text-align: left;
	margin: 203px 0px 0px 0px;
	overflow: hidden;
	width: 980px;
	*height: 0px;
	*top:0;
	*left:0;
}
/* @end */

/* @group cubes */
.square {
	background-color: transparent;
	position: relative;
	float: left;
	width: 105px;
	height: 31px;
	border: 1px solid #fff;
	border-radius: 18px;
	-webkit-border-radius: 18px;
	-o-border-radius: 18px;
	-moz-border-radius: 18px;
	text-align: right;
	padding: 95px 18px 15px 18px;
	margin: 0px 0px 26px 0px;
}
.square.clear {
	clear: left;
}
/* @end */

/* @group content styles */
#error404 .ce_text {
	color: red;
	font-size: 18px;
}

.mod_article {
	margin-top: 15px;
}

.gruen .mod_article {
	margin-top: 15px;
}

div.gruen a {color:#C8D200;}
div.orange a {color:#F29400;}
div.blau a {color:#009EE0;}

h1 {
	font-size: 17px;
	margin: 0;
	font-weight: bold;
}

h2 {
	font-size: 13px;
	margin: 0;
	font-weight: normal;
}

h3 {
	font-size: 12px;
	margin: 0;
	font-weight: bold;
}

.ce_text h1,.ce_text h2,.ce_text h3,.mod_search h1,.mod_search h2,.mod_search h3 {
	margin: 0px 0px 15px 0px;
}

.ce_text,.ce_form,.layout_full {
	padding: 0px;
	margin: 0px 0px 15px 0px;
	font-size: 12px;
	line-height: 15px;
}

.ce_text.footer {
	border-top: 1px solid #000;
	font-size: 11px;
	line-height: 12px;
	color: #000; /* alt: #00519e*/
	padding-top: 5px;
}
.ce_text.footer a {color:#000 !important;}

.imageGallery {
	position: relative;
	float: left;
	clear: left;
	width: 260px;
	height: 150px;
}

#prev {
	position: relative;
	float: left;
	clear: left;
	width: 20px;
	height: 20px;
	background-image: url(../images/arrow_left.png);
	margin: 2px 0px 0px 142px;
	cursor: pointer;
}
#next {
	position: relative;
	float: left;
	width: 20px;
	height: 20px;
	background-image: url(../images/arrow_right.png);
	margin: 2px 0px 0px 5px;
	cursor: pointer;
}

.imageGallery li {
	width: 260px;
	height: 150px;
}

.ce_text.team {
	position: relative;
	clear: left;
	float: left;
	border-top: 1px solid #00519e;
	padding-top: 10px;
	width: 100%;
}
.ce_text.teamupper{
	position: relative;
	clear: left;
	float: left;
	width: 100%;
	height: 300px;
	padding-top: 70px;
}
.ce_text p,.ce_form p {
	margin: 0;
	padding: 0;
}

.ce_text a, .ce_form a, p.back a {
	color: #00519e;
	text-decoration: none;
}

.ce_text a:hover, .ce_form a:hover, p.back a:hover {
	color: #00519e;
	text-decoration: underline;
}

.ce_headline {
	padding: 0px;
	margin: 0px;
}

.pdf_link {
	padding-left: 20px;
	background-image: url(../../system/themes/default/images/iconPDF.gif);
	background-repeat: no-repeat;
	padding-top: 3px;
	padding-bottom: 3px;
}

.doc_link {
	padding-left: 20px;
	background-image: url(../../system/themes/default/images/iconOFFICE.gif);
	background-repeat: no-repeat;
	padding-top: 3px;
	padding-bottom: 3px;
}

/* Gallery CSS */
/* image galleries */
.gallery_container {
	position: relative;
	float: left;
	clear: left;
	width: 330px;
	height: 216px;
	margin: 0px 0px 40px 0px;
}
.gallery_container #image_container {
	position: relative;
	float: left;
	clear: left;
	width: auto;
	height: auto;
	margin: 0px 0px 0px 0px;
	text-align: center;
}
#gallery_images {
	position: relative;
	float: left;
	clear: left;
	width: 332px;
	height: auto;
}
#gallery_images a {
	position: relative;
	float: left;
	width: auto;
	height: auto;
	padding-bottom: 11px;
	background-image: none;
	background-repeat: no-repeat;
	background-position: bottom center;
	margin: 0px 3px 0px 0px;
}
#gallery_images ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#gallery_images a.active {
	background-image: url(../images/active_ball.png);
}
#large_image.arbeiten {
	width: 324px;
	height: 216px;
}

.ce_gallery img {
	border: 1px solid #909193;
}
.mod_newslist div{
	position: relative;
	clear: left;
	float: left;
	margin: 8px 0px 0px 0px;
	
}

.mod_newslist p.more a{
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}
.layout_full h1{
	position: relative;
	clear: left;
	float: left;
	margin: 4px 0px 4px 0px;
}
.layout_full p {
	position: relative;
	clear: left;
	float: left;
	margin: 2px 0px 2px 0px;
	
}
.mod_newslist p.info {
	font-size: 10px;
	font-weight: bold;
	float: left;
	display: inline;
	clear: none;
	padding: 2px 0px 0px 0px;
	
}
.mod_newslist h2{
	position: relative;
	float: left;
	display: inline;
	clear: none;
	margin: 0px 0px 4px 5px;
	font-size: 9pt;
}
.mod_newslist a{
	text-decoration: none;
}

a.shownone{
	display:none !important;
}
/* @end */
