
/* Feste Breite von 960px
   www.moinn.de */
	
/* Initialisierung & Grund-Layout*/

/*Initialisierung*/
* {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding: 0;
	margin: 0;
	color: #000;
	}
	

BODY, html {
  scrollbar-face-color: #FFFFFF;
  scrollbar-track-color: #FFFFFF;
  scrollbar-arrow-color: #616161;
  scrollbar-highlight-color: #FFFFFF;
  scrollbar-shadow-color: #A1A1A1;
  scrollbar-3dlight-color: #A1A1A1;
  scrollbar-darkshadow-color: #FFFFFF
	font-size: 13px;
	background: #fff url('./images/back/background-vertikal2.gif') repeat-x top center;
}

#outerwrapper {
   padding: 10px 0 10px 0;
	}

#wrapper {
	width: 960px;
	margin: auto;
	border: 0px solid #F58735;
	background-color: #fff;
}

#masthead {
	position: relative;
	width: 100%;
	}


#header {
                width: 100%;
	height: 60px;
                padding:0;
	background: #FFFFFF url('./images/head/logo.gif') top left no-repeat;
	xbackground-position: 3px 2px;
	border-bottom: 1px solid #d1d1d1;
	}
	
#header2 {
                width: 100%;
	height: 298px;
                padding:0;
	background: #FFFFFF;
	}
	
#container-top-navi {
	position: relative;
	z-index:10;
	width: 960px;
	border-top: 0px solid #d1d1d1;
	border-bottom: 0px solid #d1d1d1;
	height: 28px;
	margin: 0;
	background: #FFFFFF url('./images/back/top-navi-background.gif');
}

#top-navi-sprache {
  float:right;
  margin-left: 1px;
  margin-top: 7px;
}

#top-navi-menue {
  float:right;
  margin-left: 1px;
  margin-top: 0;
}

#container {
	position: relative;
	background: #fff url('./images/back/xbg-karte1.jpg') no-repeat top right;
	background-position: 11.0em 2.0em;
	width: 100%;
}

#left_col {
	width: 170px;
	position: absolute;
	left: 0px;
	top: 23px;
	height:100%;
	xbackground-color: #d1d1d1;
	border-right: 0px solid #d1d1d1;
	}

#left_col_content {
    padding: 10px 1px 0 1px;
}

#left_col_content ul{
	list-style-type: none;
	margin:0px;
	padding:0px;
	}

/*Abstand zwischen den Men�punkten*/
#left_col_content ul li{
	margin:0px;
	padding-top:1px;
	}


#page_content {
   min-height: 650px;
   padding: 30px 10px 10px 10px;
	margin-left: 170px;
	border-left: 0px solid #d1d1d1;
	border-right: 0px solid #d1d1d1;
	}
	
*html #page_content {
	height: 650px;
}

#suchbox {
	margin: 15px 0 0 0;
	padding: 0 0 0 0;
	border: 0px solid #d1d1d1;
}

#footer, #footer A {
   font-weight: normal!important;
	color:#000!important;
	font-size: 11px!important;
   border-top: 0px solid #d1d1d1;
   background:#fff;
	text-align: center;
	padding: 4px 0 8px 0;
}

#tiplink {
   font-size: 10px;
   float: right;
	padding: 0 0 0 20px;
	border: 0px solid #d1d1d1;
	color: #003300;
	text-decoration: none;
	background: url('./images/tiplink.gif') left center no-repeat;
	cursor: pointer;
}

#printicon {
     font-size: 10px;
   float: right;
	padding: 0 15px 0 21px;
	border: 0px solid #d1d1d1;
	background: url('./images/printer.gif') left center no-repeat;
	cursor: pointer;
}

#printicon a {
   color: #003300;
	text-decoration: none;
}
