body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #192914;
	background-color: #EEF6EB;
	margin: 0px;
}
#header {
	background-color: #C5D4BF;
	text-align: center;
	width: 100%;
}
#content-container {
	width: 971px;
	margin: 0 auto;
}
#content-main {
	background-image: url(images/cw-main-bgr.jpg);
	background-repeat: repeat-y;
	width: 971px;
	float: left;
	margin: 0;
}
#nav {
	float: left;
	width: 155px;
	margin-left: 30px;
	font-size: .8em;
	padding-top: 30px;
	padding-bottom: 20px;
}
#nav ul {
	margin: 0px;
	list-style-type: none;
	padding: 0px;
}
#nav ul ul {
	margin: 0px 0px 0px 16px;
	list-style-type: none;
}
#nav li {
	margin: 0px;
	padding: 0px;
}
#nav li.indent {
	margin-left: 16px;
}
#nav li a {
	display: block;
	padding: 2px 0px 2px 14px;
	background-image: url(images/cw-bullet.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	text-decoration: none;
	color: #37492F;
}
#nav li a:hover {
	background-image: url(images/cw-bullet-over.jpg);
	background-color: #E2E8DE;
	color: #192914;
}
#content {
	margin-left: 210px;
	width: 716px;
	padding-top: 30px;
	padding-bottom: 20px;
	background-color: #FFFFFF;
	line-height: 135%;
}
#content h1 {
	line-height: 110%;
	font-size: 1.8em;
	margin-bottom:40px;
	padding-top:20px;
}
#content h2 {
	font-size: 1em;
	line-height: 110%;
}


#footer {
	background-image: url(images/cw-foot-bgr.jpg);
	height: 44px;
	width: 971px;
	padding-top: 10px;
	background-repeat: no-repeat;
	background-position: top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .7em;
	color: #618253;
	text-align: center;
	clear: both;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#footer a {
	color: #739962;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
.tarifftitle {
	font-size: .8em;
}
#iframe {  
	overflow-y:hidden;
	overflow-x:auto;
} 

.widEXC {
	margin:0 0 25px -2px !important;
}