body, html {
	width: 100%;
	margin: 0;
	padding: 0;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 300;
	background-color:#f2f2f2;
	color: #424242;
}

strong {
	font-weight: 400;
}

h1, h2, h3, h4 {
	line-height: 115%;
	font-weight: 400;
}

h1 {
	display: block;
	color: #033e6b;
	font-size: 28px;
	font-weight: normal;
	text-shadow: 1px 1px 1px rgba(255,255,255,.7);
}

h2 {
	font-size: 24px;
	font-weight: normal;
	display: block;
	color: #033e6b;
	text-shadow: 1px 1px 1px rgba(255,255,255,.7);
}

h2.header_with_line {
	border-bottom: 1px solid #333;
}

.header_emph {
	margin-top: 0;
}

h3 {
	font-size: 20px;
	font-weight: normal;
	display: block;
	color: #033e6b;
}

li {
	list-style-type: square;
}

.li_img {
	list-style-image: url(img/bullet_img.png);
}

.li_img_d {
	margin-top: 15px;
}

img {
	border: none;
}

img.float_left {
	float: left;
	margin-right: 1em;
}

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

a:hover {
	color: black;
	text-shadow: 1px 1px 1px rgba(255,255,255,.5);
}

fieldset {
	border: none;
	padding: 0;
}

address {
	font-style: normal;
	background-color:#f8f8f8;
	-webkit-box-shadow: 1px 1px 1px rgba(0,0,0,.3);
	-moz-box-shadow: 1px 1px 1px rgba(0,0,0,.3);
	box-shadow: 1px 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: 1em;
	-moz-border-radius: 1em;
	border-radius: 1em;
	padding:1em;
}

.further_hints {
	font-size: 0.9em;
	margin-bottom: 30px;
	margin-top: 30px;
	background: -moz-linear-gradient(#d8e6f0, #f2f2f2);
	background: -webkit-gradient(linear, center top, center bottom, from(#d8e6f0), to(#f2f2f2));
	background: -webkit-linear-gradient(#d8e6f0, #f2f2f2);
	background: linear-gradient(#d8e6f0, #f2f2f2);
	background: -ms-linear-gradient(#d8e6f0, #f2f2f2);
	background: -o linear-gradient(#d8e6f0, #f2f2f2);
	-webkit-border-radius: 0.8em;
	-moz-border-radius: 0.8em;
	border-radius: 0.8em;
	padding:0.8em;
    -webkit-box-shadow: -3px -3px 3px rgba(0,0,0,.3);
    -moz-box-shadow: -3px -3px 3px rgba(0,0,0,.3);
    box-shadow: -3px -3px 3px rgba(0,0,0,.3);
}

.further_hints ul {
	margin:0;
	padding:0;
	padding-left:1.3em;
}

.news_attention {
	background-image: url('img/adresse.png');
	background-position: top left;
	background-repeat: no-repeat;
	padding: 15px 0px 10px 15px !important;
}

.importantnews {
	background-color:#f8f8f8;
	padding:1.2em;
	-webkit-box-shadow: 1px 1px 1px rgba(0,0,0,.3);
	-moz-box-shadow: 1px 1px 1px rgba(0,0,0,.3);
	box-shadow: 1px 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: 0.4em;
	-moz-border-radius: 0.4em;
	border-radius: 0.4em;
}

p.light_text {
	color: #666;
	font-size: 90%;
	line-height: 1.3em;
	margin-top: 0;
}

#div_content {
	margin: 64px 0px 200px 71px;
	width: 550px;
	color: #424242;
	font-size: 18px;
	line-height: 1.5em;
}

#div_content em {
	color: #0b61a4;
}

#div_sidebar {
  position: absolute;
  left: 700px;
  top: 206px;
  width: 280px;
  color: #666;
  font-size: 16px;
  margin-bottom: 200px;
  background-color:#f8f8f8;
	-webkit-box-shadow: 1px 1px 1px rgba(0,0,0,.3);
	-moz-box-shadow: 1px 1px 1px rgba(0,0,0,.3);
	box-shadow: 1px 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: 1.2em;
	-moz-border-radius: 1.2em;
	border-radius: 1.2em;
	padding:1.2em;
	padding-top:0;
}

#div_sidebar h1 {
	font-size: 24px;
	border: none;
	color: #666;
	display: block;
	margin-top: 1.2em;
	margin-bottom: 0.4;
	margin-left:0;
	text-shadow: 1px 1px 1px rgba(255,255,255,.7);
	margin-top: 1.4em;
	line-height:auto;
}

#div_sidebar ul {
	margin: 0;
	padding: 0;
}

#div_sidebar li {
	list-style-type: none;
	padding: 10px 0px 10px 0px;
	border-bottom: 1px dotted #ccc;
}

#sidebar_hints li {
	margin-left: 1.5em;
	padding: 2px 0px 2px 0px;
	list-style-type: square;
	border-bottom: none;
}

