body {
	background: #fff;
	background-image:url(graphic/struktur3.gif);
	background-repeat: repeat;
	font-family: Helvetica, Arial, _sans;
	font-size: 13px;
	color: #666;
}

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

a:link,
a:visited {
	color: #666;
	text-decoration: none;
	cursor: pointer;
}

a:focus,
a:hover,
a:active {
	color: #0f0;
}
/* Formular */
input, textarea { 
    color:#666; 
    margin: 5px 0;
	font-family: Helvetica, Arial, _sans;
	font-size: 13px;
	padding: 3px 2px;
}

.eingabe { 
    background-color: #fff; 
    width: 300px; 
    border: 1px solid #0f0; 
}

.button { 
    background-color: #fff; 
    color: #666; 
    width: 60px; 
    border: 1px solid #0f0; 
}

/* Seite */
#panel {
    background: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -340px;
    margin-top: -310px;
    width: 680px;
    height: 620px;
    overflow: hidden;
    padding: 10px;
    border: solid 1px;
    border-color: #666;
}

#footer {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -350px;
    margin-top: -290px;
    width: 700px;
    height: 20px;
    overflow: hidden;
    text-align: right;
}

#kasten {
    height: 10px;
    width: 10px;
    padding-left: 2px;
    border: #fff solid 2px;
    overflow: hidden;
}

#kontakt {
    top: 230px;
    position: absolute;
}


/* Navigation */
#navigation {
	clear: both;
	margin: 5px 0px 5px 0;
	overflow: hidden;
}

#m_1-1 {
    position: absolute;
	clear: both;
	margin: 0px 0px 0px 0;
	overflow: hidden;
}

#m_1-1 li {
	float: left;
	margin-right: 10px;
}

#navigation li {
	float: left;
	margin-right: 10px;
}

/* Inhalt*/
#content {
    color: #666;
    margin-top: 30px;
}

h2 {
    color: #666;
    margin-bottom: 5px; 
}

p {
    color: #666;
    margin: 5px 0;
    line-height: 16px;
}

#m_1-1-1, #m_1-1-2, #m_1-1-3, #m_1-1-4, #m_1-1-5, #m_2, #m_3, #m_4 {
    margin: 0px;
	overflow: hidden;
	left: 0;
	text-align: left;
	padding: 0px;
	color: #000;
	background: #fff;
}
#erste_spalte {
    float: left;
    width: 350px;
}

#zweite_spalte {
    margin-left: 350px;
}

/* DONISHOW CSS*/
.dhonishow {
	overflow: hidden;
}           

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

.dhonishow-image {
    width: 680px;
    height: 500px;
	overflow: hidden;
	text-align: left;
	background: #fff url(graphic/loading.gif) 50% 50% no-repeat;
}                

.dhonishow-image li {	
	margin: 0;
	padding: 0;
}

.dhonishow-navi {  
	margin-top: 5px;
	color: #000;
	overflow: hidden;
	padding: 0px;
}
                  
.dhonishow-picture-alt {
	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 {
	background: url(graphic/next.gif) no-repeat;
}

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

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

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


.dhonishow-navi .paging {
	float: right;
	font-size: 13px;
	margin: 1px 10px;
}
