@import "standards.css";
@import "form_elements.css";
@import "required.css";

/*** body ***/

html {
	background:#f2f2f2;	
}

body {
	background:#f2f2f2;
	font-family:'Lucida Grande', Tahoma, Verdana, Helvetica, Arial, sans-serif;
	font-size:12px;
	color:#252525;
}

a {
    color:#757575;
	text-decoration: none;
}
a:hover {
	color:#ee7e00;
}

img, div {
  behavior: url('iepngfix/iepngfix.htc');
}

/*** standards ***/

div.seperator {
	margin-bottom:15px;
	border-top:1px solid #d9d9d9;
}

/*** containers ***/

div#page_container {
	width:1000px;
	margin:auto;
	margin-top:20px;
	margin-bottom:20px;
}

div#header {
	height:80px;
	background:url('../images/layout/header.png') no-repeat;
}

div#page {
	background:url('../images/layout/background_page.png') repeat-y;
	border-bottom:1px solid #c5c5c5;
}

div#left {
	float:left;
	width:200px;
}

div#content_container {
	float:left;
	width:600px;
}

div#right {
	float:left;
	width:200px;
}

div#footer {
	height:20px;
	text-align:right;
}


/*** left ***/

div#left ul {
    width: 198px;
    margin:0px 1px;
}
div#left ul li a {
    display: block;
    border-bottom: 1px solid #d9d9d9;
    border-top: 1px solid #fff;
    font-size: 12px;
    color:#757575;
    text-shadow:0px 1px 0px #fff;
    padding:8px 0px 8px 32px;
    background:url(../images/layout/navicon.png) no-repeat;
    background-position:12px 10px;
}
div#left ul li a:hover,
div#left ul li.active a  { 
    color: #ee7e00;
    background-position:12px -29px;
}

/*** right ***/

div#right ul {
    width: 198px;
    margin:0px 1px;
}
div#right ul li a {
    display: block;
    border-bottom: 1px solid #d9d9d9;
    border-top: 1px solid #fff;
    font-size: 12px;
    color:#757575;
    text-shadow:0px 1px 0px #fff;
    padding:8px 0px 8px 45px;
}
div#right ul li a:hover,
div#right ul li.active a  { 
    color: #ee7e00;
}
div#right ul li.kontakt {
	background:url(../images/layout/navicon_kontakt.png) 5px 0px no-repeat;
}
div#right ul li.anfahrt {
	background:url(../images/layout/navicon_anfahrt.png) 5px 0px no-repeat;
}
div#right ul li.gaestebuch {
	background:url(../images/layout/navicon_gaestebuch.png) 5px 0px no-repeat;
}
div#right ul li.wetter {
	background:url(../images/layout/navicon_wetter.png) 5px 0px no-repeat;
}
div#right #wetter_div {
	background-color:#fbfbfb;
	border-bottom: 1px solid #d9d9d9;
    border-top: 1px solid #fff;
}

/*** content ***/

div#content {
	padding:20px 20px 0px;
}
div#content p {
	line-height:18px;
}
h1,h2,h3,h4,h5,h6 {
	color:#B30000;
}
h1 {
	font-size:16px;
	margin-bottom:15px;
}
h2 {
	font-size:15px;
	margin-bottom:10px;
}
h3 {
	font-size:14px;
	margin-bottom:10px;
}
h4 {
	font-size:12px;
	margin-bottom:10px;
}


/*** images ***/

div.images_container {
	float:right;
	margin-left: 20px;
}
div.images_item {
	width:126px;
	margin-bottom:15px
}
div.images_caption {
	font-size:10px;
	line-height:normal;
	margin-top:3px;
}
img.imgborder {
	border:3px solid #d9d9d9;
}

