/* Copyright 2009 by Jan Meyer zu Holte -= http://www.e-horizon.org =- */
/* Optimiert fuer 1280 * 800 */

body {
	color: black;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	background-image: url(main_01_FILES/background1.png);
	background-repeat: repeat-x;
	font-family: ARIAL;
}

div {
	position: absolute;
	border: 0px;
	text-align: left;
	left: 50%;
	width: 850px;
	margin-left: -425px;
	z-index: 1;
	background-color: transparent;
}

h1 {
	font-size: 18pt;
	line-height: 20pt;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}

*+html h1 {
	margin-left: 5px;
}
/*configuring lightbox extension*/
#lbOverlay {
	left: 425px !important;
}

#lbCenter, #lbCenter div {
	position: relative;
	left: 425px;
}
/*end configuring lightbox extension*/

.header {
	height: 97px;
	top: 0px;
	border-top: 3px rgb(0,20,201) solid;
	background-image: url(main_01_FILES/header.png);
}

.menu {
	height: 28px;
	top: 100px;
	border-top: 1px white solid;
	z-index: 5;
	background-image: url(main_01_FILES/MenuBackground.png);
}

.menu a, .menu ul a {
	text-decoration: none;
}

/*Define menu entries*/

.menu ul {
	margin: 0px;
	margin-left: 3px;
	padding: 0px;
	list-style-type: none;
	width: 100px;
	height: 20px;
	border: 2px black outset;
	display: inline-table;
	margin-top: 2px;
	/*background-color: rgb(158,194,245);*/
	background-image: url(main_01_FILES/ulBG.png);
	background-repeat: repeat-y;
	font-size: 15px;
	line-height: 20px;
	text-align: center;
	cursor: pointer;
}

.entry {
	display: block;
	color: rgb(0,20,201);
}

.entry:visited {
	color: rgb(0,20,201);
}

.menu ul:hover {
	border: 2px white outset;
	background-color: transparent;
	background-image: url(main_01_FILES/ulBackground.png);
	background-repeat: repeat-y;
	color: white;
}

.menu ul:hover .entry{
	color: white;
}

.menu ul li{
	width: 96px;
	height: 20px;
	border: 1px rgb(230,230,230) solid;
	margin: 1px;
	display: none;
	background-color: white;
	font-size: 15px;
	line-height: 20px;
	text-align: center;
	color: rgb(0,20,201);
	cursor: pointer;
	font-size: 13px;
}

.subEntry {
	display: block;
}

.subEntry, .subEntry:visited {
	color: rgb(0,20,201);
}

.menu ul:hover li {
	display: block;
}

.menu ul:hover li:hover {
	/*border: 2px rgb(56,129,234) solid;*/
	color: white;
	background-color: rgb(45,86,187);
}

.menu ul:hover li:hover .subEntry, .menu ul:hover li:hover .subEntry:visited {
	color: white;
}

.info{
	top: 1px;
	margin-left: 242px;
	height: auto;
	width: 182px;
	border: 1px solid black;
	background-color: transparent;
	background-image: url(main_01_FILES/infoBG.png);
	color: black;
	text-align: center;
	font-size: 12px;
	z-index: 5;
	padding-bottom: 3px;
}

#title {
	font-weight: bold;
	font-size: 15px;
	text-decoration: underline;
}

#subtitle {
	border: 0px;
}

/*Hacks for ie7*/
*+html .menu ul {
	float: left;
}

*+html .menu ul li {
	clear: left;
	margin-top: 1px;
	margin-bottom: -4px;
	height: 20px;
	border: 1px rgb(0,20,201) solid;
}

/*Hacks for ie6*/
* html .menu {
	background-repeat: no-repeat;
}

* html .menu ul{
	float: left;
	padding-bottom: 2px;
}

* html .menu ul .hover {
	display: block;
	clear: left;
	width: 98px;
	background-color: rgb(158,194,245);
	color: black;
	margin: 0px;
	margin-bottom: -5px;
}

/*Define content area*/
.content {
	height: 500px;
	top: 129px;
	border-top: 1px grey solid;
	/*background-image: url(main_01_FILES/contentBG.png);*/
}

