﻿*{ 
    margin: 0;
    padding: 0;
  }
/* Firefox Scrollbar Hack - Do not remove */
html
{
	margin-bottom: 1px;
	height: 101%!important;
	height: auto;
}
a:focus, button:focus, input[type=button]:focus, input[type=submit]:focus
{ 
    outline: none !important; 
}
li
{
    list-style-type: none;
}
table
{
    margin-bottom: 10px;
}
td{
	padding: 0 20px 0 0;
}
body
{
    padding: 0px;
    margin: 0px;
    background: #635a5b url(images/bg.png) repeat;
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 14px;
    line-height: 20px;
    color: #000000;
}
h1
{
    font-size: 34px;
    font-weight: bold;
    line-height: 34px;
    letter-spacing: -1px;
    color: #1A9B9A;
    font-family: 'Trebuchet MS';
    margin-bottom: 20px;
}
h2
{
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}
h3
{
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
}
p
{
    margin-bottom: 10px;
}
ul
{
    margin-bottom: 10px;
}
#bg_top
{
    width: 100%;
    height: 100px;
    background: #3A2323;
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-bottom-color: #1f1c1c;
}
#head
{
    background: #3A2323;
    margin: 0px auto 0px auto;
    width: 990px;
    height: 100px;
}
#head img
{
    margin: 0px 0px 0px 30px;
}
#wrapper
{
    background: #FFFFFF;
    margin: 0px auto 0px auto;
    width: 990px;
    border-right-color: #1f1c1c;
    border-bottom-color: #1f1c1c;
    border-left-color: #1f1c1c;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 2px;
}

#content
{
    width: 990px;
	padding: 0px 0px 30px 0px;
}

#links
{
    width: 245px;
    float: left;
    /*border-right: 1px solid #CC3300;*/
}
#rechts
{
    margin: 20px 30px 10px 50px;
    width: 600px;
    float: left;
}
*html #rechts
{
    margin: 20px 30px 10px 50px;
    width: 620px;
    float: left;
}
/**** Hauptnavi ****/
.moduletable_menu
{
    font-family: 'Trebuchet MS';
    margin-left: 30px;
    margin-top: 20px;
}
.moduletable_menu h3
{
    margin: 0px;
    font-size: 20px;
    font-weight: bold;
    color: #ffffff;
    background: #3a2323 url(images/bg_h3.png) repeat-x;
    padding-left: 10px;
    padding-top: 3px;
    padding-bottom: 3px;
}
.menu
{
}
.menu li
{
    padding-left: 10px;
    padding-top: 3px;
    padding-bottom: 3px;
    background-color: #E5DDDD;
    border-bottom: solid 1px #B2AAAA;
	border-left: solid 1px #B2AAAA;
	border-right: solid 1px #B2AAAA;
    font-size: 14px;

}
.menu a
{
    text-decoration: none;
    color: #000000;
}
.menu li:hover
{
    background-color: #CEE0E0;
    color: #000000;
}
.menu span
{
	font-size: 11px;
	
}
/**** amazon frames ****/
.frame_links{
	width:213px;
	height:240px;
	margin-left: 30px;
    margin-top: 20px;
	padding: 34px 0 34px 0;
	border: 1px solid #B2AAAA;
	text-align: center;
	background: #E5DDDD;
}
/**** Footer ****/
#footer
{
    background-color: #E5DDDD;
    height: 40px;
    color: #6A4040;
}
#footer a
{
    color: #6A4040;
    text-decoration: none;
}
#footer a:hover
{
    text-decoration: underline;
}
#copy
{
    width: 320px;
    float: left;
    margin-top: 12px;
    margin-left: 10px;
}
.moduletable
{
    width: 280px;
    float: right;
    margin-top: 12px;
    margin-right: 10px;
}
.moduletable ul
{
    float: right;
}
.moduletable li
{
    display: inline;
    margin-left: 5px;
}


/**** clearer für firefox und opera für flexiblen wrapper ****/
.clearfix {	
	border: 0;
	clear: both;
	float: none;
	font-size: x;
	height: 0;
	line-height: 1px;
	margin: 0;
	padding: 0;
	visibility: hidden;
}


