* {
	margin:0;
	padding:0;
}

@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400);

body {
	background:url(../img/background.jpg) top center fixed;
	font-family:Arial;
	font-size:14px;
}

h1, h2, h3, h4, h5, h6 { font-weight:normal; }

#container {
	width:982px;
	margin:0 auto;
}

#header {
	height:115px;
}

#header #logo {
	float:left;
	width:234px;
	height:115px;
	background:url(../img/logo.png) no-repeat;
}

#header #logo a {
	display:block;
	width:234px;
	height:115px;
}

#logo a span, #logo_right a span {
	display:none;
}

#header_right {
	float:right;
	width:268px;
	color:#717986;
	position:relative;
	height:115px;
}

#header_right_nav {
	list-style:none;	
	width:267px;	
	padding:15px 0 25px 0;
	border-bottom:1px solid #717986;	
}

#header_right_nav li {
	float:right;
}

#header_right_nav li {
	border-right: solid 1px #717986;
}

#header_right_nav li:first-child {
	border-right: none;
}

#header_right_nav li a {
	color:#717986;
	text-decoration:none;
	font-size:12px;
	font-size:.75rem; /* Root EM */
	margin: 0 2px ;
    padding: 0 2px;
}

#navi li {
	float:left;
}

#logo_right {
	background:url(../img/logo_right.png) no-repeat;
	background-position:right bottom;
	width:157px;
	height:61px;
	position:absolute;
	right:0;
}

#navi {
	clear:both;
	list-style:none;
	height:37px;	
	position:relative;
	z-index:20;
}

#navi li a {
	display:block;
	width:196px;
	text-align:center;
	text-transform:uppercase;
	text-decoration:none;
	color:#ffffff;
	padding:11px 0 11px 0;
	text-shadow:1px 1px 1px #000000;
	font-size:12px;
	font-size:.75rem;
	background:url(../img/navi_bg.png);
}

#navi li a.nav_link_1 {
	width:184px;
	background-position:0 0;
}

#navi li a.nav_link_2 {
	width:208px;
	background-position:-184px 0;
}

#navi li a.nav_link_3 {
	width:182px;
	background-position:-392px 0;
}

#navi li a.nav_link_4 {
	width:204px;
	background-position:-574px 0;
}

#navi li a.nav_link_5 {
	width:204px;
	background-position:-778px 0;
}

#navi li a.nav_link_1:hover {
	background-position:0 39px;
	padding-bottom:13px;
}

#navi li a.nav_link_2:hover {
	background-position:-184px 39px;
	padding-bottom:13px;
}

#navi li a.nav_link_3:hover {
	background-position:-392px 39px;
	padding-bottom:13px;
}

#navi li a.nav_link_4:hover {
	background-position:-574px 39px;
	padding-bottom:13px;
}

#navi li a.nav_link_5:hover {
	background-position:-778px 39px;
	padding-bottom:13px;
}

#slider {
	height:300px;
	width:980px;
	margin:0 auto;
	position:relative;
	top:-2px;
	z-index:10;
}

#slider #pager {
    position: absolute;
    bottom: 29px;
    left: 59px;
    z-index: 10;
    width: 13px;
}

#slider #pager .slide_dot {
    position: relative;
    bottom: 0;
    left: 0;
    margin: 18px 0 0;
    background: transparent url("../img/slider_dot_no.png") no-repeat bottom left;
    cursor: pointer;
}

#slider #pager .slide_dot.activeSlide {
    background-image: url("../img/slider_dot_act.png");
}

#slider .slider_title {
    position: absolute;
    left: 57px;
    top: 94px;
    z-index: 10;
    color: #fff;
    font-size: 40px;
    font-weight: 100;
    font-family: 'Source Sans Pro', sans-serif;
    text-transform: uppercase;
}
#slider img.slide {
    position: absolute;
    top: 0;
    left: 0;
}

#main {
	width:980px;
	margin:0 auto;
	color:#ffffff;
}


#aside {
	float:right;
	width:312px;
	height:300px;
	padding:35px 60px 0 0;
}

#content {
	padding:35px 60px 0 60px;
}

#content p {	
	text-align:justify;
	margin-bottom:20px;
}

#content ul {
    padding-left: 20px;
}

#content table {
    margin-top: 15px;
    width: 820px;
}

#content table thead {
    width: 1%;
}

#content table tr td:first-child {
    width: 140px;
}

#content a {
    color: #fff;
}

#content a:visited,
#content a:hover,
#content a:active {
    color: #d0d0d0;
}

DIV.csc-textpic DIV.csc-textpic-single-image IMG {
    margin-bottom: 37px;
}

DIV.csc-textpic-intext-right DIV.csc-textpic-imagewrap, DIV.csc-textpic-intext-right-nowrap DIV.csc-textpic-imagewrap {
    margin-left: 37px !important;
}

DIV.csc-textpic-intext-left DIV.csc-textpic-imagewrap, DIV.csc-textpic-intext-left-nowrap DIV.csc-textpic-imagewrap {
    margin-right: 37px !important;
}

.csc-header {
    margin: 0 0 37px 0;
}

DIV.csc-textpic IMG {
    border: solid 1px #C6BDB6;
}

.teaser_box {
	float:left;
	margin:40px 10px 40px 0;
	position:relative;
	z-index:10;
}

.teaser_box:last-child {
	margin-right:0px;
}

.teaser_head {
	position:absolute;
	z-index:20;
	text-transform:uppercase;
	text-align:center;
	font-size:12px;	
	text-shadow:1px 1px 1px #000000;
	width:320px;
	left:50%;
	margin-left:-160px;
	top:-30px;
}

.teaser_overlay {
	position:absolute;
	z-index:30;
	background:url(../img/promoted_by.png) no-repeat;
	height:30px;
	width:74px;
	left:50%;
	margin-left:-37px;
	top:30px;
}

#footer {
	clear:both;
	width:980px;
	margin:80px auto 20px auto;
	text-align:center;
	color:#717986;
	font-size:12px;
	font-size:.75rem;
	position:relative;
}

#footer_inner {
	background-color:#717986;
	height:120px;
	margin-bottom:15px;
}

#promoted_by {
	list-style:none;
	padding-top:25px;
	margin-left:200px;
}

#promoted_by li {
	float:left;
	margin-left:50px;
}

#promoted_by li a {
	display:block;
}

#promoted_by a.promo_bmas {
	width:174px;
	height:78px;
	background:url(../img/logos/bundesministerium_sw_farbe.png) top center no-repeat;
}

#promoted_by a.promo_esf {
	width:150px;
	height:75px;
	background:url(../img/logos/esf_sw_farbe.png) top center no-repeat;
}

#promoted_by a.promo_eu {
	width:174px;
	height:77px;
	background:url(../img/logos/eu_sw_farbe.png) top center no-repeat;
}


#promoted_by a.promo_bmas:hover {	
	background-position:0 -78px;
}

#promoted_by a.promo_esf:hover {	
	background-position:0 -75px;
}

#promoted_by a.promo_eu:hover {	
	background-position:0 -77px;
}

#promoted_by_overlay {
	position:absolute;
	top:-30px;
	z-index:20;
	color:#ffffff;	
	left:120px;
	background:url(../img/promoted_by.png) bottom center no-repeat;	
	height:60px;
	text-shadow:1px 1px 1px #000000;
}