﻿/* Author: Jonas Hellwig */
/* Company: Euroweb Internet GmbH */
/* Copyright: 2008 - Jonas Hellwig & Euroweb Internet GmbH */


/* ----------------------------------------------------- */
/* ----------------| Imported Stylesheets |------------- */
/* ----------------------------------------------------- */



/* ------------------------------------------ */
/* --------------- Global Tags -------------- */
/* ------------------------------------------ */

* {
	margin: 0;
	padding: 0;
}

body {	
	background:#ffe9d2 url(../images/body_bg.jpg) 0 0 repeat-x;
	font-size: 1em;
	font-family: "Trebuchet MS", "Lucida Grande", "Bitstream Vera Sans", Arial, Helvetica, sans-serif;
	color:black;
	line-height:1.4em;
}

hr {
	display:none;
}

a:focus {
	outline:0; /* disable dotted active-link borders */
}


/* ------------------------------------------ */
/* ------------- Global Classes ------------- */
/* ------------------------------------------ */

.clear {
	float:none;
	clear:both;
	height:1px;
}

.hr {
	height:1px;
	background:#666;
	margin:0 0 15px 0;
}

.left {
	float:left;
}

.right {
	float:right;
}

.tab10 {
	float:left;
	width:10px;
}

.tab20 {
	float:left;
	width:20px;
}

.tab30 {
	float:left;
	width:30px;
}

.tab40 {
	float:left;
	width:40px;
}

.tab50 {
	float:left;
	width:50px;
}

.tab60 {
	float:left;
	width:60px;
}

.tab70 {
	float:left;
	width:70px;
}

.tab80 {
	float:left;
	width:80px;
}

.tab90 {
	float:left;
	width:90px;
}

.tab100 {
	float:left;
	width:100px;
}

/* ------------------------------------------ */
/* ------------------ Wrapper --------------- */
/* ------------------------------------------ */

div#wrapper {
	width:980px;
	background:url(../images/wrapper_bg.jpg) top center no-repeat;
	margin:0 auto;
	border:none;
}

/* ------------------------------------------ */
/* ------------- Accessibility -------------- */
/* ------------------------------------------ */

div#accessibility {
	display:none;
}

/* ------------------------------------------ */
/* ------------------ Header ---------------- */
/* ------------------------------------------ */

div#header {	
	float:left;
	height:325px;
	width:980px;
	background:transparent;
}

/* ------------------------------------------ */
/* -------------| Brand / Logo |------------- */
/* ------------------------------------------ */

h1.logo a {
   	float:left;
	display: block;
	padding:0;
	margin:39px 0 0 55px;
    font-size:0.01em;
    text-indent:-5000px;
	width:411px;
	height:131px;
	background:url(../images/brennerei-pension-brandtner_logo.jpg) 0 0 no-repeat;
}

* html h1.logo a { /* IE6 Hack */
	margin:39px 0 0 27px;
}

/* ------------------------------------------ */
/* ------------------ Sidebar --------------- */
/* ------------------------------------------ */

div#sidebar {
	float:left;
	width:370px;
	background:transparent;
	font-size:0.8em;
	margin:93px 0 0 0;
}

div#sidebar a:link, 
div#sidebar a:visited {
	color:#a1512d;
	text-decoration:underline;
}

div#sidebar a:hover, 
div#sidebar a:active {
	color:#a1512d;
	text-decoration:none;
}

div#sidebar h4 {
	margin:0 0 10px 0;
	padding:0 0 3px 0;
	border-bottom:2px solid #dfae91;
	color:#501c00;
	font-size:25px;
	font-weight:normal;
	font-family:Georgia, "Times New Roman", Times, serif;
	display:block;
	float:left;
	line-height:30px;
}

/* ------------------------------------------ */
/* ----------------- Main Menu -------------- */
/* ------------------------------------------ */

ul#main-menu {
	float:left;
	padding:0;
	margin:53px 0 0 54px;
	width:551px;
	height:28px; 
	background:transparent;
	list-style-type:none;
}

* html ul#main-menu { /* IE6 Hack */
	margin:53px 0 0 27px;
}

ul#main-menu li {
	float:left;
	padding:0;
	margin:0;
	font-size:0.01em;
	line-height:0.01em;
}

ul#main-menu a span {
	font-size: 0.01em;
	visibility: hidden;
	text-align:-5000px;
}