em.sidebar_date {
	color: #999;
	display: block;
	font-style: normal;
}

.news_attention em.sidebar_date {
	color: #0b61a4;
}

#div_header {
	padding: 27px 15px 25px 70px;
	background: -moz-linear-gradient(#eee, #ccc);
	background: -webkit-gradient(linear, center top, center bottom, from(#eee), to(#ccc));
	background: -webkit-linear-gradient(#eee, #ccc);
	background: linear-gradient(#eee, #ccc);
	background: -ms-linear-gradient(#eee, #ccc);
	background: -o linear-gradient(#eee, #ccc);
	border-bottom: solid 1px #aaa;
	border-top: solid 1px #f8f8f8;
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,.15);
	-moz-box-shadow: 0 1px 1px rgba(0,0,0,.15);
	box-shadow: 0 1px 1px rgba(0,0,0,.15);
}

#footer {
    position:fixed;
    bottom:0px;
    width:100%;
    height:1.5em;
    padding:1em;
    padding-left:45px;
    z-index:100;
	background: -moz-linear-gradient(#eee, #ccc);
	background: -webkit-gradient(linear, center top, center bottom, from(#eee), to(#ccc));
	background: -webkit-linear-gradient(#eee, #ccc);
	background: linear-gradient(#eee, #ccc);
	background: -ms-linear-gradient(#eee, #ccc);
	background: -o linear-gradient(#eee, #ccc);
	border-bottom: solid 1px #aaa;
	border-top: solid 1px white;
    -webkit-box-shadow: 0 -1px 1px rgba(0,0,0,.15);
    -moz-box-shadow: 0 -1px 1px rgba(0,0,0,.15);
    box-shadow: 0 -1px 1px rgba(0,0,0,.15);
}

#footer a {
	font-size:1.3em;
	text-decoration: none;
	color: #666;
	text-shadow: 1 1px 1 rgba(255,255,255,.7);
}

#footer a:hover {
	color: #333;
}

#footer ul, #footer li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: inline;
}

#footer img {
	vertical-align:middle;
}

.opacity_img {
	opacity:0.8;
	filter:alpha(opacity=80);
}

.opacity_img:hover {
	opacity:1.0;
	filter:alpha(opacity=100);
}

.nav_imprint {
	border-top:1px solid #eee;
	font-size: 0.9em;
	margin-top:3em;
	margin-bottom:3em;
	text-align:right;
	padding-top:1em;
}

.nav_imprint a {
	color:#aaa;
}

img.shbox {
	border: none;
    -webkit-box-shadow: 3px 3px 3px rgba(0,0,0,.3);
    -moz-box-shadow: 3px 3px 3px rgba(0,0,0,.3);
    box-shadow: 3px 3px 3px rgba(0,0,0,.3);
}

.line_top {
	border-top: 1px solid #fff;
	display: block;
	padding-top: 25px;
}
.line_bottom {
	border-bottom: 1px solid #c9c9c9;
	padding-bottom: 25px;
	display: block;
}

.dl_line_top {
	border-top: 1px solid #fff;
	display: block;
	padding-top: 45px;
}
.dl_line_bottom {
	border-bottom: 1px solid #c9c9c9;
	padding-bottom: 45px;
	display: block;
}

.clear:after {
	clear: both;
}

.left {
	float: left;
	margin-top: 5px;
	margin-right: 25px;
}