*{
	margin: 0px;
	padding: 0px;
}

a
{
  font-weight: normal;
  /*color: #005E38;*/
  color: #009156;
  text-decoration: underline;
}

a:hover
{
  color: #000;
  text-decoration: underline;
}

a img{
	border: none;
}


a.block{
	display: block;
}

a.right{
	text-align: right;
}

body
{
	color: #737373;
	font-family: Arial;
	font-size: 13px;
	background: url(../../pic-bin/body-back-default.gif) repeat-x #fff;
}


h1{
	font-size: 16px;
	margin-bottom: 15px;
	text-align: left;
	color: #009156;
	font-weight: normal;
}

h2{
	margin-bottom: 5px;
	text-align: left;
	color: #000;
	font-weight: normal;
	font-size: 14px;
}

h2.smallfont{
	font-size: 12px;
}

h3{
	margin-bottom: 5px;
	text-align: left;
	color: #005E38;
	font-weight: bold;
	font-size: 12px;
}

.clear{
	clear: both;
}

/* Topmenu */
#topmenu{
	text-align: right;
	position: absolute;
	right: 0px;
	top: 8px;
}

#topmenu a{
	display: inline;
	padding: 0px 5px 0px 5px;
	color: #9F1E34;
}

/* LOGO */
#logo{
	margin-top: 25px;
	margin-bottom: 6px;
}

/* Mainmenu */

#menu{
	width: 100%;
	margin-top: 12px;
}

#menu ul{
	margin-left: 0px;
}

#menulist li{
	list-style: none;
	display: inline;
}

#menulist a{
	font-family: Arial;
	font-size: 16px;
	color: #fff;
	text-decoration: none;
	float: left;
	display: block;
	background-color: transparent;
	line-height: 95px;
	height: 95px;
	padding: 0px 10px 2px 10px;
}

#menulist a img{
	display: none;	
}

#menulist a span{
	float:left;
	cursor: pointer;
}

#menulist a:hover img, #menulist a.m_active img{
	display: block;
	float:left;
}

#menulist a:hover{
	color: #fff;
	text-decoration: underline;
	background: url(../../pic-bin/mainmenu-back.gif) repeat-x transparent;
	padding: 0px 0px 2px 0px;
}

#menulist a.m_active{
	color: #fff;
	text-decoration: none;
	background: url(../../pic-bin/mainmenu-back.gif) repeat-x transparent;
	padding: 0px 0px 2px 0px;
}

#menulist a.m_active:hover{
	text-decoration: underline;
}

#header{
	height: 200px;
	width: 900px;
	margin: 0px auto 0px auto;
	position: relative;
}

/* Content */
#content{
	width: 900px;
	margin: 25px auto 0px auto;
	position: relative;
}

#content p{
	margin-bottom: 15px;
	line-height: 18px;

	/*text-indent: 20px;*/
}

#content ul, #content ol{
	margin-left: 20px;
	margin-bottom: 25px;
}

#content ul li, #content ol li {
	list-style: square;
	line-height: 20px;
}

#footer{
	width: 900px;
	margin: 100px auto 35px auto;
	position: relative;
	text-align: center;
}

/* COLS */

.two{
	width: 435px;
}


.three{
	width: 280px;
	padding-right: 25px;
}

.col{
	float: left;
	padding-right: 25px;
}

.last{
	padding-right: 0px;
}

.infoblock{
	margin-bottom: 25px;
}

.linkbox{
	display: block;
	text-align: right;
	margin-top: 10px;
	clear: both;
}

.preisinfo{
	display: block;
	text-align: right;
	margin-top: 10px;	
}


/* FORMULARE  */
form{
	margin-top: 15px;
}

form br
{
	clear:both;
	position:relative;
}

.input,
.textarea,
.select
{
	width: 350px;
	float:left;
	margin: 2px 0px 10px 0px;
	padding: 2px 0px 2px 0px;
	border: 1px solid #ddd;
}

label
{
	width:200px;
	float:left;
	display:block;
	margin:  2px 0px;
	padding: 2px 0px 2px 0px;
	text-align:left;
	vertical-align:top;
}

