/* ferienhausstyle-stylesheet */



html, body {height: 100%;

}

body {
	margin: 0;
	padding: 0;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	background-repeat: repeat-x;
	background-image: url(img/bg_body.jpg);

}

#container {
	position: relative;
	min-height: 100%;
	height: 100%;
	height: auto;
	width: 928px;
	margin: auto;
	background-image: url(img/bg_con.jpg);
	background-repeat: repeat-y;

}

html>body #container {
	height: auto;

}
#logobox{
	width: 928px;
	height: 216px;
	position: relative;
	background-image: url(img/bg_logo.jpg);

}
#navigation{
	width: 860px;
	height: 22px;
	background-image: url(img/bg_logo_top.jpg);
	margin: auto;
	padding-top: 25px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: right;
	word-spacing: 10px;

}

#logologo{
	width: 321px;
	height: 140px;
	float: left;
	margin-left: 30px;

}

#content {
	padding: 10px;
	padding-bottom: 48px;
	width: 840px;
	margin: auto;
    
}

#footer {
	position: absolute;
	bottom: 0;
	padding: 0px;
	width: 100%;
	text-align: center;
	background-repeat: no-repeat;
	background-image: url(img/bg_footer.jpg);
	height: 28px;

}

#footer p {

    color: #000;

    padding-bottom: 0;

    font-size:0.8em;

}

.small {
    font-size:0.8em;
}

h1, p {

    margin: 0;

    padding-bottom: 1px;

}

#content h1 {

    font-size: 1.2em;

    font-weight:bold;

    line-height: 1.8em;

}

#content h2 {

    font-size: 1.2em;

    line-height: 1.6em;

}

#content h3 {

    font-size: 1.1em;

    line-height: 1.4em;

}

/************* Links ************/

a{

text-decoration:none;

}



a:hover{
	color:#F1EABE;

}



a img{

    border-width: 0px;

}

a:link {
	text-decoration: none;
	color: #000000;

}

a:visited {
	text-decoration: none;
	color: #000000;

}

a:hover {
	text-decoration: none;
	color: #A09123;

}

