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

HTML {
	height:100%;
	overflow:hidden;
}
BODY {
	background:#153375;
	font-family:Arial, Helvetica, sans-serif;
	font-size:77%;
	height:100%;
	line-height: 1.3em;
	text-align:center;
}
* {
	margin:0;
	padding:0;
}
INPUT, TEXTAREA, SELECT {
	font-size:1em;
	font-family:Arial, Helvetica, sans-serif;
}
A {
	text-decoration:none;
	outline:0;
	color: #153375;
}
IMG {
	border:0;
}
.clear, .clr {
	clear:both;
}
.versalLink {
	font-size:0.9em;
	text-transform:uppercase;
	letter-spacing:0.1em;
	white-space:nowrap;
}
/* ############################################ */
/* ### CONTAINER                                */
/* ############################################ */
DIV#container {
	position:relative;
	width:980px;
	margin:0 auto;
	background:url(../img/layout/container_bg.gif) repeat-y 0 0;
	min-height:100%;
	text-align:left;
}

/* ############################################ */
/* ### HEADER                                   */
/* ############################################ */
IMG#headImg {
	position:absolute;
	top:0;
	left:12px;
	z-index:10;
}

/* ############################################ */
/* ### NAVI CONTAINER                           */
/* ############################################ */
DIV#navi {
	position:absolute;
	left:12px;
	top:120px;
	width:211px;
}
DIV#navi UL {
	position:relative;
	padding:0 20px 0 20px;
	font-size:0.9em;
	letter-spacing:0.05em;
	text-transform:uppercase;
	list-style:none;
}
DIV#navi UL LI {
	padding:0.2em 0 0 0;
	text-align:right;
}
DIV#navi UL LI A {
	color:#000;
}
DIV#navi UL LI A:hover {
	color:#153375;
}
DIV#navi UL LI.selected {
	font-weight:bold;
}
DIV#navi UL LI.selected A {
	color:#153375;
}
DIV#navi UL UL {
	border-right:1px solid #abc7e3;
	padding:0 0 0 0.8em;
	margin:0.3em 0 0.6em 0;
	text-transform:none;
	font-size:1.05em;
	letter-spacing:normal;
}
DIV#navi UL LI.selected LI {
	padding:0.3em 0.7em 0 0;
}
DIV#navi UL LI.selected LI {
	font-weight:normal;
	color:#9397c4;
}
DIV#navi UL LI.selected LI A {
	color:#9397c4;
}
DIV#navi UL LI.selected UL LI.selected A {
	font-weight:bold;
}

/* ############################################ */
/* ### LOGO                                     */
/* ############################################ */
IMG#logo {
	position:absolute;
	left:12px;
	bottom:0;
	z-index: 10;
	width:211px;
	height:139px;
}

/* ############################################ */
/* ### CONTENT CONTAINER                        */
/* ############################################ */
DIV#content {
	position:absolute;
	top:71px;
	left:223px;
	width:745px;
	bottom:0;
	right:12px;
	overflow:auto;
}
DIV#wrapper {
	width:660px;
	padding:50px 0 100px 0;
}

/* ############################################ */
/* ### CONTENT STYLES                           */
/* ############################################ */

H1 {
	position:absolute;
	font-size:2em;
	font-weight:normal;
	color:#153375;
	width:235px;
	text-align:right;
	line-height:1.2em;
	padding:0 0 0 20px;
}
H2, H3, H4, H5, H6, P, UL, OL, DL, TABLE {
	padding: 0 0 1em 290px;
}
H2, H3 {
	font-size:1.2em;
	font-weight:normal;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#153375;
	line-height:1.4em;
}
H3 {
	font-size:1.1em;
	padding-bottom:0.4em;
}
P {
	line-height:1.5em;
}
A.linkMore {
	font-size:0.8em;
	letter-spacing:0.1em;
	text-transform:uppercase;
	white-space:nowrap;
}
DIV#content UL {
	list-style-type:none;
	padding-bottom:0;
}
DIV#content UL LI {
	background:url(../img/layout/ul_bullet.gif) no-repeat 0 0.5em;
	padding:0 0 0.5em 1em;
}
DIV.whiteLine {
	clear:both;
	margin:0 0 0 75px;
	padding:0 0 1em 0;
	border-top:2px solid #fff;
}
DIV.pictureMarginal {
    position:absolute;
	width:255px;
	text-align:right;
	padding:0.4em 0 0 0;
}
DIV.pictureGallery {
	padding: 0 0 0.5em 290px;
}
DIV.pictureGallery * {
	padding:0;
}
DIV.pictureGallery DIV.item {
	padding: 0 0 2em 0;
}

/* ######### ZITAT ########### */
DIV.zitat {
	position:absolute;
	width:255px;
	text-align:right;
}
DIV.zitat P {
	position:static;
	font-size:1.3em;
	font-weight:normal;
	color:#153375;
	line-height:1.2em;
	padding:0;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-weight:normal;
}
DIV.zitat P.zitatAuthor {
	font-size:0.9em;
	color:#9397c4;
	padding:0.5em 0 0 0;
}
/* ######### DOPPELTEASER ########### */
DIV.column {
	width:165px;
	float:left;
	padding-bottom:1.5em;
}
DIV.first {
	padding:0 20px 0 290px;
}
/* Padding Reset */
DIV.column * {
	padding:0;
}
DIV.column H2 {
	font-size:1.1em;
	padding:0 0 0.3em 0;
}
/* ######### PICTUREGALLERY ########### */
DIV.pictureGallery {
	width:400px;
}
DIV.pictureGallery DIV.item {
	background:#fff url(../img/layout/picture_box.gif) no-repeat top right;
	width:170px;
	float:left;
	padding:15px 5px 5px 5px;
	margin:0 20px 0px 0;
	text-align:center;
}
DIV.pictureGallery P.pictureText {
	font-size:0.8em;
	line-height:1.2em;
	width:148px;
	float:left;
	padding:7px 10px 0 10px;
	margin:0 20px 20px 10px;
	border-left:2px solid #fff;
}
DIV.pictureGallery P.pictureText SPAN {
	color:#dcafbc;
}