﻿/*************************
bg-braun:     #FFC
hell-braun:   #CBA674
mittel-braun: #956939
dunkel-braun: #7D5024
sehr-dunkel:  #673B15
*************************/




html,body {
	margin:0;
	padding:0;
	font-size:100.01%;
	font-family: verdana,Arial, Helvetica, sans-serif;
	text-align:center;
	background-color:#CCC;
}

/* content formatierungen */
#main_body {
	background-color: #FFF;
    height:902px;
	border-left:1px solid #956939;
	border-right:1px solid  #956939;
	z-index: 1;
}



H1 {
	font-family: verdana;
	font-size:14px;
	font-weight:normal;
	color: #673B15;
	text-align:justify;
}

H2 {
	font-family: verdana,Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color: #673B15;
	text-align:justify
}

h2 a{
	color: #29547E;
	font-size:12px;
	text-decoration: underline;
	font-weight:normal;
}

h2 a:hover {
	color: #29547E;
	font-size:12px;
	text-decoration:overline;
	font-weight:normal;
}
H3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color: #673B15;
	text-align:justify;
	line-height: normal;
}

H4 {
	font-family: verdana,Arial, Helvetica, sans-serif;
	font-size:0.8em;
	font-weight:bold;
	color: #673B15;
}

p  a{
	color: #29547E;
	font-size:11px;
	text-decoration: none;
	font-weight:normal;
}

p  a:hover {
	color: #29547E;
	font-size:11px;
	text-decoration:overline;
	font-weight:normal;
}



p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	color: #673B15;
	text-align:justify;
}
#text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	color: #673B15;
	text-align:justify;
}
.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	color: #673B15;
	text-align:justify;
}
.list {
	font-family: Verdana,Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color: #673B15;
	text-align:justify;
}

.tb {
	text-decoration: underline;
}

/* content formatierungen ende*/

#bild {
	
	border-top:1px solid #956939;
	border-bottom:1px solid #956939;
	}


/*navi*/
#lang  a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:normal;
	color: #673B15;
	text-decoration: none;
}

#lang a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:normal;
	color: #956939;
	text-decoration:none;
}

#navigation{
	display:block;
	font-family: verdana,Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	background:#CBA674;
	border-bottom:1px solid #956939;
	
}

#navigation ul{
	margin:0 0px;
	padding: 0;
	list-style-type:none;
	width: auto;
}

#navigation ul li{
	display:block;
	float:left;
	margin:0;
}

#navigation ul li a{
	display:block;
	float:left;
	color: #673B15;
	text-decoration:none;
	padding:0 1.5em 0 1em;
	line-height:25px;
}

#navigation ul li a:hover {
	color: #CBA674;
}




.gelb {
	background: #F1E2D3;
	border-left:1px solid #7D5024;
}

/*navi ende */

/* Footer */

#footer {
	background:#CBA674;
	border-top:1px solid #956939;
	border-bottom:1px solid #956939;
    }
#footer p{
	font-size: 0.6em;
	color:#673B15;
	margin:7px;
	margin-left: 5px;
	margin-right: 330px;
	float:left;
}

#footer ul{
	font-size: 11px;
	margin:0px 5px;
	padding: ;
	list-style-type: none;
	width: auto;
}

#footer ul li{
	float:left;
	margin:6px;
}

#footer ul li a{
	float:left;
	color: #673B15;
	text-decoration: underline;
	padding:0 0.5em 0 0.5em;
}

#footer ul li a:hover {
	color: #956939;
	text-decoration:overline;
}
a{
	
	color: #673B15;
	text-decoration: underline;
	
}

a:hover {
	color: #956939;
	text-decoration:overline;
}
/* Footer Ende */
/*highslide */
.highslide { 
	 
	cursor: url(../img/graphics/zoomin.cur), pointer;
    outline: none;
}
.highslide img {
	border: 1px solid gray;
}
.highslide:hover img {
	border: 1px solid white;
}

.highslide-image {
	border: 10px solid #956939;
}
.highslide-image-blur {
}
.highslide-caption {
    display: none;
    border: 5px solid white;
    border-top: none;
    padding: 5px;
    background-color: white;
}
.highslide-loading {
    display: block;
	color: white;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
    text-decoration: none;
	padding: 3px;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
    background-color: black;
    /*
    padding-left: 22px;
    background-image: url(img/graphics/loader.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
    */
}
a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}

.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}

.highslide-html {
    background-color: white;
}
.highslide-html-blur {
}
.highslide-html-content {
	position: absolute;
    display: none;
}
.highslide-loading {
    display: block;
	color: black;
	font-size: 8pt;
	font-family: sans-serif;
	font-weight: bold;
    text-decoration: none;
	padding: 2px;
	border: 1px solid black;
    background-color: white;
    
    /*padding-left: 22px;
    background-image: url(highslide/graphics/loader.white.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;*/   
}
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}

.control {
	float: right;
    display: block;
    /*position: relative;*/
	margin: 0 5px;
	font-size: 9pt;
    font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	color: #999;
}
.control:hover {
	color: black !important;
}
.highslide-move {
    cursor: move;
}
