/*+++++++++++++++++++++++++++++++++++++++++++++++
DVPT Styles by Josip Pusic 2006
++++++++++++++++++++++++++++++++++++++++++++++++*/
body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #595959;
	background-color: #f2f2f2;
}
a {
	color: #006699;
}
a:link {
	color: #006699;
}
a:hover {
	color: #006699;
	text-decoration: none;
}
/***********************************************
Seite + globale Elemante
************************************************/
#container {
	margin: 0 auto;
	width: 768px;
}
font {
	font-size: 11px;
}
h1, h2 {
	display: none;
}
h3 {
	margin-bottom: 0px;
	margin-top: 0px;
	font-size: 11px;
}
.titel {
	font-size: 14px;
}
h4 {
	margin-bottom: 0px;
	margin-top: 12px;
	font-size: 11px;
}
.text{
	padding: 10px 10px 10px 10px;
}
p {
	margin-top: 0px;
}
ul {
	margin: 0px 0 10px 30px;
	padding: 0;
}
.linkliste{
	margin: 5px 0 10px 0px;
	text-indent: 0px;
	list-style-type: none;
}
.linkliste li {
	/*border-bottom: 1px solid #e9e9e9;*/
	padding: 5px 0px 0 10px;
}
.linkliste li a {
	display: block;
	line-height: 15px;
}
.linkliste li a:hover {
	background: #f5f5f5;
	text-decoration: none;
}
.markUp {
	border-top: 1px solid #006699;
	border-bottom: 1px solid #006699;
	padding: 4px;
	margin: 5px 0 0 0;
}
.red {
	color:#FF0000;
}
.green {
	color:#009900;
}
.wolffMedium {
	font-size:14px;
}
.wolffBig {
	font-size:18px;
}
.wolffXbig {
	font-size:22px;
}
.wolffFett {
	font-weight: bold;
}
/***********************************************
	Kopfzeile inkl. Navigation
************************************************/
#header {
	
	width: 766px;
	height: 125px;
	border-color: #333333;
	border-left: 1px solid;
	border-right: 1px solid;
}
#logo {
	margin: 13px 0 0 18px;
}
#leiste {
	background: url(../pics/header_leiste.gif) no-repeat;
	width: 768px;
	height: 15px;
	margin-bottom: 0px;
}
#naviTop { 
	text-align: center;
	height: 45px;
}
#naviTop img { 
	margin: 0 1px 0 1px;
}
/***********************************************
	Linke Spalte
************************************************/
#leftColumn {
	float: left;
	margin-right: 7px; 
}
.topicHead, .teaserHead {
	background: url(../pics/topic_head.gif) no-repeat;
	width: 169px;
	height: 18px;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	padding: 3px 10px 0 10px;
}
.topicContent, .teaserContent {
	background-color: #ffffff;
	width: 187px;
	border: 1px solid #595959;
}
.subnaviHead {
	background: url(../pics/subnavi_head.gif) no-repeat;
	width: 169px;
	height: 18px;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	padding: 3px 10px 0 10px;
}
.subnaviContent {
	background-color: #e9e9e9;
	width: 187px;
	border: 1px solid #595959;
}
.subnavi {
	margin: 5px 0 10px 0px;
	list-style-type: none;
	text-indent: 10px;
}
.subnavi li {
	border-bottom: 1px solid #e9e9e9;
	padding: 5px 0px 0 0px;
}
.subnavi li a {
	display: block;
	line-height: 15px;
}
.subnavi li a:hover {
	background: #f5f5f5;
	text-decoration: none;
}
.subnavi li a:active {
	background: #DEDEDE;
	text-decoration: none;
	color: #595959;
}
.activeLink {
	background: #ffffff;
	text-decoration: none;
	color: #595959;
}
.topicFoot, .teaserFoot {
	background: url(../pics/topic_foot.gif) no-repeat;
	width: 189px;
	height: 10px;
	font-size: 8px;
	margin-bottom: 8px;
}
.topicContent img, .teaserContent img {
	text-align: center;
	margin-bottom: 5px;
}
#logos {
	margin-top: 10px;
}
#logos img {
	padding: 5px 0px 10px 10px;
}
/***********************************************
	Content Spalte
************************************************/
#middleColumn {
	float: left;
}
.contentHead {
	background: url(../pics/content_s_head.gif) no-repeat;
	width: 357px;
	height: 18px;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	padding: 3px 10px 0 10px;
}
.contentLargeHead {
	background: url(../pics/content_m_head.gif) no-repeat;
	width: 551px;
	height: 18px;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	padding: 3px 10px 0 10px;
}
.contentBox {
	background-color: #ffffff;
	width: 375px;
	border: 1px solid #595959;	
}
.contentLargeBox {
	background-color: #ffffff;
	width: 569px;
	border: 1px solid #595959;	
}
.contentBox img {
	margin: 0;
}
.contentFoot {
	background: url(../pics/content_s_foot.gif) no-repeat;
	width: 377px;
	height: 10px;
	margin-bottom: 8px;
}
.contentLargeFoot {
	background: url(../pics/content_m_foot.gif) no-repeat;
	width: 571px;
	height: 10px;
	margin-bottom: 8px;
}
/***********************************************
	Formulare
************************************************/
form {
	padding: 0px 0px 20px 0px;
	margin-top: 0px;
}
input, select, textarea { 
	font-size: 11px;
	margin: 6px 10px 0 0px;
}
.largeInput {
	width: 167px;
}
.mediumInput {
	width: 118px;
}
.check, .radio {
	margin-right: 2px;
}
.button {
	background-color:#007aa5;
	color:#ffffff;
}
.formular {
	width: 305px;
}
.trennlinie {
	width: 100%;
	height: 1px;
	color:#007aa5;
}
.trennbereich {
	background: #EFEFEF;
	padding: 0 10px 0 10px;
}
.spaceRow {
	height: 12px;
}
.textNachricht {
	width: 300px;
	height: 120px;
}
.inputerror {
  color:#990000;
}
.benefitBox {
	width: 150px;
}
.benefitList {
	margin:0;
	list-style: none;
}
.benefitList li {
	display: inline;
	margin: 0;
	padding: 0;
	float: left;
}
.mytext {
	width:300px;
	height:100px;
}
.notes {
	width:300px;
	height:50px;
}
/***********************************************
	Preisliste
************************************************/
#preisliste {

}
#preisliste td {
	padding: 2px 4px 1px 6px;
	margin: 0px;
	vertical-align:top;
	border: 1px solid #FFFFFF;
}
.darkRow {
	background-color: #b4cfdf;
}
.lightRow {
	background-color: #e0ebf2;
}
.priceCell {
	text-align: right;
	width: 85px;
}
.priceBlackCell {
	background-color: #66a2c0;
	text-align: right;
	color:#FFFFFF;
	width: 85px;
}
.priceHead {
	background-color: #66a2c0;
	font-weight: bold;
	color:#FFFFFF;
}
.tableText {
	background-color: #ebeced;
}
/***********************************************
	Teaser Spalte
************************************************/
#rightColumn {
	float: right;
}
/***********************************************
	Sponsoren-Zeile
************************************************/
.fullWidthHead {
	background: url(../pics/full_width_header3px.gif) no-repeat;
	clear: both;
	width: 768px;
	height: 3px;
	font-size: 2px;
	padding: 0;
}
.fullWidthBox {
	background-color: #ffffff;
	width: 766px;
	border: 1px solid #595959;
	border-top: 0px;

}
.fullWidthBox img {
	margin: 0;
}
.fullWidthFoot {
	background: url(../pics/full_width_foot.gif) no-repeat;
	width: 768px;
	height: 10px;
	margin-bottom: 8px;
}
.fullWidthBox table {
	width: 100%;
	border: 0px;
	text-align: center;
}
.fullWidthBox p {
	margin: 0 0 0 10px;
}
/***********************************************
	Fu�zeile
************************************************/
#footer {
	background: url(../pics/footer_bg.gif) no-repeat;
	clear: both;
	width: 768px;
	height: 21px;
	font-size: 90%;
	text-align: center;
	color: #333333;
	padding: 5px 0px 0px 0px;
}
#footer a {
	color: #333333;
}
#footer a:link {
	color: #333333;
}
#footer a:hover {
	color: #006699;
	text-decoration: underline;
}
#copy {
	position: relative;
	top: -14px;
	float: right;
	display: inline;
	text-align: right;
	font-size: 11px;
	margin: 0 10px 0 0;
}
/***********************************************
	Daten�berpr�fung
************************************************/
.checkData td {
	text-align:left;
	padding: 2px 10px 1px 0px;
}
.leftDataCol {
	width: 30px;
}
/***********************************************
	Editiermodus
************************************************/
#adminDiv {
	position:absolute;
	left:30%;
	top:140px;
	width:500px;
	height:460px;
	display:none;
}
#adminEbene {
	width: 500px;
	height: 100%;
	margin: 0px 0 0 0px;
}
.editContentHead {
	background: url(../pics/content_s_head.gif) no-repeat;
	margin: 10px 0 0 10px;
	width: 380px;
	height: 18px;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	padding: 2px 0px 0 6px;
}
.editContentHead input {
	margin: 0px;
	width: 250px;
	height: 13px;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	padding: 0px 0px 0 5px;
}
.editContentBox {
	margin: 0px 0 10px 10px;
	padding: 0px 0 0px 0px;
	width: 453px;
	height: 350px;
	border: 0px solid #595959;	
}
.editContentBox textarea {
	background-color: #ffffff;
	margin: 0 0 0 0;
	height:300px;
	width:430px;
	padding: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.editTeaserHead {
	background: url(../pics/topic_head.gif) no-repeat;
	margin: 10px 0 0 10px;
	width: 280px;
	height: 18px;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	padding: 2px 0px 0 6px;
}
.editTeaserHead input {
	margin: 0px;
	width: 150px;
	height: 13px;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	padding: 0px 0px 0 5px;
}
.editTeaserContent {
	margin: 0px 0 0 10px;
	padding: 0px 0 0px 0px;
	width: 453px;
	height: 350px;
	border: 1px solid #595959;	
}
.editTeaserContent textarea {
	background-color: #ffffff;
	margin: 0 0 0 0;
	height:300px;
	width:430px;
	padding: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.editTopicHead {
	background: url(../pics/topic_head.gif) no-repeat;
	margin: 10px 0 0 10px;
	width: 280px;
	height: 18px;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	padding: 2px 0px 0 6px;
}
.editTopicHead input {
	margin: 0px;
	width: 150px;
	height: 13px;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	padding: 0px 0px 0 5px;
}
.editTopicContent {
	margin: 0px 0 0 10px;
	padding: 0px 0 0px 0px;
	width: 375px;
	height: 350px;
	border: 1px solid #595959;	
}
.editTopicContent textarea {
	background-color: #ffffff;
	margin: 0 0 0 0;
	height:300px;
	width:330px;
	padding: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#editButtons {
	width: 460px;
	margin: 0px 0 0px 0px;
	padding: 0px 0 20px 0px;
	text-align: right;
}
/***********************************************
Testimonials Ticker
************************************************/
#testimonialTicker {
	position:relative;
	top:10px;
}
#ticker_area {
	position:relative;
	height:100px;
	overflow:hidden;
}
/***********************************************
	Bildgalerie
************************************************/
.gallerieThumb{

}
#imgHost {

}
.zoomImg{
	border: 1px solid;
	border-color: #006699;
}
#previewHost {
	margin-bottom: 5px;
	border-bottom: 2px solid;
	height: 100px;
	overflow: auto;
}
.preview {
	border: 1px solid;
	border-color: #006699;
	cursor: pointer;
}
#image_description{
	width: 530px;
	height: 50px;
	padding: 10px 10px 10px 10px;
	overflow: auto;
	font-size: 12px;
	border: 0px;
}