/* CSS Document */
body {
	background-color: #CCD4DC;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	height: 100%;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: 16px;
}
html {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	height: 100%;
}
a:link {
	color: #CF690C;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #CF690C;
}
a:hover {
	text-decoration: underline;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #CF690C;
}
p {
 margin: 5px 0px 17px 0px;
}

.headline {
font-weight:bold;
color:#CF690C;
}

/* */
#siteContainer {
	position:relative;
	width:757px;
	min-height: 100%;
	overflow:visible;
	z-index:1;
	background-color: #FFFFFF;
	border-left:solid 1px #92959B;
	border-right:solid 1px #92959B;
	margin: auto;
}

#contentContainer {
	position: relative;
	left: 198px;
	top: 12px;
	width: 535px;
	background-image: url(../img/all-content_bg.gif);
	background-repeat: repeat-y;
	padding: 8px 0px 20px 12px;
	/*border: 1px solid #0000FF;*/
	overflow: visible;
}

.contentText {
	width: 340px;
	/* display:inline; */
	float:left;
	/*border: 1px green solid;*/
}

.contentImages {
	position: relative;
	width: 190px;
	display:inline;
	float:right;
}




#siteHead {

}

#navContainer {
	position: absolute;
	left:12px; top:161px;
	width:173px;
}



#kontaktBox {
	position: absolute;
	left:12px; top:291px;
	width:173px;
}

.kontaktBoxContent {
	padding: 7px 10px 7px 10px;
	background-color: #EDEEF1;
	background-image: url(../img/box-bg.gif);
	background-repeat: repeat-y;
}

.kontaktBoxContent p {
	margin: 0px 0px 7px 0px;
}

.clear{
   width:100%;
	 height:40px;
   clear:both;
} 
