body {
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #555;
	background: url(../images/bg_body.png) top left repeat-x
}

h1, h2, h3, h4, h5, h6 {
	color: #04368b;
	font-weight: normal;
}

th {font-weight: normal;}

.clear {clear: both;}

.clearfix:after {
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0px;
}

#wrapper {
	width: 995px;
	margin: 15px auto;
	background-color: #fff;
}

#shadow {
	width: 995px;
	background-color: #fff;
	position: absolute;
	height: 600px;
	-webkit-box-shadow: 0px 0px 8px -4px black; 
	-moz-box-shadow: 0px 0px 8px -4px black;
	box-shadow: 0px 0px 8px -4px black;
	z-index: -1;
}

#header {
	width: 100%;
	height: 211px;
	background: url(../images/bg_header.jpg) left top no-repeat;
}

#left {
	width: 265px;
	float: left;
	background: url(../images/bg_navi.png) left top repeat-x;
	min-height: 200px;
	position: relative;
	top: -10px;
}

#menu {
	margin: 0;
	padding: 20px 0 0 0;
	color: #04368b;
}

#menu li {list-style-type: none;}

#menu li a {
	display: block;
	color: #04368b;
	text-decoration: none;
	padding: 10px 40px;
	font-size: 18px;
	background: url(../images/punkt.png) 20px center no-repeat;
}

#menu li a:hover {
	color: #feda00;
	background-color: #04368b;
}

#menu ul.submenu {margin:0; padding: 0;}

#menu ul.submenu a {
	font-size: 14px;
	background-image: none;
}

#content {
	width: 650px;
	padding: 0 40px 15px 40px;
	float: left;
	min-height: 200px;
}

#content a {color: #555;}
#content a:hover {color: #04368b;}

.img_left {
	float: left;
	margin: 0 20px 20px 0;
}

.img_right {
	float: right;
	margin: 0 0 20px 20px;
}

#footer {
	clear: both;
	width: 945px;
	margin: 0 auto;
	padding: 15px 0;
	border-top: 1px dotted #04368b;
}

#footer a {color: #555; text-decoration: none;}
#footer a:hover {color: #04368b;}

#footer_left {
	width: 45%;
	float: left;
}

#footer_right {
	width: 45%;
	float: right;
	text-align: right;
}

#servicemenu {margin: 0; padding: 0;}
#servicemenu li {
	display: inline-block;
	border-left: 1px solid #555;
	padding: 0 10px;
	list-style-type: none;
}
#servicemenu li.first {border: none; padding-left: 0px;}