/** **********************************************************************  * CSS für das Projekt ___  * Beinhaltet grafische Formatierungen und Positionierungen der div   * container aller Seitentypen, ausser Print.  *  * @CSS_Hack Tanteks Boxm modell hack. Schliesst IE<6 aus = voice-family: "\"}\"";voice-family:inherit;  * @CSS_Hack Selektor hack. Schliesst IE bis 6 aus = html>body ELEMENT {}  *  * @author Sascha Nos <sascha.nos@web.de>  * @version 1.0 - DD:MM:YYYY  *   * @color  *//* Grundelemente ****************************************************** */
*{
	margin:0;
	padding:0;
}
body{	margin:0;	padding:0;	font-family:"Lucida Sans", Verdana, Arial, sans-serif;	font-size:100.1%;	text-align:left;	color:#fff;	background:url("images/bg.gif") repeat-x #000;}table{	border-collapse:collapse;	}td{	padding:2px;	/* IE 5 */	font-size:70%;	/* IE6 */	voice-family: "\"}\"";	voice-family:inherit;	font-size:100%;}html>body td{	/* Mozilla */	font-size:100%;}th{	text-align:left;	/* IE 5 */	font-size:70%;	/* IE6 */	voice-family: "\"}\"";	voice-family:inherit;	font-size:100%;}html>body th{	/* Mozilla */	font-size:100%;}p{}div{}img{	border:none;	font-family:Verdana,sans-serif;}h1{font-size:140%;}h2{font-size:120%;}h3,h4,h5,h6{font-size:100%;}/* Formularemente ****************************************************** */form{line-height:200%;}form br{clear:both;}hr{visibility:hidden;}input,select{	font-family:"Lucida Sans", Verdana, Arial, sans-serif;	font-size:100%;
	margin:0.3em 0 0.3em 0;}textarea{	font-family:"Lucida Sans", Verdana, Arial, sans-serif;	font-size:100%;	width:150px;	height:100px;}
.textfield{
	width:150px;
}label,select{ 	cursor:pointer;} label.left{ 	float:left; 	width:150px; 	text-align:right;	margin-right:10px; } label.left_error{ 	float:left; 	width:150px; 	text-align:right;	margin-right:10px;	color:#F00; } input.error{	background:#FCC;} /* Submit button */input.right{ 	margin-left:162px; }
p.nixhier{
	display:none;
}/* CMS-Formatierungen ****************************************************** */  /* Galerie ****************************************************** */  .galerie{	width:140px;	height:140px;	text-align:center;	padding-top:20px;	float:left;	margin:0 5px 5px 0;		voice-family: "\"}\"";voice-family:inherit;	height:120px;}.galerie a{	text-decoration:none;}.g1{	width:70px;	height:70px;	margin:5px;	background-position:center center;}.g2{	border:3px solid;	float:left;	margin:0 20px 15px 0;}.g1 img{	width:70px;	height:70px;}#zusatzimages{	margin:10px 0 0px 0;}
.uc{
	clear:left;
	visibility:hidden;	
}/* Gästebuch ****************************************************** */  table.gbentry {  width: 100%;  border: 1px solid #000;  border-collapse: collapse;  margin-bottom: 10px;}table.gbentry td.gbtitle {  font-weight: bold;  padding: 0 5px 0 5px;  background-color: #FFFF00;  color: #000;}table.gbentry td.gbcontent {  padding: 5px;   background-color: #FFFFFF;  color: #000000;}img.button {  vertical-align: bottom;}/* float clearing */#logo:after, #menu:after, #outer:after, #content:after, form:after, form div:after, ul#breadcrumb:after {    content:		".";    display:		block;    visibility:		hidden;    clear:			both;    height:			0;}* html #navi, * html #content, * html form, * html form div {	height:			1%;}/* Layout ****************************************************** */  #outer {
    height:			738px;
    background:		url("images/cover.jpg") no-repeat top center;}
#content{
	width:			650px;
	padding-top:	580px;
	margin:			0 auto;
	font-size:		75%;
}
#content p{
	padding-bottom:	15px;
}
#left span{
	font-weight:	bold;
	text-transform:	uppercase;
}
#left a{
	color:			#FFF;
}
#left a:hover{
	text-decoration:none;
}
#right{
	float:			right;
	font-size:		220%;
	text-transform:	uppercase;
	font-weight:	bold;
	padding-top:	50px;
}
#right a{
	color:			#d0011a;
}
#right a:hover{
	color:			#FFF;
}
#button{
	width:			168px;
	height:			74px;
}
#button img{
	width:			168px;
	height:			74px;
}