html {
height: 101%;
}

body {
background-image:url(../images/elements/back_aussen.gif);
font-size: 12px;
line-height: 1.5em;
font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
color:black;
padding:0;
margin:0;
text-align: center;
}


/* --------------------------------------------grundlayout-------------- */

/* ----------container zentriert das layout-------------- */
#container {
width: 950px;
margin: 15px auto 10px auto;
background-color: #D4D2C5;
background-image:url(../images/elements/container-background.jpg);
text-align: left;
border-top: solid 2px #aeaa99;
border-right: solid 2px #aeaa99;
border-bottom: solid 2px #aeaa99;
border-left: solid 2px #aeaa99;
}

/* ----------banner for logo-------------- */
#banner {
padding: 0px;
margin: 0px;
height:120px;
}

/* --------------navigation links------------- */
#navigation {
float: left;
width: 150px;
text-align: left;
}

/* -----------------Inhalt--------------------- */
#content {
background-color: white;
padding: 0 15px;
margin: 0 150px;
width: auto;
}

#content li a {
text-decoration: none;
}

#content li a:hover {
text-decoration: underline;
}

/* --------------Werbebereich rechts------------- */
div#rechte-spalte {
float: right;
width: 150px;
padding: 0;
margin: 0;
height: 100%;
}

div#rechte-spalte iframe#cart {
width: 146px;
height: 25px;
overflow: hidden;
border: none;
margin: 0;
padding: 0;
}

div#rechte-spalte iframe#bild {
width: 150px;
height: 700px;
overflow: hidden;
border: none;
margin: 0;
padding: 0;
}

/* -----------footer--------------------------- */
#footer {
clear: both;
text-align: center;
height: 20px;
font-size:9px;
background-color: #D4D1C4;
padding-top: 7px;	
}



/* --------------------------------------------layoutstile-------------- */

/*
Allgemeines
*/

a:hover {color: #564b47;}
a:active {color:#000000;}
a img {border: 0}

h1 {
font-size: 16px;
font-weight: bold;
border-bottom:1px dotted #564b47;
padding:20px 10px 10px 0px;
margin:0 0 5px 0;
color:#333333;}

h2 {
font-size:15px;
font-weight: bold;
padding: 10px 0px 5px 0px;
margin:0px;
}

h3 {
font-size: 13px;
font-weight: bold;
padding: 5px 0px 5px 0px;
margin:0px;}

h4 {
font-size: 12px;
font-weight: bold;
padding: 10px 0px 5px 0px;
margin:0px;}

caption {
font-size:15px;
font-weight: bold;
padding: 10px 0px 5px 0px;
margin:0px;
text-align:left;
}

table{
font-size: 12px;
padding-top: 5px;
text-decoration: none;}

#content table a{
text-decoration: none;
}

.p_kontakt {
padding-top: 10px;
}

.top {
text-align: right;
}

.clear {
	clear: both;
}


/*
Schriftformate footer
*/

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


/*
Schriftformate Menü
*/

#navigation-linie {
border-bottom:1px dotted black;
}



/*
Schriftformate contentbereich
*/

#content li {
margin-left: 10px;
}

.p_hervorgehoben {
background-color:#FF0000;
color: white;
font-weight:bold;
}

#content h2 a {
text-decoration:none;
}

#content ul li {
margin: 0;
padding-bottom: 5px;
}

#content a {
color: #000033;
}

#content img {
border: none;
margin: 10px;
}

#content p {
margin: 0 0 10px 10px;
}

#content h2 {
margin-left: 10px;
}

#content h3 {
margin-left: 10px;
}
#content h4 {
margin-left: 10px;
}

/*
Format Breadcrumbs
*/

div#breadcrumbs {
padding-top:20px;
}

div#breadcrumbs a {
text-decoration: none;
}

div#breadcrumbs a:hover {
text-decoration: underline;
}