ul#main-menu a {
	display: block;
	text-decoration: none;
	border:none;
}

/* Individual Link Classes */

ul#main-menu a.brennerei { 
	width:112px;
	height:28px; 
	background:url(../images/main-menu_bg.jpg) 0 0 no-repeat;
}

ul#main-menu a.brennerei:hover {
	background:url(../images/main-menu_bg.jpg) 0 -28px no-repeat; 
}

ul#main-menu a.pension { 
	width:105px;
	height:28px; 
	background:url(../images/main-menu_bg.jpg) -112px 0 no-repeat;
}

ul#main-menu a.pension:hover {
	background:url(../images/main-menu_bg.jpg) -112px -28px no-repeat; 
}

ul#main-menu a.gaestebuch { 
	width:130px;
	height:28px; 
	background:url(../images/main-menu_bg.jpg) -217px 0 no-repeat;
}

ul#main-menu a.gaestebuch:hover {
	background:url(../images/main-menu_bg.jpg) -217px -28px no-repeat; 
}

ul#main-menu a.kontakt { 
	width:108px;
	height:28px; 
	background:url(../images/main-menu_bg.jpg) -347px 0 no-repeat;
}

ul#main-menu a.kontakt:hover {
	background:url(../images/main-menu_bg.jpg) -347px -28px no-repeat; 
}

ul#main-menu a.anfahrt { 
	width:96px;
	height:28px; 
	background:url(../images/main-menu_bg.jpg) -455px 0 no-repeat;
}

ul#main-menu a.anfahrt:hover {
	background:url(../images/main-menu_bg.jpg) -455px -28px no-repeat; 
}



/* ------------------------------------------ */
/* ------------------ Content --------------- */
/* ------------------------------------------ */

div#content {
	float:left;
	width:492px;
	margin:0 60px 0 54px;
	padding:0;
	min-height:600px;
	background:transparent;
	font-size:1em;
	line-height:1.5em;
}

* html div#content { /* IE6 Hack */
	height:600px;
	margin:0 60px 0 27px;
}

div#content p {
	margin:0 0 15px 0;
}

.topic { /* graphic topic general settings */
	font-size:0.01em;
	text-indent:-5000px;
	width:10px; 
	height:10px; 
	margin:0 0 10px 0;
}

div#content h2 {
	margin:0 0 15px 0;
	padding:0 0 3px 0;
	border-bottom:2px solid #dfae91;
	color:#501c00;
	font-size:25px;
	font-weight:normal;
	font-family:Georgia, "Times New Roman", Times, serif;
	display:block;
	float:left;
	line-height:30px;
}

div#content h3 {
	margin:0 0 0px 0;
	padding:0 0 3px 0;
	color:#501c00;
	font-size:22px;
	font-weight:normal;
	font-family:Georgia, "Times New Roman", Times, serif;
	line-height:30px;
}

div#content a:link, 
div#content a:visited {
	color:#a1512d; 
	text-decoration:underline;
}

div#content a:hover, 
div#content a:active {
	color:#a1512d; 
	text-decoration:none;
}

div#content ul.checkbox {
	list-style:none;
	margin:0 0 15px 10px;
}

div#content ul.checkbox li {
	background:url(../images/li_checkbox.gif) 0 5px no-repeat;
	padding:0 0 0 18px;
}

div#content .img_left {
	float:left;
	margin:0 10px 5px 0;
}

div#content .img_right {
	float:right;
	margin:0 0 5px 10px;
}

/* ------------------------------------------ */
/* ------------------ Footer ---------------- */
/* ------------------------------------------ */

div#footer-container {
	position:relative;
	margin:0;
	padding:0;
	height:122px;
	width:100%;
	background:url(../images/footer_bg2.jpg) top center repeat-x;
}

div#footer {
	margin:0 auto;
	padding:52px 0 0 54px;
	height:70px;
	width:926px;
	background:url(../images/footer_bg.jpg) top center no-repeat;	
	font-size:11px;
}

div#footer a:link, 
div#footer a:visited {
	color:white; 
	text-decoration:none;
}

div#footer a:hover, 
div#footer a:active {
	color:white; 
	text-decoration:underline;
}

#flashContent{
	width: 100%;
	height: 100%;
}

#flashContainer{
	position: relative;

	width: 800px;
	height: 560px;
	
	margin: -280px auto;
	
	top: 50%;
}
