body{
    color: #535A5F;
    background:#fff;
    margin:0;
    padding:0;
    font: 12px Helvetica, Arial, sans-serif;
}

a{
	color: #535A5F;
	text-decoration: none;
}

a:hover{
	color: #D82740;
  	text-decoration: none;
}

a img{
  	border: none;
}
  
img{
	padding: 0px;
	margin: 0px;
	border: none;

}
  
p{
    font-size: 12px;
    margin: 0 0 1.2em;
}

h1 {
    font-size: 15px;
    margin: 3px 0; 
    padding: 0em;
    text-align: left;
}

h2 {
    font-size: 12px;
    margin: 3px 0; 
    padding: 0em;
    text-align: left;
}


#head{
    height: 100px;
    padding: 15px;
    margin: 0px;
}

#container{
    width: 650px;
    min-height: 700px;
    background: #fff;
    padding: 0;
    margin: 20px auto 20px;
    border: 1px dotted #D82740;
}


#menu{
    float:left;
    width: 225px;
    height: 100%;
}
    
#menu ul{
    margin: 0px;
    padding: 0 0 0 20px;
    list-style:none;
}

#menu li{
    padding: 0 0 4px 0;
    margin: 0;
}

#menu li.active a {
    color: #D82740;
    text-decoration: none;
}

#content{
    padding: 0 20px 0 0;
    margin-left: 225px;
    line-height: 18px;
}

#foot{
    padding: 5px 0 0 0;
    margin: 0 0 0 225px;
}

#foot p{
    font-size: 9px;
}

#trennlinie {
    border-top: 1px dotted #D82740;
    margin: 0 0 10px 0;
}

.unterzeile {
    font-size: 11px;
}

.rot{
    color: #D82740;
}

//Dhonishow CSS
.dhonishow {
	overflow: hidden;
	float: left;
	width: 400px;
}           

.dhonishow * {
	padding:  0;
	margin: 0;
	border:  none;
	list-style: none;
}                  

.dhonishow-image {
	overflow: hidden;
	width: 400px;
	height: 320px;
	text-align: left;
	background: #fff;
	position: relative;
	display: block;
}     

.dhonishow-image li {
	position: absolute;
	left: 0;
	top: 0;
	margin: 0;
	padding: 0;
}

.dhonishow-navi {  
	margin-bottom: 2px;
	overflow: hidden;
	width: 400px;
	padding: 5px 0 5px 5px;
	border-top: 1px dotted #D82740;
	border-bottom: 1px dotted #D82740;
}
                  
.dhonishow-picture-alt {
    width: 280px;
	text-align: left;
	float: left;
}          

.dhonishow-navi .dhonishow-next-picture,
.dhonishow-navi .dhonishow-previous-picture {
	text-indent: -999px;
	width: 16px;
	height: 18px;
	float: right;
	margin: 0;
	cursor:  pointer;
	-moz-outline: none;
}

                                        
.dhonishow-navi .dhonishow-next-picture {
	margin-right: 15px;
	background: url(graphik/next.gif) no-repeat;
}

.dhonishow-previous-picture {
	background: url(graphik/previous.gif) no-repeat;	
}

.dhonishow-next-picture:hover {
	background: url(graphik/next_hover.gif) no-repeat;
}

.dhonishow-previous-picture:hover {
	background: url(graphik/previous_hover.gif) no-repeat;	
}


.dhonishow-navi .paging {
	float: right;
	margin: 0 10px;
}
