/**
 * @author Design & Accessible Team ( Angie Radtke  )
 * @package Joomla
 * @subpackage Accessible-Template-Beez
 * @copyright Copyright (C) 2005 - 2008 Open Source Matters. All rights reserved.
 * @license GNU/GPL, see LICENSE.php
 * Joomla! is free software. This version may have been modified pursuant to the
 * GNU General Public License, and as distributed it includes or is derivative
 * of works licensed under the GNU General Public License or other free or open
 * source software licenses. See COPYRIGHT.php for copyright notices and
 * details.
 */




body
{
        color: #000000;
		background-color: #fffce4;
}

body.contentpane {
		width:auto;
		margin:10px;
		text-align: left;
}
img { border: 0 none; }


@charset "utf-8";
/* CSS Document */


html, body {
	margin: 0px;
	padding: 0px;
	height: 100%;
}

/* Kompletter Body */
#wrapper {
	width: 975px;
	height:100%; /* Mindesthöhe für den IE */
	overflow: hidden !important; /* FF Scroll-leiste */
	float: left;
	border-right: 5px solid #b60c1c;
}

/* Linker Bereich der Seite */
#wrapper-links {
	float:left;
	background: #fffce4;
	width: 138px;
	height:100%; /* Mindesthöhe für den IE */
	border-right: 1px solid #000;
}

/* Rechter Bereich der Seite */
#wrapper-rechts {
	float: left;
	width: 836px;
	height: auto !important;
	min-height: 100%; /* Mindesthöhe für den IE */
}

/* Logo links oben */
#logo {
	position: relative;
	top: 0px;
	width: 138px;
	height: 174px;
	margin: 0;
	padding: 0;
}

/* Navigation */
#navigation-links {
	position: relative;
	top: 0px;
	padding: 20px 0px 30px 0px;
	background: #ad9962;
	margin: 0px;
}

ul.menu li a:link,
ul.menu li a:visited
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	display: block;
	padding-left: 24px;
	padding-top: 2px;
	font-family: Times, serif;
	font-size: 15px;
	font-weight: normal;
	color: #FFF;
	padding-bottom: 2px;
	text-decoration: none;
	background-image: url(../images/mainlevel-bg.gif);
	background-repeat: no-repeat;
}

ul.menu {
	padding: 0px;
	margin: 0px;
}

ul.menu li {
	padding: 0px;
	margin: 0px;
}

/* Ritter unterhalb der Navigation */
#ritter-links {
	position: relative;
	top: 0px;
	margin:0px;
}

/* Counter unterhalb des Ritters */
#counter {
}

/* Kopfbild hier rein */
#header {
	position: absolute;
	top: 0px;
	background-image: url(../images/ferienwohnung-hammerschloss.jpg);
}

/* Hier kommt das Bild für den Fuß rein */
#footer {
	position: absolute;
	bottom: 0px;
	background-image: url(../images/footer.gif);
}

/* Hier kommt der Hauptteil */
#maincontent {
	padding: 0px 0px 0px 40px;
	width: 795px;
	clear: both;
	position: relative;
	top: 143px;
}



h1, h2, h3, h4, h4, h5, h6 {
	padding-bottom: 5px;
	margin: 15px 0;
    font-family: Times New Roman, Times, serif;
}
h1 {
	font-size: 20px;
	font-style: italic;
	color: #b60c1c;
	}

.contentpane {
	background-color: #fffce4;
	}

.contentheading {
	font-size: 200%;
}

.componentheading {
 	margin-bottom: 15px;
}

td.componentheading {
	padding-bottom: 15px;
}

/* @end */

/* @group Family */

.contentheading,
.componentheading {
	font-weight: bold;
}

.contentheading {
	/* see style css */
}


a:link,
a:visited {
    color: #000000;
	text-decoration: none;
	font-weight: bold;
	/* color: see style css */
}

a:hover {
    color: #000000;
	text-decoration: none;
	font-weight: bold;
	/* color: see style css */
}


/*****************************************************
 * CHANGE WIDTH SETTINGS HERE
 *
 * To change the width of this template just edit this 
 * div#wrapper element.
 *
 * Fixed - just chagne the width to your desired width
 * Fluid - remove the width element completely
 *
 *****************************************************/

table.mainbody {
	width:  100%;
}

table.mainbody td.left,
table.mainbody td.right {
	padding-left: 7px;
}


/* change this to affect the width of the side modules */
table.mainbody td.left,
table.mainbody td.right {
	width: 200px;
}

table.mainbody td.middle {

}


.popuphead {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-style: italic;
	font-weight: bold;
	color: #b60c1c;
	}
	
p.popuphead {
	line-height: 24px;
	}