@CHARSET "UTF-8";

@IMPORT url("navigation.css");
@IMPORT url("textstyles.css");

/************************* container **************************/
* {
	margin:0;
	padding:0;
}

html, body {
	height: 100%;
	margin: 0;
	padding: 0;
}

body {
	background-color: #7080A9;
	width: 100%;
}

img, #page {
	behavior: url("files/css/behaviours/iepngfix.htc");
}

#distance {
	width: 1px;
	height: 50%;
	margin-bottom: -307px;
	float: left;
}

#page {
	clear: left;
	width: 973px;
	height: 614px;
	margin: 0 auto;
	position: relative;
	background: url(../images/schatten.png);
	overflow: visible;
	z-index: 0;
}

#container {
	position: absolute;
	top: 18px;
	left: 16px;
	background-color: white;
	width: 936px;
	height: 573px;
}

#border {
	position: absolute;
	top: 5px;
	left: 213px;
	height: 563px;
	width: 718px;
	background-color: #7080A9;
}

#content_pic {
	position: absolute;
	top: 20px;
	left: 20px;
	height: 523px;
	width: 478px;
	overflow: auto;
}

#content_nopic {
	position: absolute;
	top: 20px;
	left: 20px;
	height: 523px;
	width: 678px;
	overflow: auto;
}

#content_left {
	position: absolute;
	top: 90px;
	left: 0px;
	width: 400px;
}

#content_right {
	position: absolute;
	top: 90px;
	left: 425px;
}

#left_col {
	top: 0px;
	left: 0px;
	height: 573px;
	width: 213px;
}

#logo {
	position: absolute;
	top: 25px;
	left: 45px;
	height: 90px;
	width: 119px;
}

#navigation {
	position: absolute;
	bottom: 20px;
	left: 0px;
}

#side_image {
	position: absolute;
	right: -50px;
	top: 196px;
	width: 266px;
	height: 181px;
	z-index: 30;
	background-color: white;
}

#side_image img {
	position: absolute;
	display: block;
	width: 258px;
	height: 173px;
	top: 4px;
	left: 4px;
}

/******************************* text-styles *********************************/

.file_container {
	margin-bottom: 15px;	
	width: 460px;
}

.file_container .file_title {
	background: #fff;
	font-weight: bold;
	color: #000;
	padding: 6px;
	margin-bottom: 2px;
}
.file_container .file_time {
	background: #fff;
	font-weight: bold;
	color: #000;
	padding: 3px;
}

.file_container .body {
	background: #C2C2C2;
	border: 1px solid #9A9CAF;
	padding: 0px 10px;
}
.file_container .file {
	height: 42px;
	padding: 10px 0 0 48px;
	margin: 1em 0 0 0;
	background: url(../images/mime-file.png) top left no-repeat;
}
.file_container .file a {
	font-weight: bold;
	color: #000;
	text-decoration: none;
}
.file_container .file_pdf {
	background: url(../images/mime-pdf.png) top left no-repeat;
}

.mceContentBody {
	position: relative;	
}

.headline {
	margin: 25px 0 30px 0;	
}

.question {
	margin-top: 13px;
	color: black;
}

form {
	margin: 0;
	padding: 0;
}

/************** mini-galerie *****************/

.gallery_image {
	width: 140px;
	margin-right: 20px;
	float: left;
	height: 280px;
	font-size: 110%;
	font-weight: bold;
}

.gallery_image a.download {
	display: block;
	color: #fff;
	text-decoration: none;
	margin: 0 0 10px 0;
	text-align: center;
}

.gallery_image .image_title {
	margin: 10px 0;
	text-align: left;
}


/**************** iframe ******************/

iframe.rex_mod_iframe {
	width: 655px;
	height: 420px;
	border: 0;
}