/* -- reset CSS -- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* -- reset CSS -- */



body{
	color: #464646;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
}
a span {
    display:none;
}
a.fwd {
	color: #464646;
	text-decoration: none;
	background-image: url(img/fwd.gif);
	background-position: right 4px;
	background-repeat: no-repeat;
	display: block;
}
a.fwd:hover {
	color: #ff8831;
}
a.link {
	font-size: 11px;
	font-style: italic;
	color: #6b6dc5;
	text-align: right;
}
h1 {
	font-size: 16px;
	font-weight: bold;
	color: #464646;
	line-height: 30px;
	margin: 0 0 15px 5px;
}
h2 {
	font-size: 14px;
	font-weight: normal;
	line-height: 20px;
}
h3 {
	font-size: 12px;
	font-weight: bold;
	color: #6b6dc5;
	margin: 0 0 5px 5px;
}
div#container {
	margin: 0 auto;
	width: 950px;
}
div#header {
	margin: 0 0 15px 0;
	width: 950px;
	padding: 0;
}
#header .site-title {
	font-size: 16px;
	color: #7375b3;
	float: right;
	text-align: right;
	line-height: 22px;
	padding: 8px 0 0 0;
}
#header #top-nav {
	width: 950px;
	border-top: 5px solid #9999ff;
	height: 12px;
	padding: 2px 0 0 0;
	margin: 0;
	clear: both;
}
#header #top-nav li {
	float: left;
	height: 12px;
	padding: 0 8px;
	border-right: 1px solid #b6b8f6;
}
#header #top-nav li a {
	color: #464646;
	text-decoration: none;
	line-height: 12px;
	font-size: 11px;
}
#header #top-nav li a:hover {
	color: #999999;
}
#header #site-nav {
	height: 25px;
	width: 950px;
	background-color: #9999ff;
	margin: 0;
	display: block;
}
#header #site-nav li {
	height: 25px;
	float: left;
	padding: 0;
	border-right: 1px solid #ffffff;
}
#header #site-nav li a {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 12px;
	line-height: 25px;
	font-weight: bold;
	display: block;
	padding: 0 20px;
	background-color: #9999ff;
}
#header #site-nav li a:hover {
	background-color: #9A99CE;
}
#leftwrapper {
	float: left;
	width: 705px;
	margin: 0 15px 60px 0;
}
#leftwrapper #main-image {
	height: 285px;
	width: 705px;
	margin-bottom: 15px;
}
#leftwrapper #content {
	margin: 0;
	width: 705px;
	float: left;
	border-top: 5px solid #ff8831;
}
#leftwrapper #content  .img-left{
	float: left;
	margin: 0 10px 10px 0;
	border: 1px solid #989ae1;
	padding: 3px;
}
#leftwrapper #content .box-nav {
	width: 225px;
	float: left;
	margin-right: 15px;
	border-top: 5px solid #ff8831;
	font-size: 11px;
}
#leftwrapper #content .box-nav .box-img {
	height: 75px;
	width: 225px;
	margin: 8px 0;
}
#leftwrapper #content .office {
	float: left;
	width: 340px;
}
#content .office p {
	font-size: 11px;
}
#content #page-nav {
	width: 210px;
	height: 12px;
	padding: 2px 0 0 0;
	margin: 0;
	float: right;
}
#content #page-nav li {
	float: left;
	height: 12px;
	padding: 0 8px;
	border-right: 1px solid #b6b8f6;
}
#content #page-nav li a {
	color: #464646;
	text-decoration: none;
	line-height: 12px;
	font-size: 11px;
}
#content #page-nav li a:hover {
	color: #ff6600;
	text-decoration: underline;
}
#rightbar {
	float: left;
	width: 230px;
	font-size: 11px;
}
#container #rightbar #aktual {
	height: 20px;
	background-image: url(img/bg_aktualis.gif);
	background-repeat: repeat-x;
	background-position: left top;
	padding: 20px 0 0 5px;
	color: #FFF;
	font-weight: bold;
	font-size: 12px;
	margin: 0 0 20px 0;
}
#container #rightbar .offer {
	width: 220px;
	border-bottom: 1px solid #989ae1;
	padding: 10px 5px;
	margin: 10px 0;
}
.offer .date {
	font-size: 11px;
	color: #6b6dc5;
	text-decoration: underline;
	padding-left: 5px;
	margin-bottom: 10px;
}
.offer p a.fwd {
	background-position: right bottom;
}
.offer p a.fwd:hover {
	text-decoration: underline;
}
#content #contact input,textarea  {
	width: 250px;
	margin: 3px 0 8px 0;
	border: none;
	border-bottom: 1px dotted #6b6dc5;
	background-color: #F9F1FB;
}
#content #contact label {
	padding-left: 3px;
}
#content #contact br {
	clear: left;
}
#content #contact #go {
	display: block;
	text-align: center;
	padding: 2px;
	font-size: 11px;
	width: 50px;
	background-color: #6b6dc5;
	color: #FFF;
	border: none;
	cursor:pointer;
}
#content #sitemap {
	padding-left: 10px;
}
#sitemap li a {
	color: #464646;
	text-decoration: none;
	font-weight: bold;
	line-height: 20px;
}
#sitemap li ul li a {
	font-weight: normal;
	color: #9999ff;
}
#sitemap li ul {
	list-style-type: disc;
	padding: 0 0 0 15px;
}
#footer {
	clear: both;
	height: 50px;
	width: 930px;
	padding: 5px 10px;
	font-size: 11px;
	border-top: 1px solid #b6b8f6;
	margin: 15px 0 0 0;
}
#footer a.increst {
	float: right;
	height: 50px;
	width: 120px;
	background-image: url(img/increst_logo.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#footer a.increst:hover {
	background-position: 0px -50px;
}

