body{
     font-family:Arial, sans-serif;
	 background-color:white;
	 /* overflow:hidden; */
	 overflow:auto;
}

#horizon{
/*
	position:absolute;
	top:50%;
	height:1px;
	width:100%;
	overflow:visible;
*/	
}

#global{
	margin:auto;
	text-align:left;
	background-image:url('pics/globalBackgroundLarge.jpg');
	background-repeat: no-repeat;
	width:1004px;
	left:50%;
	margin-left:-502px;
	height:753px;
/*	
	top:-376px;
*/	
	overflow:hidden;
	position:relative;
	border:1px solid #555;
}

#typo3MyPosition{
	font-size:12px;
	margin-left:9px;
	margin-top:7px;
	padding-left:24px;
	padding-bottom:10px;
	padding-top:4px;
	background-image:url('pics/myPositionHome.gif');
	background-repeat:no-repeat;
}

#typo3MyPosition a,
#typo3MyPosition a:visited{
	color:white;
}
	
#typo3MyPosition .pagesBeforeCurrentPage{
	margin-right:4px;
	background-image:url('pics/myPositionArrow.gif');
	background-repeat:no-repeat;	
	background-position:right;
	padding-right:16px;
}

#typo3MyPosition .currentPage{
}

#typo3ChooseLanguage{		
	position:absolute;
	right:0px;
	top:5px;
	font-size:10px;
	margin-right:10px;
}

#typo3ChooseLanguage a,
#typo3ChooseLanguage a:visited{
	color:white;
	background-repeat:no-repeat;	
	padding-left:22px;
	display:block;
}

#typo3ChooseLanguage a.english{
	background-image:url('pics/english.gif');
}

#typo3ChooseLanguage a.german{
	background-image:url('pics/german.gif');
}

/* First Line in the header of the document */
#headerLine1{
	font-size:13px;
	position:absolute;
	top:40px;
	width:100%;
}

#typo3CallBack{
	float:left;
	width:250px;
	color:white;
	font-weight:bold;
	margin-left:13px;
}

#typo3CallBack a{
	background-repeat:no-repeat;
	background-position:0px 0px;
	display:block;
	padding-left:92px;
	color:white;
	text-decoration:none;
	height:24px;
	margin-top:0px;
	padding-top:3px;

}

#typo3CallBack a.german{
	background-image:url('pics/callbackGerman.gif');	
}

#typo3CallBack a.english{
	background-image:url('pics/callbackEnglish.gif');
}

#typo3MenuLevel1{
	float:right;
	margin-right:3px;
	margin-top:3px;
}
#typo3MenuLevel1 div{
	float:left;
	font-weight:bold;
	margin-left:8px;
	border-right:1px solid white;
	padding-right:8px;
}

#typo3MenuLevel1 div a{
    text-decoration:none;
	color:white;	
}

#typo3MenuLevel1 div a:hover{
    color:rgb(0,0,132)
}

#typo3MenuLevel1 div.active{
}

#typo3MenuLevel1 div.active a{
    color:rgb(0,0,132);
}


/* Second Line in the header of the document */

#headerLine2{
	position:absolute;
	top:72px;
	width:100%;
}

#typo3MenuLevel2{
	float:right;
}

#typo3MenuLevel2 div{
	font-size:13px;
	float:left;
	margin-left:4px;
	border-right:1px solid #FFF;
	padding-right:8px;
	margin-right:8px;
}

#typo3MenuLevel2 div a{
    text-decoration:none;
	color:white;	
}

#typo3MenuLevel2 div a:hover{
    color:rgb(130,177,211)
}

#typo3MenuLevel2 div.active{
}

#typo3MenuLevel2 div.active a{
    color:rgb(130,177,211);
	font-weight:bold;
}

/* Elements on the end of the document */

#footerLine1{
	position:absolute;
	bottom:0px;
	width:100%;
	margin:0px;
	height:23px;
	padding-top:5px;
	font-size:13px;
	font-weight:bold;
	
}

#typo3PrintPage{
	float:right;
	margin-right:8px;
}

#typo3PrintPage a{
	display:block;
	background-repeat:no-repeat;
	background-image:url('pics/print.gif');
	background-position: 0px 0px;
	padding-left:21px;
	padding-bottom:6px;
	color:white;
	text-decoration:none;
}

#typo3PrintPage a:hover{
    color:rgb(0,0,132)
}

#typo3PageFooterLeft{
	float:left;
	width:350px;
}

#typo3PageFooterRight{
	float:right;
}

#typo3PageFooterRight div{
	float:left;
	margin-right:8px;
	border-left:1px solid white;
	padding-left:8px;
}

#typo3PageFooterLeft div{
	float:left;
	margin-right:8px;
	border-left:1px solid white;
	padding-left:8px;
}

#typo3PageFooterRight div a,
#typo3PageFooterLeft div a{
    text-decoration:none;
	color:white;	
}

#typo3PageFooterRight div a:hover,
#typo3PageFooterLeft div a:hover{
    color:rgb(0,0,132)
}

/* normal content of the document */


#typo3PageContentFrame{
	margin-top:61px;
	right:0px;
	height:622px;
	width:650px;
	position:absolute;
	overflow:auto;
}

#typo3PageContent{
	margin-top:30px;
	margin-right:150px;
}

p, li, #typo3PageContent a{
	font-size:13px;
	text-align:left;
}
#typo3PageContent p.bodytext{
	margin:0px;
	margin-bottom:7px;
}

li{
	margin-bottom:7px;
}

ul li{
	list-style-type:square;
}

#typo3PageContent p.csc-header-date{
	margin:0px;
	float:right;
	color:#666;
	padding-top:4px;
}

#typo3PageContent a,
#typo3PageContent a:visited{
	color:rgb(0,0,132);
	text-decoration:none;
}

#typo3PageContent a:hover{
	color:rgb(0,0,132);
	text-decoration:underline;
}

#typo3PageContent div.csc-header{
	margin-top:18px;
}

#typo3PageContent h1{
   color:black;
   font-size:19px;
   margin-top:0px;
   margin-bottom:6px;
}

#typo3PageContent h2{
   color:black;
   font-size:16px;
   margin-top:0px;
}

#typo3PageContent h3{
   color:black;
   font-size:12px;
   margin-top:0px;
   margin-bottom:2px;
}

#typo3PageContent *.important{
	font-size:140%;
	font-style:italic;
	color:rgb(0,0,132);
}

div.cubeFrame{
	width:370px;
	height:320px;
	overflow:hidden;
}

*.randomImage img{
	margin-top:20px;
}

div.csc-textpic-border  div.csc-textpic-imagewrap dl.csc-textpic-image dt img{
	border:1px solid rgb(0,0,132);
}

/* Glossar */
ul.csc-menu{
	width:90%;
	margin:0px;
}
ul.csc-menu li{
	display:inline;
	margin-right:8px;
	margin-bottom:6px;
	float:left;
}

div.csc-sitemap li {
	list-style-type: square;
}