body {
	color: #333;
	font-size: 12px;
	padding: 30px 0 20px;
	background-color: #e4e4e4;
	background-image: url(../images/bgtop.gif);
	background-repeat: repeat-x;
	background-position: top;
}

a {
	color: #fff;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1 {
	font-weight: bold;
}

p {
	overflow: hidden;
}

.container_12 {
	margin-bottom: 0px;
}

.container_16 {
}

.container_24 {
	height:100%;

}

#header {
	height:122px;
	background-color:#F5F5F5;
	background-image:url(../images/headerbottom.jpg);
	background-repeat: repeat-x;
	background-position: top;
}


#sidebar {padding-left:10px;}

	
#maintext ul {
	margin-left:40px;
}

#maintext {
	border-right: thin #dddddd solid;
	border-bottom: thin #dddddd solid;
	margin-bottom:15px;
	background-color:#f5f5f5;
	background-image: url(../images/maintext_bg.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	-moz-box-shadow: 0 3px 5px #888;
	-webkit-box-shadow:0 3px 5px #888;
	box-shadow: 0 3px 5px #888;	
}

.footimg {
	-moz-box-shadow: 0 3px 5px #888;
	-webkit-box-shadow:0 3px 5px #888;
	box-shadow: 0 3px 5px #888;
}
.markt {
		 padding-top:10px;background-color:#d1d1d1;
		 margin-bottom:15px;
	-moz-box-shadow: 0 3px 5px #888;
	-webkit-box-shadow:0 3px 5px #888;
	box-shadow: 0 3px 5px #888;	
}
.markt ol {
	margin-left:45px;
	 color:#095b76;	
	 text-transform:uppercase;
	 font-size:24px;
	 border-bottom: #e2e2e2;

}

.markt ul {
	list-style:none;
	color:#555555;	
	text-transform:none;
	font-size:16px;
	position:relative;
	left:-25px;

}