/* Oberes Kästchen kleiner */

.header {
	min-height:80px /*Non-IE6*/;
	height:auto !important /*Non-IE6*/;
	height:80px /*IE6*/;
}
/* org: 
.header-top {height:100px;} 
*/
.header-top {
	height:50px;
}
/* org: 
.sitename {height:70px;}
*/
.sitename {
	height:30px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 15px;
	width: 500px;
}
.sitename2 {
	height:30px;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 170px;
	width: 500px;
	position: absolute;
}
.sitename2 h2 {
	font-family:verdana, arial, sans serif;
	margin-top:-5px;
	padding-bottom:2px;
	color:rgb(125,125,125);
	height:20px;
	font-weight:normal;
	font-size:130% !important /*Non-IE6*/;
	font-size:120% /*IE6*/;
}
/* hoch die flagen */
.navbutton {
	margin-top:5px;
}
/* Ende oberes Kästchen kleiner */


/************/
/*  FOOTER  */
/************/
.footer p {
	font-weight:normal;
	font-size:100%;
}
.footer {
	padding-top: 0.8em;
	padding-bottom: 0.8em;
}
.main {
	padding-bottom: 0px;
}
/* end footer */




content p {
	font-size:131% !important /*Non-IE6*/;
	font-size:115% /*IE6*/;
}
p.l {
	font-size:145% !important /*Non-IE6*/;
	font-size:130% /*IE6*/;
}
p.xl, ul li.xl {
	font-size:160% !important /*Non-IE6*/;
	font-size:145% /*IE6*/;
}
p.xxl {
	font-size:175% !important /*Non-IE6*/;
	font-size:160% /*IE6*/;
}


/* kontakt */
.contactform input.field {
	margin-top: 0px;
	margin-bottom: 0em;
}


/* search results */
#results {
	margin-left: 30px;
	margin-bottom: 15px;
}
#result_report {
	margin-left: 30px;
	margin-bottom: 20px;
	font-size:120% !important /*Non-IE6*/;
	font-size:120% /*IE6*/;
}
#other_pages {
	margin-left: 30px;
	margin-bottom: 15px;
}
#did_you_mean {
	margin-left: 30px;
	margin-bottom: 15px;
}


/* Bildergalerie */
/* thumbs zentrieren */
.tabindex tr td {
	width: auto;
	height: 110px;
	background-color: #FFFFFF;
}
.tabindex tr td div a img {
	clear:both;
	float:none;
	display:block;
	margin:0 auto;
}
.picture {
	text-align: center;
	padding: 5px;
}
.picimg {
	padding: 5px;
	margin-bottom: 3px;
}


/* Kontakt */
div.kontakt {
	height: auto;
	padding-top:3px;
	padding-bottom:3px;
	font-size:160% !important /*Non-IE6*/;
	font-size:145% /*IE6*/;
	padding-left: 20px;
}


/* gästebuch */
/* buttons */
input.gbuchbutton {
	width:170px;
	padding:3px !important /*Non-IE6*/;
	padding:2px /*IE6*/;
	background:rgb(230,230,230);
	border:solid 1px rgb(150,150,150);
	text-align:center;
	color:rgb(150,150,150);
	font-size:145%;
}
input.gbuchbutton:hover {
	cursor:pointer;
	border:solid 1px rgb(80,80,80);
	background:rgb(220,220,220);
	color:rgb(80,80,80);
}
p.gfehler {
	font-size: 160% !important;
	color: #FF0000;
	text-align: center;
	font-weight: bold;
}
td.gname {
	width:140px;
}
td.gemail {
	width:140px;
}
td.gdate {
	width:100px;
}
.container .main .content .content-1col-nobox #noborder {
	border-bottom:none 0px rgb(215,215,215);
}

/* captcha */
/* buttons */
input.sunbutton {
	width:130px;
	padding:3px !important /*Non-IE6*/;
	padding:2px /*IE6*/;
	background:rgb(230,230,230);
	border:solid 1px rgb(150,150,150);
	text-align:center;
	color:rgb(150,150,150);
	font-size:145%;
}
input.sunbutton:hover {
	cursor:pointer;
	border:solid 1px rgb(80,80,80);
	background:rgb(220,220,220);
	color:rgb(80,80,80);
}
input.sunfield {
	width:130px;
	height: auto;
	padding-top:3px;
	padding-bottom:3px;
	font-size:160% !important /*Non-IE6*/;
	font-size:145% /*IE6*/;
	padding-left: 20px;
	margin-top: 0px;
	margin-bottom: 0em;
}