.content a {
	color: white;
}

.contentBox {
	position: relative;
	background-image: url(main_01_FILES/contentDivBg.png);
	background-repeat: repeat;
	border: 1px white solid;
	max-width: 848px;
	height: 498px;
	overflow-y: auto;
	overflow-x: hidden;
	font-size: 13pt;
}

.contentBox div {
	position: relative;
	padding-left: 5px;
	background-image: none;
	background-color: transparent;
	border: 0px;
	color: black;
}

.contentBox div p, .contentBox p {
	display: block;
	width: auto;
	max-width: 800px;
	padding: 7px;
	margin-left: 1px;
	color: white;
}

.contentBox p {
	display: table;
	background-image: url(main_01_FILES/contentDivBg.png);
	background-repeat: repeat;
	border: 1px white solid;
}

.contentBox b {
	color: white;
}

.csc-textpic {
	display: table;
	background-image: url(main_01_FILES/pBackground.png) !important;
	background-repeat: repeat !important;
	border: 1px black dotted !important;
	padding: 4px;
	padding-top: 0px;
	/*min-height: 455px;*/
	height: auto
}

.csc-textpic-text {
	margin-left: -439px;
}

.csc-textpic-imagewrap, .csc-textpic-text {
	background-image: none !important;
	border: 0px !important;
}

.csc-textpic-imagewrap {
	margin-left: -425px !important;
	z-index: 10;
	font-size: 12pt;
}

.csc-textpic-imagewrap img {
	padding-top: 5px;
}

.csc-textpic-caption {
	font-size: 9pt;
	color: white;
}

.csc-textpic-intext-right dl{
	margin-top: 30px;
}

.csc-textpic-center .csc-textpic-text {
	margin-left: -425px;
}

/*Hacks for ie7*/
*+html .contentBox div {
	padding-left: 0px;
}

*+html .contentBox p {
	margin-left: 0px;
}

*+html .csc-textpic {
	padding-top: 5px;
	min-height: auto;
}

*+html .csc-textpic-text {
	left: 230px;
	margin-bottom: 10px;
}

*+html .csc-textpic-imagewrap {
	left: 435px;
}

*+html .csc-textpic-intext-right dl{
	position: absolute;
	left: 68px;
	margin-top: 5px;
}

*+html .csc-textpic-intext-right{
	position: absolute;
}

*+html .csc-textpic-intext-right .csc-textpic-text {
	width: 490px;
	left: 445px;
}

#leftBorder {
	top: 0px;
	width: 40px;
	height: 630px;
	margin-left: -465px;
	background-image: url(main_01_FILES/shadow_left.png);
	border: 0px;
}

#rightBorder {
	top: 0px;
	width: 40px;
	height: 630px;
	margin-left: 425px;
	background-image: url(main_01_FILES/shadow_right.png);
	border: 0px;
}

#leftEdgeBoder {
	top: 630px;
	width: 13px;
	height: 13px;
	margin-left: -438px;
	background-image: url(main_01_FILES/edge_left.png);
	background-repeat: no-repeat;
	border: 0px;
}

#rightEdgeBoder {
	top: 630px;
	width: 13px;
	height: 13px;
	margin-left: 425px;
	background-image: url(main_01_FILES/edge_right.png);
	background-repeat: no-repeat;
	border: 0px;
}

.footer {
	height: 25px;
	top: 630px;
	border: 0px;
	background-image: url(main_01_FILES/shadow_bottom.png);
	background-repeat: no-repeat;
	text-align: center;
	line-height: 45px;
}

/*IE6 hacks - 18.11.2009*/
* html .csc-textpic-text {
	left: -10px;
}

* html .bodytext {
	background-color: rgb(30,50,200);
	background-image: none !important;
}

* html .contentBox {
	background-image: url(main_01_FILES/contentBg.png);
}

*html .csc-textpic div {
	display: inline;
}
/*End IE6 hacks*/

#c14 div {
	margin-left: -429px;
}

#c14 div p {
	margin-left: 9px;
}

#c20 img {
	margin-top: 25px;
	border: 2px solid black !important;
	padding: 0px;
}
