/* in diesem dokument sind alle klassen zur formatierung des contents enthalten */


/* -------------------------------------------------- global ---------------------------------------------------- */
/* global */
body {
	margin: 0;
 padding: 0;
	text-align: left;
	background: 0;
}
body, td, div {
	font-family: Verdana, Arial, sans-serif;
}



/* -------------------------------------------------- positionierung -------------------------------------------- */
/* positionierung */

/* allgemein */
.conPrint {
 display: inline;
	position: relative;
}
#conRaster {
 width: 100%;
	display: inline;
	text-align: left;
}
#conContent {
 display: inline;
	position: relative;
 width: 100%;
}

/* allgemein zur positionierung des inhaltes */
#conPositionTop {

}
#conPositionBottom {

}

/* spalte navigation */
#conLeft {
 display: none;
}

/* spalte content */
#conMiddleContent {
}
#conContentDetail {
	display: inline;
	position: relative;
	width: 100%;
}
#conFaqKontakt {
}
.conInfoImage {
}
.conInfoText {
}

/* spalte content teaser */
#conTeaser {
	display: inline;
	position: relative;
	width: 100%;
}
.conContentTeaser {
}

/* start only */
.conStart {
 background: url(../img/bg_start.gif) repeat-y;
}
#conStartCol {
  width: 170px;
  margin: 10px 10px 20px 30px;
}
.conStartTeaser {
 background: #ccd9e6 url(../img/bg_start_teaser.gif) no-repeat bottom left;
	padding: 10px;
	line-height: 1.3em;
	color: #004282;
}

/* spalte footer */
#conFooter {
 display: none;
}
#conFooterContent {
 display: none;
}
#conFooterInfo {
 display: none;
}
