/*************************
LAYOUT
**************************/

* /*Set's border, padding and margin to 0 for all values*/
{
    padding: 0;
    margin: 0;
}

body, html {
    color: #000; 
	font-size: 0.8em;
    font-family: Century Gothic,Arial,Verdana,Helvetica;
    background-color: #364334;
	background-image:url(images/bg.jpg);
	background-repeat: repeat-x;
	background-position:top;
    text-align: center; /*** Centers the design in old IE versions ***/
    height: 100%;
}

body {
    font-size: 100.01%;
}

.clear { clear: both; }

#mainContainer {
    width: 930px;
	background:#e3eede;
	border-left:2px solid #e6d671;
	border-right:2px solid #e6d671;
	background-image:url(images/cbg.jpg);
	background-repeat: no-repeat;
	background-position:center 150px;
    margin: 0 auto; /*** Centers the design ***/
    min-height: 100%;
    text-align: left; /*** Because we centered the text in body we have to move the text back to left aligning ***/
    
}

* html #mainContainer {
   height: 100%;  /* ** IE doesn't support min-height, but instead it handles height as min-height so we need to hack the height ***/
   width:926px;
   position:relative;
}


/************* HEADER */

#header {
    padding: 0px;
    height: 150px;
	overflow: hidden;
	width: 936px;
	position:relative;
	margin-left:-2px;
}
* html #header{
width:934px;
margin-right:-2px;
position:relative;
}
#logo{
position:absolute;
top:0px;
left:0;
}

#slogan{
position:absolute;
top:90px;
left:370px;
font-size:1em;
font-weight:bold;
color:#336600;
}

#headermenu1{
position:absolute;
bottom:5px;
left:0;
width:370px;
border-bottom: 2px solid #c6b860;
}

#headermenu1 ul{
margin:0;
padding:0;
display:inline;
}
#headermenu1 li{
margin:0;
padding:0;
display:inline;
}

#headermenu1 ul li a, #headermenu1 ul li a:link, #headermenu1 ul li a:visited, #headermenu1 ul li a:active {
color:#7b6830;
padding:0 20px;
text-decoration:none;
font-weight:bold;
font-size:1.2em;
text-transform:uppercase;
}

#headermenu1 ul li a:hover {
color:#c6b860;
}
#headermenu1 ul li a.active {
color:#c6b860;
}

#headermenu2{
position:absolute;
bottom:5px;
right:0;
width:370px;
text-align:right;
border-bottom: 2px solid #c6b860;
margin-right:2px;
}

#headermenu2 ul{
margin:0;
padding:0;
display:inline;
}
#headermenu2 li{
margin:0;
padding:0;
display:inline;
}

#headermenu2 ul li a, #headermenu2 ul li a:link, #headermenu2 ul li a:visited, #headermenu2 ul li a:active {
color:#7b6830;
padding:0 20px;
text-decoration:none;
font-weight:bold;
font-size:1.2em;
text-transform:uppercase;
}

#headermenu2 ul li a:hover {
color:#c6b860;
}
#headermenu2 ul li a.active {
color:#c6b860;
}



/************* MENÜ LINKS */

#leftWrap{
padding:10px;
}

#leftmenu{
margin-top:20px;
}

#leftmenu ul{
margin:0;
padding:0;
display:block;
}
#leftmenu li{
margin:0;
padding:0;
display:block;
}

#leftmenu ul li a, #leftmenu ul li a:link, #leftmenu ul li a:visited, #leftmenu ul li a:active {
color:#7b6830;
padding:5px 10px;
text-decoration:none;
font-weight:bold;
display:block;
}

#leftmenu ul li a:hover {
color:#c6b860;
}
#leftmenu ul li a.active {
color:#c6b860;
}

*html #leftmenu ul li a {
height:1.2em;
}
*html .active {
color:#c6b860;
}

#rightWrap{
padding:10px;
}

/************* WRAPS */

.contentWrap{
    padding: 10px 5px;
}
.leftWrap{
padding:10px 5px 10px 0;
}
.rightWrap{
padding:10px 0 10px 5px;
}

/************* FOOTER */

#footer {
    width: 900px;
    height: 29px; /*** The drawback with this solution is that the height of the footer can't be flexible. If you add so much content to the footer that it extends 30px, you will get a vertical scrollbar and the content will overflow the footer if you don't set overflow to hidden ***/
    margin: 0 auto;
    margin-top: -30px; /*** By using a negative margin-top we now moves the footer up the same amount as the footer height to avoid vertical scrolling. Remember, if you use borders and padding on your footer you will have to calculate this in your negative margin-top value also. ***/
    text-align: left;
	border-top:1px solid #999;
	color: #999;
	position:relative;
	font-size: 0.85em;
}

#footer-left{
position:absolute;
left:0px;
top:2px;
}

#footer-right{
position:absolute;
right:0px;
top:2px;
}

#footer-right a, #footer-right a:link, #footer-right a:visited, #footer-right a:active {
color: #440000;
text-decoration:none;
}

/*************************
INHALTE
**************************/

h1{
font-size:1.6em;
padding-bottom:0.35em;
}
h2{
font-size:1.3em;
padding-bottom:0.25em;
}
h3{
font-size:1.1em;
padding-bottom:0.15em;
}
ul{
margin-left:25px;
padding-bottom:1em;
}

p{
padding-bottom:1em;
}

a, a:link, a:visited, a:active {
color:#7b6830;
text-decoration:underline;
font-weight:bold;
}

a:hover {
color:#c6b860;
text-decoration:underline;
}


table.table-pictureborder img{
border:2px solid #c6b860;
}

#ankuender{
background-image:url(images/ankuendigung.jpg);
background-repeat: no-repeat;
width:270px;
height:295px;
margin-left:-10px;
margin-bottom:10px;
position:relative;
}
** #ankuender{
left:-10px;
}
#ankuender-text{
position:absolute;
top:50px;
left:85px;
font-size:0.8em;
color:#f4b416;
}

