/*

#2a5195: blaue textfarbe

#666666: graue textfarbe

*/


body, html {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	height: 100%;
	width: 100%;
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	font-weight: normal;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 0.91em;
	color: #666666;
}

#container {
	width: 950px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
}

#container-header {
	width: 870px;
	height: 85px;
	padding: 20px 40px 0px 40px;
	background-image: url(../img/layout/bg_header.gif);
	line-height: 85px;
	font-weight:bold;
}

#container-name img {
	float: left;
	padding-top: 15px;
	margin: 0;
	border:0;
}

#container-slogan {
	float: right;
	font-size: 110%;
	font-weight: normal;
	font-style: italic;
	padding-right: 10px;
}

span, #container-name span, #container-slogan span {
	color: #2a5195; /*blaue textfarbe*/
}

#container-eyecatcher {
	width: 870px;
	padding: 0px 40px 0px 40px;
	height: 80px;
	background-image: url(../img/layout/bg_eyecatcher.gif);
}

#container-picture {
	width: 870px;
	height: 70px;
	background-image: url(../img/layout/bg_banner_drops.gif);
}

#container-navigation {
	width: 870px;
	background-color: #3a6dc4;
	height: 30px;
	border-bottom: 1px solid #ffffff;
}

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

#navigation li {
	display: inline;
	list-style: none;
	height: 30px;
}

#navigation li a {
	color: #ffffff;
	line-height: 30px;
	font-size: 100%;
	text-decoration: none;
	padding: 5px 15px 6px 15px;
	border-right: 1px solid #ffffff;
}

#navigation li a:hover {
	text-decoration: underline;
	background-color: #0066CC;
}

/* flags */
#flag_bar {
	text-align:right;
	float:right;
	width:250px;
	padding: 0;
	margin: 8px 20px 0 0;
}

#flag_bar a {
	padding: 0 5px 0 0;
}



#content {
	width:810px;
	background-image: url(../img/layout/bg_content.gif);
	background-repeat: no-repeat;
	padding: 20px 70px 0px 70px;
	margin: 0 0 0 0;
	height: auto;
}

#breadcrump-navigation {
	font-size:85%;
	float: left;
	margin-top: 28px;
	padding: 3px 3px 3px 3px;
	text-decoration: none;
	color: #3f5261; /*blaue textfarbe 2a5195*/
	background-color:#e4ebf1;
	opacity:0.7;
 // for IE5-7 filter: alpha(opacity=70);
 // for IE8 -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}

#breadcrump-navigation a {
	text-decoration: none;
	color: #3f5261; /*blaue textfarbe 2a5195*/
	border-bottom: none; /*blaue textfarbe 2a5195*/
}

#breadcrump-navigation a:hover {
	text-decoration: none;
	border-bottom: 1px dotted #50677c; /*blaue textfarbe 2a5195*/
}


#border {
	width: 200px;
	margin-left: 5px;
	margin-top: 35px;
}


/*----------SCHRIFT LAYOUT-----------------*/



h1 {
	font-size: 140%;
	color: #CC0000;
	margin: 0 0 0 0;
	padding: 15px 0 20px 0;
	background-repeat: no-repeat;
	background-position: 5px 7px;
	line-height: 24px;
	font-style:normal;
	font-weight:100;
}

h2 {
	font-size: 110%;
	color: #666666;
	padding: 5px 0 5px 0;
	letter-spacing: 0.1px;
	font-style:normal;
}

h3 {
	font-size: 105%;
	color: #666666;/*CC0000*/
	padding: 5px 0 0 0;
	letter-spacing: 0.1px;
}

h4 {
	font-size: 105%;
	padding: 5px 0 0 0;
	color: #2a5195;
	letter-spacing: 0.3px;
}

h4 a {
	color: #2a5195;
	text-decoration: none;
	border-bottom:none;
}

h4 a:hover {
	color: #2a5195;
	text-decoration: none;
	border-bottom:none;
}

h5 {
	font-size : 110%;
	letter-spacing:0.06em;
	padding: 0 15px 3px 0;
	border-bottom:1px solid #ccc;
	border-left: 2px solid #ccc;
	margin: 15px 15px 15px 25px;
}

#border p.bluebold {
	font-size: 110%;
	padding:0;
	margin:40px 0 10px 0;
	color: #2a5195;
	letter-spacing: 0.3px;
	font-weight:800;
}

