/** **********************************************************************  * 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: Arial, Verdana, sans-serif;	font-size:100.1%;	text-align:left;	color:#000;	background:url("images/bg_body.jpg") no-repeat left top #a4181c;}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;}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; }
.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-positon: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 {    margin:			177px 0 0 0;
    background:		url("images/bg_outer.gif") repeat-y #7c1414;}
#outer_inhalt{
	width:			1002px;
}
#navi{
	float:			left;
	width:			339px;
	background:		url("images/bg_navi.gif") no-repeat left top;
	padding-top:	100px;
	padding-bottom:	87px;
	color:			#a76161;
	text-align:		right;
	font-size:		80%;
	font-weight:	bold;
}
#navi ul{
	padding-top:	17px;
}
#navi ul li{
	padding-right:	60px;
	display:		block;
	list-style:		none;
}
#navi ul li a{
	color:			#a76161;
	text-decoration:none;
}
#navi ul li a:hover, #navi ul li.menu-current a{
	color:			#FFF;
}
#context{
	width:			188px;
	float:			right;
	padding-top:	126px;
	background:		url("images/bg_context.jpg") no-repeat right top;
	font-size:		65%;
	color:			#FFF;
	padding-bottom:	30px;
}
#context_inhalt{
	background:		#000;
	padding:		21px 18px;
}
#content{
	width:			452px;
	font-size:		75%;
	line-height:	1.5em;
	margin-left:	339px;
}
#content_inhalt{
	padding:		80px 0 40px 50px;
}
#content h1{
	color:			#a4181c;
	margin-bottom:	0.7em;
	font-size:		170%;
}
#content h2{	margin:			1.2em 0 0.5em 0;
	color:			#000;}
#content h3{
	margin:			1.2em 0 0.5em 0;
}
#content p{	margin:			0.7em 0 0.7em 0;}
#content img{
	margin-bottom:	1em;
}
#content a{
	color:			#a4181c;
	text-decoration:underline;
}#content ul, #content ol{	margin:			0.7em 0 0.7em 0;}#content ul li, #content ol li{	margin-left:	3em;}
#superior{
	color:			#c26467;
	font-weight:	bold;
	text-align:		right;
	width:			983px;
	padding:		12px 0;
	font-size:		65%;
}
#superior a{
	color:			#c26467;
	text-decoration:none;
}
#superior a:hover{
	color:			#FFF;
}