@charset "utf-8";
/* CSS Document */

* { margin:0; padding: 0; }

* html body * { overflow:visible; }

html { height: 100%; margin-bottom: 1px; }
body {
	font-size: 100.01%;
	font-family:Arial, Helvetica, sans-serif;
        color: #666;
        text-align: center;
	height:100%;
	background-color:#cedee4;
  }

img { border: 0 solid; }
 
/* Clearfix-Methode zum Clearen der Float-Umgebungen */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  	}

/*  Diese Angabe benÃ¶tigt der Safari-Browser */
.clearfix { display: block; }

#main {
	width:1000px;
	min-height:100%;
	height: auto !important; /* moderne Browser */ 
	height: 100%; /* IE */ 
	text-align: left;
	background: #cedee4 url(../img/bg_body.gif) repeat-y top center;
	margin: 0 auto -19px;
	}

* html #main {
	height:100%;
	}	

#header {
	height:119px;
	width:1000px;
	border-bottom:1px solid #878787;
	}

* html #header {
	font-size: 0px;
	line-height:0px;
	}
	
#header_left {
	float:left;
	width:201px;
	}

* html #header_left {
	width:204px;
	}

#header_right {
	float:right;
	width:798px;
	}

* html #header_right {
	width:795px;
	}

#title {
	float:left;
	}

#language {
	float:right;
	padding: 10px 75px 0 0;
	font-size:11px;
	line-height:15px;
	height:30px;
	}

#navigation {
	width:777px;
	margin-left:222px;
	font-size:12px;
	float:right;
	}

#navigation ul {
	list-style-type: none;
	}

#navigation ul li {
	float:left;
	margin-right:1px;
	}

#navigation ul li a {
	display:block;
	float:left;
	}

#subnavi_contact {
	width:180px;
	float:left;
	}

#subnavigation {
	width:180px;
	min-height:300px;
	padding:23px 0 30px 22px;
	font-size:12px;
	}

#contact {
	width:161px;
	padding:20px 0 0 41px;
	font-size:12px;
	border-top:1px solid #878787;
	}

#content {
	width:776px;
	float:right;
	margin:23px 1px 0 0;
	background: url(../img/bg_square.gif) no-repeat right 118px;
	display:inline;
	font-size:12px;
	padding-bottom:30px;
	}

#image {
	margin-left:11px;
	float:left;
	display:inline;
	width:690px;
	}

#content_left {
	margin-top:24px;
	float:left;
	width:475px;
	min-height:300px;
	}

#content_right {
	float:right;
	margin-top:49px;
	padding-right:75px;
	width:211px;
	}

#push {
	height:20px;
	}

#footer {
	width:920px;
	height:20px;
	min-height:20px;
	margin:auto;
	padding:0;
	text-align:left;
	font-size:10px;
	}

#global_navi {
	float:left;
	width:400px;
	}

#copyright {
	float:right;
	width:400px;
	text-align:right;
	padding-right:35px;
	}

#content_left a {
	color:#ff9933;
	text-decoration:underline;
	padding:0 2px 0 2px;
	}

#content_left a:hover {
	text-decoration:none;
	background-color:#ff9933;
	color:#fff;
	}

h1.imageheader {
	overflow: hidden;
	height: 20px;
	width: 100%;
	text-indent: 999em;
	white-space: nowrap;
	background-repeat: no-repeat;
	margin-left: 10px;
	border-style: none;
	margin-bottom: 10px;
}


h1.imageheader_bilder {
	overflow: hidden;
	height: 20px;
	width: 453px;
	text-indent: 999em;
	white-space: nowrap;
	border-style: none;
	padding: 11px;
	margin-top:20px;
}

#content_left h2 {
	margin:0 0 3px 11px;
	font-size:13px;
	color: #828484;
	text-transform: uppercase;
	font-weight:bold;
	}

h2.imageheader {
	overflow: hidden;
	height: 20px;
	width: 100%;
	text-indent: 999em;
	white-space: nowrap;
	background-repeat: no-repeat;
	margin-left: 10px;
	border-style: none;
	margin-bottom: 10px;
}

.hidden {
	display:none;
	}

#content_left embed {
	margin-left:10px;
	}

#content div.csc-sitemap ul {
	margin-left:10px;
	display:block;
	list-style-type:none;
	}

#content div.csc-sitemap ul li {
	float:left;
	width:149px;
	}

#content div.csc-sitemap ul li a {
	text-transform:uppercase;
	text-decoration:none;
	font-weight:bold;
	}

#content div.csc-sitemap ul li ul {
	margin:5px 0 0 0;
	}

#content div.csc-sitemap ul li ul li {
	margin:10px 0 0 0;
	padding-left:6px;
	background: url(../img/bulletpoint.gif) no-repeat left 6px;
	}

#content div.csc-sitemap ul li ul li a {
	text-decoration:none;
	text-transform:none;
	color:#666;
	font-weight:normal;
	}

