* {
	margin:0;
	padding:0;
	border:0;
}


body{
	/*background-image:url(../images/layout/body_bg.gif);*/
	width:100%;
	scrollbar-face-color: #FFFFFF;
	scrollbar-highlight-color: #87888a;
	scrollbar-3dlight-color: #87888a;
	scrollbar-darkshadow-color: #87888a;
	scrollbar-shadow-color: #FFFFFF;
	scrollbar-arrow-color: #87888a;
	scrollbar-track-color: #87888a;
}

#hintergrund {
	float:left;
	width:100%;
	background-image:url(../images/layout/hintergrund_schatten_unten.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	overflow:hidden;
}

#seite_aussen {
	width:1000px;
	margin:0 auto;
}

#seite {
	position:relative;
	width:955px;
	margin: 0 25px 0 20px;
}
/* ----------------------------------------------------------- */
/* SEITENKOPF ------------------------------------------------ */

#seite_kopf {
	float:left;
	position:relative;
	height:54px;
	width:950px;
	margin-left:5px;
	display:inline;
}

#siteadmin{
	position:absolute;
	top:5px;
	left:300px;
	height:49px;
	width:505px;
}

#kopf_signet{
	float:left;
	height:54px;
	width:326px;
	background-image:url(../images/layout/terhuerne_signet.jpg);
}

/*
#kopf_rechts{
	float:right;
	position:relative;
	width:201px;
	height:55px;
}
*/

#kopf_rechts{
	position:absolute;
	width:216px;
	top:0;
	left:759px;	
	z-index:95;
}




#kopf_rechts_sprachnavigation{
	position:absolute;
	top:0;
	left:0;
	background-color:#fff;
	height:18px;
	width:189px;
	color:#87888a;
	border: 1px solid #87888a;
	border-top:none;
	padding-left:5px;
	z-index:95;
	overflow:hidden;
}


#kopf_rechts_sprachnavigation:hover {
	height:auto;
}

#kopf_rechts_sprachnavigation:hover #sp {
	display:none;
}


#kopf_rechts_suche {
	float:left;
	height:21px;
	margin-top:30px;
	color:#87888a;
	position:absolute;
	z-index:1;
}

/*
.suche_input {
	float:left;
	height: 19px;
	width: 151px;
	border: 1px solid #87888a;
	margin-right:4px;
	padding-left:18px;
	display:inline;
}
*/

.suche_submit {
	float:left;
	height: 21px;
	width: 21px;
	background-image:url(../images/layout/submit_ok.jpg);
}



.suche_input{
	float:left;
	color:#87888A;
	line-height:20px;
	height: 14px;
	width:143px;
	padding:3px 3px 3px 23px;
	border:1px solid #87888A;
	margin-right:4px;
	display:inline;
}

* +html .suche_input{
	height: 20px;
	padding:0 3px 0 23px;
}

* html .suche_input{
	height: 20px;
	padding:0 3px 0 23px;
}

#tagcloud {
  width:780px;
  height:156px;
  background-color:#f6f6f6;
  overflow:hidden;
}

#tagcloud div, #tagcloud div a {
  cursor: pointer;
  font-weight:bold; 
  margin-left:10px; 
  width:auto; 
  float:left;
  text-decoration: none;
}

/* ----------------------------------------------------------- */
/* SEITENCONTENT---------------------------------------------- */

#seite_inhalt_variabel {
        height:690px;
	height:auto !important;
	min-height:690px;
}

#seite_inhalt {
  	/*height:570px;*/
	height:690px;  	
}

#seite_inhalt, #seite_inhalt_variabel {
	float:left;
	position:relative;
	width:955px;
	margin-top:26px;
	background-image:url(../images/layout/seite_schatten_unten.gif);
	background-repeat:no-repeat;
	background-position:bottom;
}

#inhalt_links {
	float:left;
	/*height:520px;*/
	width:165px;
	margin-left:5px;
	display:inline;
}

#inhalt_rechts {
	float:left;
	width:785px;
	display:inline;
}

#rechts_oben{
	float:left;
	height:156px;
	width:780px;
	margin-left:5px;
	display:inline;
}

#rechts_unten{
	float:left;
	width:785px;
	padding-bottom:130px;
	margin-top:50px;
}

#rechts_unten_home{
	float:left;
	height:365px;
	width:785px;
	height:384px;
	position:relative;
	z-index:2;
	background-color:#FFFFFF;
}


#rechts_unten_flexibel{
	float:left;
	min-height:405px;          
	height:auto !important;  /* für moderne Browser */                                                     
	height:405px;  /*für den IE */  	
	width:785px;
	padding-bottom:161px;
	margin-top:50px;
}

#rechts_unten_lexikon{
	float:left;
	min-height:405px;          
	height:auto !important;  /* für moderne Browser */                                                     
	height:405px;  /*für den IE */	
	width:785px;
	padding-bottom:161px;
	margin-top:50px;	
}

/* -------------------------------------------------------------- */
/* SEITENFUSS ------------------------------------------------ */

#cleardiv{
	clear:both;
}

#seite_fuss {
	float:left;
	position:relative;
	height:1px;
	width:950px;
	font-size:1px;
	line-height:1px;
}


/***********************************************
* Printversion: Im Screen nicht anzeigen
***********************************************/
.print {
  display:none;
}