
/* Feste Breite von 960px
   www.mustermann.de */

/* Initialisierung & Grund-Layout*/

/*Initialisierung*/
* {
	
	}	

BODY, html {
  color: #000;
  font-size: 13px;
  /* font-size:0.9em; */
  /* Bei Anpassung der Schriftgroesse an die tabellen.css und rte.css denken! */
  background: #fff url('./images/back/xbackground-vertikal.gif') top left repeat-x;
}

BODY, html, INPUT, TEXTAREA {
	font-family: verdana, arial, helvetica, sans-serif;
}

#outerwrapper {
   margin:-6px!important;
   padding: 0;
	}

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

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

#header {
   width: 100%;
	height: 100px;
                padding:0;
	background: #FFFFFF;
	text-align:center;
	}


#container-top-navi {
	position: relative;
	z-index:20;
	width: 960px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	height: 25px;
	margin: 0;
	background: #FFCC45 url('./images/back/top-navi-background.gif');
}

#top-navi-position {
  margin-left: 1px;
  }

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

#left_col {
	width: 175px;
	position: absolute;
	left: 0px;
	top: 0px;
	height:100%;
	background-color: #6699CC;
	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:0px;
	}


#page_content {
   min-height: 450px;
   padding: 10px 10px 10px 10px;
	margin-right: 175px;
	margin-left: 175px;
	border-left: 0px solid #d1d1d1;
	border-right: 0px solid #d1d1d1;
	}

/*mind. Seitenhoehe für IE 6*/
* html #page_content {
  height: 500px;
	}
	
	
#right_col {
	width: 175px;
	position: absolute;
	right: 0px;
	top: 0px;
	height:100%;
	background-color: #6699CC;
	border-left: 0px solid #d1d1d1;
	}

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

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

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

/*Suchbox - fest eingebunden in HTML-Template*/	
#suchbox {
	margin: 15px 0 0 0;
	padding: 0 0 0 0;
	}

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

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

#tiplink a {
   color: #000!important;
	text-decoration: none;
}

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

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