#content div.csc-sitemap ul li ul li a:hover {
	color:#fff;
	}

#content div.csc-sitemap ul li ul li ul {
	margin:0;
	}

#content div.csc-sitemap ul li ul li ul li {
	background:none;
	padding-left:0;
	}

a.language_german{
	background: url(../img/flag_german.gif) left 2px no-repeat;
	padding-left:19px;
	margin-left:8px;
	font-size:11px;
	color:#666;
	text-decoration:none;
	}

a.language_german:hover {
	text-decoration:underline;
	}

a.language_english{
	background: url(../img/flag_british.gif) left 2px no-repeat;
	padding-left:19px;
	margin-left:8px;
	font-size:11px;
	color:#666;
	text-decoration:none;
	}

a.language_english:hover {
	text-decoration:underline;
	}
	
a.language_french {
	background: url(../img/flag_french.gif) left 2px no-repeat;
	padding-left:19px;
	margin-left:8px;
	font-size:11px;
	color:#666;
	text-decoration:none;
	}

a.language_french:hover {
	text-decoration:underline;
	}

#contact a {
	color:#666;
	text-decoration:none;
	display:block;
	margin-top:5px;
	}

#contact a:hover {
	color:#666;
	text-decoration:underline;
	}

#contact h2 {
	font-size:14px;
	color: #828484;
	font-weight:bold;
	margin: 0 0 10px 0;
	}

#contact p {
	width:160px;
	}

#content_left p {
	margin:0 0 16px 11px;
	}

#content_left img {
	margin:0 0 16px 11px;
	}

#content_left .teaser {
	width:480px;
	min-height:130px;
	height:130px;
	padding:0;
	margin:0 0 12px 0;
	background-color:#e6e6e6;
	float:left;
	}

* html #content_left .teaser {
	margin-bottom:12px;
	}

* + html #content_left .teaser {
	margin-bottom:12px;
	}

#content_left .teaser p {
	margin:0 0 4px 11px;
	width:270px;
	padding:0;
	}

#content_left .teaser img {
	float:right;
	margin:0;
	padding:0;
	}

#content_left .teaser h2 {
	margin:11px 0 8px 11px;
	width:280px;
	color: #828484;
	text-transform: uppercase;
	font-weight:bold;
	}

#content_left .teaser a {
	margin:0 0 0 -2px;
	}

#content_right .teaser {
	width:209px;
	height:122px;
	float:right;
	margin-top:5px;
	background: #e5edf0 url(../img/bg_teaser.jpg) no-repeat top left;
	}

#content_right .teaser h2 {
	font-size:14px;
	width:190px;
	color: #828484;
	font-weight:bold;
	margin: 12px 0 11px 16px;
	}	

#content_right .teaser img {
	float:right;
	margin: 0 20px 0 0;
	}		
	
#content_right .teaser p {
	font-size:12px;
	color:#666;
	width:115px;
	margin:11px 0 -5px 16px;
	}

#content_right .teaser a {
	background: url(../img/bg_teaserlink.gif) no-repeat bottom right;
	font-size:12px;
	color:#ff9933;
	padding:0 2px 1px 2px;
	width:116px;
	text-decoration:none;
	display:block;
	margin:3px 0 0 -2px;
	}

#content_right .teaser a:hover {
	text-decoration:none;
	background-color:#ed9316;
	color:#fff;
	}

#global_navi a {
	font-size:10px;
	text-decoration:none;
	color:#666;
	}

#global_navi a:hover {
	font-size:10px;
	text-decoration:underline;
	color:#666;
	}

.im_text_rechts .bild {
	float:right;
	width:160px;
	margin:0 20px 0 20px;
	text-align:right;
	}	

#content_left .im_text_rechts .bild img,
#content_left .im_text_links .bild img {
	margin:0;
	}

#content_left .im_text_rechts .bild a,
#content_left .im_text_links .bild a {
	margin:0 0 20px 0;
	display:block;
	padding:0;
	}

#content_left .im_text_links .bild {
	float:left;
	width:160px;
	margin:0 20px 0 0;
	text-align:left;
	}
	
#content_left .tx-fbflickr-pi1 {
	background-color:#e6e6e6;
	float:left;
	width:475px;
	}
	
#content_left .bilder {
	background-color:#e6e6e6;
	padding-left:12px;
	float:left;
	width:463px;
	}

#content_left .bilder img {
	margin:0;
	}

#content_left .bilder a {
	margin:0 9px 9px 0;
	padding:0;
	float:left;
	}

.pagination {
	background-color:#e6e6e6;
	float:left;
	width:475px;
	}

.pagination p {
	width:250px;
	float:left;
	}

.pagination p.sites {
	width:150px;
	float:right;
	}
	
#content_left ul {
	margin:0 0 20px 25px;
	}
