/*
	CSS Document: css_template.css
	Version: 1.2 | Date: 2009-10-07
	Project: www.ammerhauser.at
	Author: websLINE, 2008-2009
	-------
	Update 1: Einbau neues eckiges Logo
	Update 2: Codeumstellung Header >< Main
*/


/* HAUPTEINSTELLUNGEN  */

form {
	margin: 0; padding: 0;
	}
img {
	border: 0;
	display: block;
	}
#main img {
	display: inline;
	}
.clearfix:after {
   content: "."; 
   clear: both; 
   display: block; 
   height: 0; 
   visibility: hidden;
	}
.clearfix { 
	display: inline-block;
	}
/* Holly Hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* Holly Hack End */
.skip {
	display: none;
	}
.nolist, .nolist dd {
	margin: 0; padding: 0;
	list-style: none;
	}


/* DESIGN AUFBAU */

body {
	margin: 0; padding: 0;
	text-align: center;
	background: #fff;
	border-top: 7px solid #004c1c;
	}
#site {
	position: relative;
	width: 995px;
	text-align: left; 
	margin: 0px auto;
	}


/* Head*/

#header {
	position: absolute;
	top: 0; left: 0;
	height: 417px;
	width: 995px;
	}
/* Altes rundes Logo
.logo {
	position: absolute;
	top: 34px;
	left: 50%;
	margin-left: 76px;
	display: block;
	width: 190px;
	height: 110px;
	z-index: 100;
	}
html>body .logo {
	background: url(img_logo.png) no-repeat;
	}
*/
.logo {
	position: absolute;
	top: 34px;
	left: 50%;
	margin-left: 63px;
	display: block;
	width: 226px;
	height: 103px;
	z-index: 100;
	background: url(img/img_logo.gif) no-repeat;
	}
.logo strong {
	display: none;
	}
.headlinks {
	padding: 10px 0 35px 0 !important;
	}
.headlinks li {
	display: inline;
	}
.headlinks li a {
	padding: 10px 4px 10px 0;
	}
.slogan {
	float: right;
	margin: 10px 0 9px 0;
	}
#headerRight {
	float: right;
	clear: both;
	width: 305px;
	height: 298px;
	padding: 10px;
	background: #97be0d;
	}
.headimage {
	float: left;
	}
/* .fb_link{
	background: url(img/facebook_icon.gif) 0 0 no-repeat;
	position: absolute;
	top: -10px;
	right: 0;
	display: block;
	width: 25px;
	height: 33px;
	text-indent:-19999px;
	overflow:hidden;
	}
	*+html .fb_link{top:0;}
*/

/* Main */

#main {
	margin: 10px 0;
	padding-top: 417px;
	}
#dStart #main {
	margin: 10px 0 0 0;
	}
#mainLeft {
	width: 661px;
	float: left;
	}
#dContent #mainLeft {
	width: 630px;
	padding: 0 20px 0 10px;
	border-top: 1px solid #004b1e;
	}
#mainRight {
	width: 325px;
	float: right;
	border-top: 1px solid #004b1e;
	padding: 20px 0;
	}
#dStart #mainRight {
	border: 0;
	padding: 0;
	}
#content {
	padding: 25px 0 15px 0;
	}
#dStart #content {
	width: 326px;
	float: right;
	padding: 0;
	}
#dStart #contentLeft {
	float: left;
	width: 326px;
	}


/* Footer  */

#footer {
	height: 60px;
	}
#footer p {
	border-top: 1px solid #004b1e;
	margin: 0;
	padding: 6px 0 0 0;
	}
.websline {
	float: right;
	margin: 6px 0 0 0;
	}

/* LOGOS BOTTOM */
#logosbottom{
	width:756px;
	height:47px;
	overflow:hidden;
	background-color:#efefef;
	margin-top:10px;
}
#logosbottom a{
	text-indent:-19999px;
	display:block;
	height:47px;
	background:url(img/logos-bottom.jpg) 0 0 no-repeat;
	float:left;
}

#logosbottom a.viaculinaria{
	width:105px;
	background-position: 0 0;
}
#logosbottom a.viaculinaria:hover{
	width:105px;
	background-position: 0 -47px;
}
#logosbottom a.ama{
	width:136px;
	background-position: -105px 0;
}
#logosbottom a.ama:hover{
	width:136px;
	background-position: -105px -47px;
}
#logosbottom a.convention{
	width:69px;
	background-position: -241px 0;
}
#logosbottom a.convention:hover{
	width:69px;
	background-position: -241px -47px;
}
#logosbottom a.roundtable{
	width:98px;
	background-position: -310px 0;
}
#logosbottom a.roundtable:hover{
	width:98px;
	background-position: -310px -47px;
}
#logosbottom a.holidaycheck{
	width:124px;
	background-position: -407px 0;
}
#logosbottom a.holidaycheck:hover{
	background-position: -407px -47px;
}
#logosbottom a.tripadvisor{
	width:124px;
	background-position: -531px 0;
}
#logosbottom a.tripadvisor:hover{
	background-position: -531px -47px;
}
#logosbottom a.rennrad{
	width:100px;
	background-position: -655px 0;
}
#logosbottom a.rennrad:hover{
	background-position: -655px -47px;
}
