@charset "ISO-8859-1";
/* CSS Document */

* {
	margin:0;
	padding:0;
}
html, body {
	height:100%;
}


body {
	background-color: #e0e0e0;
	font-size:100.01%;
    font-family:  'Lucida Grande', Verdana, Arial, sans-serif;
  	color:#555;  
  	padding: 0;
  	margin:0;
	}

#space { 
	width:1px;
	height:50%;
	margin-bottom:-350px;
	float:left;
	}
#inhalt {
    width: 1052px;
    height:702px;
    margin: 0 auto;
    position:relative;
	clear:left;
	}

#container {
	position:absolute;
	width:950px;
	height:500px;
	top:50px;
	left:50px;
	background-color:#FFF;
}
#header {
	position:absolute;
	width:1000px;
	height:50px;
	top:0px;
}
#textBox {
	position:absolute;
	width:260px;
	height:470px;
	top:30px;
	left:690px;
}
#LogoVertikalBox {
	position:absolute;
	width:73px;
	height:500px;
	top:0;
	background-color:transparent;
}
#terminBox {
	position:absolute;
	overflow:auto;
	height:440px;
	width:550px;
	top:40px;
	left:0;
}
.workshops #terminBox {
	position:absolute;
	overflow:auto;
	height:440px;
	width:950px;
	top:40px;
	left:0;
}
#linkBox {
	position:absolute;
	overflow:auto;
	height:440px;
	width:930px;
	margin-top:40px;
	left:0;
}
#objektTitel {
	position:absolute;
	height:40px;
	width:200px;
	top:455px;
	left:695px;
}
#rightLogoBox {
	position:absolute;
	width:50px;
	height:500px;
	top:51px;
	left:1002px;
}
#navBox {
	position:absolute;
	width:1002px;
	height:148px;
	top:552px;
	left:50px;
}
#map {       /*GoogleMaps*/
	width:100%;
	height:100%;
	font-size:80%;
	}
#adminLink {
	position:absolute;
	top:0;
	left:0;
}

#thumbBox_1 { position:absolute; width:94px; height:82px; top:60px; left:695px; background-color:transparent; }
#thumbBox_2 { position:absolute; width:94px; height:82px; top:60px; left:815px; background-color:transparent; }
#thumbBox_3 { position:absolute; width:94px; height:82px; top:160px; left:695px; background-color:transparent; }
#thumbBox_4 { position:absolute; width:94px; height:82px; top:160px; left:815px; background-color:transparent; }
#thumbBox_5 { position:absolute; width:94px; height:82px; top:260px; left:695px; background-color:transparent; }
#thumbBox_6 { position:absolute; width:94px; height:82px; top:260px; left:815px; background-color:transparent; }
#thumbBox_7 { position:absolute; width:94px; height:82px; top:360px; left:695px; background-color:transparent; }
#thumbBox_8 { position:absolute; width:94px; height:82px; top:360px; left:815px; background-color:transparent; }

	/*--------------  Hacks  --------------*/
	
  /* (de) Korrektur:Das Zurücksetzen der Abstände verursacht zu kleine Selectboxen. */
  option { padding-left:0.4em; } /* LTR */
  select { padding:1px; }

 /*** (de) Globale Korrektur des Italics Bugs des IE 5.x und IE 6*/
  * html body * { overflow:visible; }
  * html iframe, * html frame { overflow:auto; }
  * html frameset { overflow:hidden; }
	
