/********************************************************************************/
/* Seiten-Definition */
body  {
	font-family: Verdana, Arial, Helvetica,sans-serif;
	background: #FFFFFF;
	margin: 0; 
	padding: 0;
	
}
#mainArea {
	position: relative; 
	width: 982px;
	height:1050px;
	margin: 5px auto; 
	border:#000000 solid 0px;
	padding: 0px; 
	overflow: visible;
}
/********************************************************************************/
#header1 {
	position:relative;
	height:95px;
	width:980px;
	top:0px;
	border:#000000 solid 1px;
	overflow:hidden;
}
/* Definition Logo*/
#logo {	
	position:absolute;
	top: 0px;
	right: 50px;
	padding: 10px 0px;
	z-index:0;
	
}

/********************************************************************************/
#header2 {
	position:relative;
	top:4px;
	height:150px;	
	width:980px;
	border:#000 solid 1px;
	padding: 0px;
	overflow:hidden;
}
.banner {
	margin: 3px;
}
/* *************************************************************************** */
/* Definition der Container für den Inhalte-Bereich */
#mainContent {
	position:relative;
	top:8px;
	width:982px;
	height:755px;
	border:#000000 solid 0px;
	margin-left:0px;
}
#mainNavi {
	position: absolute;
	top: 0px;
	left: 0px;
	border:#000000 solid 1px;
	width: 180px;
	height: 750px;
	padding: 0px;
	overflow:auto;
	background-color:#FFFFFF;
}
#mainCenter {
	position: absolute;
	top: 0px;
	left: 185px;
	width: 590px;
	height: 750px;
	border:#000000 solid 1px;
	overflow:auto;
	background-color:white;
}
#goContent{
	position: absolute; 
	padding: 0px; 
	margin: 0px;
	top: 70px; 
	left: 0px; 
	border: 0px solid red;
}
#mainRight {
	position: absolute;
	top: 0px;
	right: 0px;
	border:#000000 solid 1px;
	width: 200px;
	height: 750px;
	padding: 0px;
	overflow:auto;
	background-color:#FFFFFF;
}
/* *************************************************************************** */
/* Definition der Container für die Navigation Rechts */
.rightNaviBlock {
	position: relative; 
	width:195px;
	margin: 2px 2px 2px 7px;
	background-color:white;
	border:0px solid #FFFFFF;
}
/* *************************************************************************** */
/* Definition der Container für die Navigation Rechts */
.leftNaviBlock {
	position: relative; 
	width:95%;
	margin: 2px 2px 0px 2px;
	background-color:white;
	border:0px solid #FFFFFF;
}
/* *************************************************************************** */
/* Definition der Container für Formulare */
#allgFormDiv {
	position: relative; 
	width:500px;
	margin: 0px auto;
}



/********************************************************************************/
/* Definition Footer */
#container4{
	position:relative;
	top:9px;
	left: 0px;
	width:980px;
	height:30px;
	margin-left: 0px;
	border:#000000 solid 1px;
}

#footerleft {
	float:left;
	width: 300px;
}

#footermiddle {
	width: 314px;
	float:left;
}
#footerright {
	float:right;
	width: 300px;
}

/********************************************************************************/
#myBookMarkList {
	position: absolute; 
	top:2px; 
	right: 10px; 
	height: 23px; 
	width: 300px; 
	margin:0px;
	padding: 3px 0px 0px 0px;
	overflow: hidden;
	border-top: 0px solid #cccc66;
	border-bottom: 0px solid #cccc66;
	background-color:white;
}
/* Einstellung fuer Sorter */
#sortable {
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 100%;
}

#sortable li {
	margin: 1px 2px 2px 2px;
	padding: 0.4em;
	padding-left: 1.5em;
	font-size: 8pt;
	height: 13px;
	border: 1px solid #666666;
	background-color: #CCCCCC;
}
/********************************************************************************/


