body
{
	background-color: #F4F4F4;
	margin: 0px;
}

#main
{
	z-index: 200;
	position: relative;
	top: 0px;
	margin: 0px auto;
	width: 758px;
	height: auto;
	border: 4px #FFF solid;
	background-color: #DCDCDC;
	background-image: url(bkg_back.png);
	background-repeat: repeat-y;
}

#logoWelcome
{
	position: absolute;
	left: 611px;
	top: 62px;
	z-index: 100;
}

#logo
{
	position: absolute;
	left: 632px;
	top: 37px;
	z-index: 100;
}

#wmWelcome
{
	position: absolute;
	left: 0px;
	top: 112px;
	z-index: 90;
}

#wm
{
	position: absolute;
	left: 0px;
	top: 75px;
	z-index: 90;
}

#claim
{
	position: absolute;
	left: 0px;
	top: 214px;
	z-index: 80;
}

#slideShow
{
	height: 108px;
	width: 199px;
	overflow: hidden;
}

#slider
{
	position: relative;
	top: 0px;
	left: 0px;
	height: 108px;
	width: 400px;
}


#header { border-bottom: 4px #FFF solid; }

#nav
{
	height: 100%;
	width: 154px;
	float: left;
}

#navSubRow
{
	height: 19px;
	width: 592px;
	float: left;
	background-color: #000;
	margin: 0px;
	padding: 2px 0px 0px 12px;
}

#navNewsletter
{
	position: absolute;
	bottom: 9px;
	left: 10px;
}


.colTeaser
{
	float: left;
	height: 298px;
}

.contentTeaser
{
	float: left;
	width: 180px;
	margin: 7px 0px 8px 9px;
}


.lineV_04
{
	border-right: 4px #FFF solid;
}

.lineH_04
{
	float: left;
	height: 4px;
	width: 100%;
	background-color: #FFF;
	display: block; 
}

.colFull
{
	float: left;
	height: 100%;
	width: 604px;
	overflow: hidden;
}

.colText
{
	float: left;
	height: 100%;
	width: 580px;
	padding: 12px 12px 16px 12px;
}

.colTextHalf
{
	float: left;
	height: 100%;
	width: 276px;
	padding: 12px 12px 16px 12px;
}

.colTextImage
{
	float: left;
	height: 100%;
	width: 376px;
	padding: 12px 12px 16px 12px;
}

.colImage
{
	float: left;
}

.marginFull
{
	float: left;
	padding: 12px 12px 10px 12px;
}

.marginSmall
{
	float: left;
	padding: 7px 12px 7px 12px;
}


.colTextKontakt
{
	float: left;
	width: 242px;
	height: 338px;
	background-image: url(../kontakt/images/anfahrt.png);
	background-repeat: no-repeat;
	padding: 12px 12px 0px 350px;
}

.tab
{
	/*border-top: 1px #FFF solid;*/
	border-bottom: 1px #FFF solid;
	display: block;
	padding: 2px 0 2px 0;
}

.tab.col01
{
	float: left;
	width: 140px;
	text-align: left;
}

.tab.col02
{
	float: left;
	width: 140px;
	text-align: left;
}

.tab.col03
{
	text-align: left;
}




.back
{
	position: absolute;
	top: 0px;
	width: 50%;
	height: 80%;
	background-repeat: repeat-x;
}

.back.welcomeLeft
{
	left: 0px;
	background-image: url(bkg_welcomeLeft.png);
}

.back.welcomeRight
{
	left: 49.9%;
	background-image: url(bkg_welcomeRight.png);
}

.back.contentLeft
{
	left: 0px;
	background-image: url(bkg_contentLeft.png);
}

.back.contentRight
{
	left: 49.9%;
	background-image: url(bkg_contentRight.png);
}