label.short{
	width: 100px;
}

.submit{
	position:absolute;
	right:90px;
	width: 200px;
}

.formerror
{
	margin: 0px 0px 10px 0px;
	padding:5px;
	background-color:#FFFFCC;
	border:1px solid #222222;
	font-weight: normal;
	color:#222222;
	width: 340px;
}

.smallfont li{
	font-size: 11px;
}

/* Terminvergabe */

#termine{
	border: none;
	margin-bottom: 15px;
	width: 100%;
}

.terminselector{
	margin-top: 5px;
	position: relative;
}

.terminselector h3{
	border-bottom: 1px solid #ddd;
	width: 100%;
	text-align: center;
	font-size: 14px;
}

.terminselector h3 span.topic{
	color: #009156;
}

.terminselector h3 span.kw{
	color: #000;
	font-weight: bold;
}

.terminselector table{
	width: 100%;
}

table.info{
	
}

table.info td{
	padding: 3px;
}

.terminselector h3 .kwtoggler{
	border-left: 1px;
	border-right: 1px;
	border-top: 0px;
	border-bottom: 0px;
	border-style: solid;
	border-color: #fff;
	color: #9C9C9C;
	margin: 10px 0px 2px 0px;
	padding: 0px 10px 0px 10px;
	line-height: 24px;
	text-decoration: none;
}

.terminselector h3 a.kwtoggler{
	color: #000;	
}

.terminselector h3 a.kwtoggler:hover{
	background: #00A965;
	color: #fff;
}

.terminselector th{
	text-align: center;
	color: #fff;
}

.terminselector td{
	background: #F5F5F5;
	border: 1px solid #F5F5F5;
	cursor: pointer;
	padding: 3px;
	text-align: center;
}

.terminselector td.hover{
	background-color: #ddd;
	border: 1px solid #ddd;
	color: #000;
	text-decoration: underline;
}

#jsmessage{
	display: none;
	padding: 0px 0px 5px 20px;
	margin: 25px 0px 0px 0px;
	text-align: left;
	color: #000;
	background: url(../../pic-bin/wait.gif) no-repeat left transparent;
}

#jsmessage img{

}

td.closed{
	color: #E60000;
	text-decoration: line-through;
	cursor: default;
}

/* Infobox */
.box{
	padding: 10px;
	background: url(/pic-bin/infobox-back.gif) no-repeat top left #fff;
	margin-bottom: 25px;
}

.box h2{
	margin-top: -5px;
	margin-bottom: 15px;
	color: #fff;
}

.box ul{
	margin-top: 0px;
}

/* Spacer */

.trennlinie{
	border-top: 1px dashed #ddd;
	margin: 10px 0px 20px 0px; 	
 }

.spacer5{
	height: 5px;
	width: 5px;
	float: left;
}
 
 /* SPAN/P STYLES */

 .prio1{
	color: #000; 	
}

.prio1.block{
	display: block;
	text-align: center;
	font-size: 1.1em;
}

.error{
	color: #E60000;
}

.thumbnail{
	margin: 0px;
	display: block;
	width: 215px;
	float: left;
}
.thumbnail img{
	padding: 3px;
	border: 1px solid #ddd;
	margin: 3px;
}

/* Photoleiste */

.fotos{
	text-align: center;
	width: 400px;
	margin: 10px auto 25px auto;
}

.fotos dl{
	width: 110px;
	float: left;
	display: block;
	font-size: 9px;
}

.fotos dl dd img{

}

.fotos dl dt{

}

.fotos dl dt span{
	
}

/* Bildformatierungen */
.teaser, .decopic{
	border: 1px solid #ddd;
	padding: 2px;
	margin: 5px;
}


/* Tabelle */

table{
	line-height: 20px;
	border: 1px solid #ddd;
	padding: 2px;
}

table th{
	background: #018D65;
	color: #fff;
	padding: 2px 5px;
	text-align: left;
}

table td{
	padding: 2px 5px;
}

.trwhite{
	background-color: #F2F2F2;
}
 
.trgray{
	background-color: #ffffff;
}

