html {
	height: 100%;
	width: 100%;
	margin: 0px;
	padding: 0px;
	overflow-y: scroll;
}

body, p, div, td, tr, ul, li, a, h1, table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	line-height: 1.5em;
}

body {
	margin: 0px;
	background-color: #ffffff;
	height: 100%;
	background-position: left top;
	background-repeat: no-repeat;
}

* {
	padding: 0px;
	margin: 0px;
}

h1 {
	font-size: 16px;
	font-weight: bold;
	color: #F90;
	margin: 0 0 18px 0;
}

h2 {
	font-size: 16px;
	font-weight: bold;
	color: #900;
	margin: 0 0 18px 0;
}

h3 {
	font-size: 14px;
	font-weight: normal;
	color: #F69F00;
	margin: 0 0 1em 0;
}

h4 {
	font-size: 14px;
	font-weight: normal;
	color: #900;
	margin: 0 0 1em 0;
}

h5 {
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	text-decoration: underline;
	margin: 0 0 1em 0;
}

p {
	margin: 0 0 1em 0;
}

ul, li{
	list-style-type: none;
}

/*icons*/

.pdf {
	background-image: url(../images/img_pdf.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
	padding: 3px 0 0 20px;
}

.extern_kunst {
	background-image: url(../images/pfeil_rot_extern.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
	padding: 0 0 0 20px;
}

.extern_wellness {
	background-image: url(../images/pfeil_orange_extern.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
	padding: 0 0 0 20px;
}

.phone {
	background-image: url(../images/phone.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
	padding: 0 0 0 20px;
}

.telephone {
	background-image: url(../images/telephone.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
	padding: 0 0 0 20px;
}

.mail {
	background-image: url(../images/mail.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
	padding: 3px 0 0 20px;
}

/*links*/
.orange_link a {
	color: #F69F00;
}

.rot_link a {
	color: #900;
}

/*Bildergallery*/

.divText {
	width: 200px;
	height: 55px;
	padding: 95px 20px 0 0;
	margin: 20px 0 0 0;
	float: left;
	vertical-align: bottom;
}

.divBild {
	width: 180px;
	height: 150px;
	float: left;
	vertical-align: bottom;
	margin: 20px 0 0 0;
}

/*Accordion*/
#accordion h3, #accordion h4 {
	cursor: pointer;	
}

#accordion div p{
width: 380px;
margin: 0 0 1em 17px;
}