#content .small{
	font-size:80%;
}


/*----------Länderangaben rechts von Video-----------------*/

p.float_left_50{
padding-right:50px;
float: left;
	}


p.float_left{
float: left;
	}
	
	
#content p.float_left img {
	background-color: none;
	padding: 0;
	border: none; }
	
#content p.float_left a {
	text-decoration: none;
	border-bottom: none;
	}

	
/*----------CONTENT-----------------*/



hr {
	border: none 0;
	border-top: 1px solid #cccccc;
	height: 1px;
}

#content hr {
	border: none 0;
	border-top: 1px solid #cccccc;
	margin: 0px 0 0px 25px;
	height: 1px;
}

#content p {
	line-height: 17px;
	color: #666666;
	margin: 0 0 20px 0;
}

#content p a, #content li a, #border p a {
	text-decoration: none;
	color: #2a5195;
	border-bottom: 1px dotted #2a5195;
	padding: 2px 2px 0 2px;
    opacity:0.7;
 // for IE5-7  filter: alpha(opacity=70);
 // for IE8  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}

#content p a:hover,#content li a:hover, #border p a:hover {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #2a5195;
	padding: 2px 2px 0 2px;
}

	
#content a.link_intern{
	background: url(../img/icons/link_intern.gif) no-repeat left 4px;
	padding: 3px 0 3px 15px;
	text-decoration: none;
    border-bottom:none;
	color:#000;
	}
	

#content a.link_intern:hover {
	background: url(../img/icons/link_intern_hoover.gif) no-repeat left 4px;
	padding: 3px 0 3px 15px;
	text-decoration: none;
    border-bottom:none;
	color: #2a5195;
}


#content ul {
	padding: 0;
	margin: 0 0 0 10px;
	background-image: none;
}

#content ul li {
	list-style: none;
	line-height: 17px;
	color: #666666;
	margin: 0;
	background-image: url(../img/layout/li_grey.png);
	background-repeat: no-repeat;
	background-position: 2px 12px;
	padding: 5px 0px 2px 20px;
}

#content ol {
	padding: 0;
	margin: 0 0 25px 20px;
	background-image: none;
}

#content ol li{
	margin: 0;
	background-image: none;
	padding: 0 0px 3px 0;
}


#content .quote {
	text-align:center;
	border-top: 1px solid #E5E5E5;
	background-color: #f7f7f7;
	border-bottom: 1px solid #E5E5E5;
	padding: 15px 5px 15px 15px;
	margin: 15px 20px 15px 20px;
	background-repeat: no-repeat;
	background-position: 10px 10px;
	color: #185388;
	font-style: italic;
}
/*-------------------------------



      IMAGES in CONTENT



--------------------------------*/



#content a img {
	text-decoration: none;
	background:none;
}

#content img.plain_right {
	background-color: #ffffff;
	padding: 0;
	border: none;
	float: right;
	margin: 0 70px 5px 0;
}

#content img.plain {
	background-color: #ffffff;
	padding: 0;
	border: none;
	float: right;
	margin: 0;
}

#content img {
	padding: 4px;
	border: 1px solid #CCCCCC; /*#2a5195*/
}

img.alignleft {
	float: left;
	margin: 0 15px 5px 0px;
}

img.alignright {
	float: right;
	margin: 0 0 5px 15px;
}

img.alignabove {
	margin: 0 0 10px 0;
}

img.center {
	margin: 15px 0 15px 200px;
}

.info {
	margin-left: 50px;
	margin-bottom: 30px;
	height: 130px;
}



.info H4{
	}

/* ================= FOOTER ======================*/



#container-footer {
	border-top: 4px solid #3a6dc4;
	width: 870px;
	padding: 10px 0px 20px 0px;
	margin: 0 40px 0px 40px;
	clear: both;
	color: #aeaeae;
}

#container-footer a {
	font-weight: bold;
	padding: 2px 2px 2px 2px;
	color: #aeaeae;
	text-decoration:none;
}

#container-footer a:hover {
	color: #2a5195;
}

#footer {
	font-size: 80%;
	color: #aeaeae;
	width: 870px;
	margin-bottom: 20px;
}

#footer-copyright {
	float: left;
	width: 325px;
	padding-left: 10px;
}

#footer-meta {
	float: right;
	text-align: right;
	width: 325px;
	padding-right: 10px;
}

.clearer {
	clear: both;
}

