@charset "UTF-8";
/* CSS Document */

body {
font-family: arial, helvetica, verdana, sans-serif;
color: #000000;
letter-spacing: 0px;
font-size: 62.5%;
padding: 0;
margin: 20px 0 0 0;
background-color: #330000;
}

/* ~~ Element-/Tag-Selektoren ~~ */

ul, ol, dl {
	padding: 0;
	margin: 0;
}

h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
	margin-bottom: 5px;	 
	padding-right: 15px;
	padding-left: 15px;
	color: #0e5a42; 
}

h1 { 
	color: #0e5a42;
	font-size: 2.1em;
	font-weight: bold;
}

h2 { 
	color: #0e5a42;
	font-size: 1.9em;
	font-weight: bold;
}

h3 { 
	color: #0e5a42;
	font-size: 1.7em;
	font-weight: bold;
}

h4 { 
	color: #0e5a42;
	font-size: 1.5em;
	font-weight: bold;
	padding-bottom: 10px;
}

h5 { 
	color: #0e5a42;
	font-size: 1.1em;
	font-weight: bold;
}

h6 { 
	color: #999;
	font-size: 1em;
	font-weight: bold;
}


p {
	margin-top: 0;	 
	padding-right: 15px;
	padding-left: 15px;
	font-size: 1.3em;
}

a img { 
	border: none;
}

/******** Link Styles *******/

a:link {
	color: #0e5a42;
	text-decoration: underline;
}
a:visited {
	color: #0e5a42;
	text-decoration: underline;
}
a:hover, a:active, a:focus { 
	text-decoration: none;
}

/******DIVS******/

.container {
	width: 1061px;
	margin: 0 auto;
	position: relative;
	background-color: #0e5a42;
}

.header {
	width: 1025px;
	margin-left: 18px;
	background: #ccc;
	height:107px;
}

.sidebar1 {
	float: right;
	width: 200px;
	background: #ccc;
	padding-bottom: 10px;
	margin-right: 18px;
	font-size: 1em;
}

.content_container {
	background-image: url("images/bg_content.gif");
	background-repeat: repeat-y;
	margin-left: 18px;
}

.content_home {
	padding: 10px 20px 10px 0;
	width: 785px;
	float: right;
	background-color: #fff;
	position:relative
}

.content_home a:link, .content_home a:visited {
	color: #0e5a42;
	text-decoration: underline;
}

.content_home a:hover, .content_home a:active, .content_home a:focus { 
	text-decoration: none;
}

.content {
	padding: 30px 20px 10px 0;
	width: 785px;
	float: right;
	background-color: #fff;
	position:relative
}

.content a:link, .content a:visited {
	color: #0e5a42;
	text-decoration: underline;
}

.content a:hover, .content a:active, .content a:focus { 
	text-decoration: none;
}

.content ul, .content ol { 
	padding: 0 15px 15px 40px;
	font-size: 12px; 
}

.home_img{
	float: left;
	width: 298px;
}

.home_txt{
	float: left;
	width:440px;
	padding-top:20px;
	padding-left:30px;
}

/*****Links in die rechte Spalte******/

ul.nav {
	list-style: none; 
	border-top: 1px solid #666; 
	margin-bottom: 15px;
	font-size:1.2em;
}

ul.nav li {
	border-bottom: 1px solid #666; 
}

ul.nav a, ul.nav a:visited {
	padding: 5px 5px 5px 15px;
	display: block; 
	width: 180px;  
	text-decoration: none;
	background: #ccc;
	color: #0e5a42;
}

ul.nav a:hover, ul.nav a:active, ul.nav a:focus { 
	background: #A8C1B5;
	color: #FFF;
}

.dokumentation a, .dokumentation a:visited {
	color: #0e5a42;
	text-decoration: underline;
}

.dokumentation a:hover { 
	color: #000;
	text-decoration: none;
}

/* ~~ Fußzeile ~~ */

.footer {
	width: 680px;
	margin-left: 40px;
	border-top: #0e5a42 solid 2px;
	text-align: center;
	padding: 10px 50px;
	position: relative;
	clear: both; 
}

/* ~~ Verschiedene float/clear-Klassen ~~ */

.fltrt {  
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}

.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

/******* BOXES *******/

.box {
	background-color: #eeeeee;
	border: #0e5a42 solid 1px;
	width: 180px;
	margin-left: 10px;
	margin-bottom:10px;
	padding-bottom:10px;
}

.box_header {
	background-color: #0e5a42;
	margin-bottom: 10px;
	padding-left: 15px;
	color: white;
	font-weight: bold;
}

.box a:visited {
	color: #0e5a42;
}

.box_wide_header {
	background-color: #0e5a42;
	padding-left: 15px;
	padding-top:2px;
	color: white;
	font-weight: bold;
	font-size:1.2em;
}

.box_wide_empty {
	width: 755px;
	border: #0e5a42 solid 1px;
	padding: 0;
	margin-left: 10px;
	background-color: #eee;
}

.box_wide_content {
	width: 100%;
	padding: 5px;
}

.box_green {
	background-color: #0E5A42;
	border: #0e5a42 solid 1px;
	width: 500px;
	margin-left: 10px;
	margin-bottom:10px;
	padding:20px;
	color: #ffffff;
	font-size:15px;
	font-weight: bold;
	font-style: italic;
}

.box_green_home {
	background-color: #0E5A42;
	border: #0e5a42 solid 1px;
	width: 415px;
	margin-bottom:10px;
	padding:10px 10px 0px 10px;
	color: #ffffff;
	font-size:13px;
	font-weight: bold;
	font-style: italic;
}

.box_green_home a:link {
	color: #ffffff;
}


/******* TOP MENU*******/


.top_menu{
	width: 610px;
	text-align: center;
	padding-left: 350px;
	padding-top:5px;
}

ul#css3menu1,ul#css3menu1 ul{
	margin:0;
	list-style:none;
	padding:0;
	background-color:#FFFFFF;
	border-width:1px;
	border-style:solid;
	border-color:#b2b2b4;
	-moz-border-radius:5px 5px 0 0;
	-webkit-border-radius:5px 5px 0 0;
	border-radius:5px 5px 0 0;
}

ul#css3menu1 ul{
	display:none;
	position:absolute;
	left:-1px;
	top:100%;
	background-color:#FFFFFF;
	background-image:-o-linear-gradient(-90deg,rgba(44,160,202,0),rgba(0,0,0,0.1)); 
	background-image:-moz-linear-gradient(-90deg,rgba(44,160,202,0),rgba(0,0,0,0.1));   
	background-image:linear-gradient(180deg,rgba(44,160,202,0),rgba(0,0,0,0.1));  
	background-image:-webkit-linear-gradient(-90deg,rgba(44,160,202,0),rgba(0,0,0,0.1));
	border-width:1px;
	border-radius:0px 0px 4px 4px;
	-moz-border-radius:0px 0px 4px 4px;
	-webkit-border-radius:0px;
	-webkit-border-bottom-right-radius:4px;
	-webkit-border-bottom-left-radius:4px;
	border-style:solid;
	border-color:#FFFFFF #bfc1c2 #bfc1c2 #bfc1c2;
	-moz-box-shadow:0 5px 5px rgba(20, 20, 25, 0.2), 0 0 0 1px #FFFFFF inset;
	-webkit-box-shadow:0 5px 5px rgba(20, 20, 25, 0.2), 0 0 0 1px #FFFFFF inset;
	box-shadow:0 5px 5px rgba(20, 20, 25, 0.2), 0 0 0 1px #FFFFFF inset;
	padding:5px;
}

ul#css3menu1 li:hover>*{
	display:block;
}

ul#css3menu1 li{
	position:relative;
	display:block;
	white-space:nowrap;
	font-size:0;
	float:left;
}

ul#css3menu1 li:hover{
	z-index:1;
}

ul#css3menu1{
	font-size:0;
	z-index:999;
	position:relative;
	display:inline-block;
	zoom:1;
	padding:0;
	-moz-box-shadow:0 2px 0 #bfc1c2;
	-webkit-box-shadow:0 2px 0 #bfc1c2;
	box-shadow:0 2px 0 #bfc1c2;
	*display:inline;
}

* html ul#css3menu1 li a{
	display:inline-block;
}

ul#css3menu1>li{
	margin:0;
}

ul#css3menu1 a:active, ul#css3menu1 a:focus{
	outline-style:none;
}

ul#css3menu1 a{
	display:block;
	vertical-align:middle;
	text-align:left;
	text-decoration:none;
	font:14px Open Sans,Helvetica Neue,Helvetica,Arial,sans-serif;
	color:#333;
	font-weight:bold;
	cursor:pointer;
	padding:13px 15px;
	background-image:-o-linear-gradient(-90deg,rgba(255,255,255,0),rgba(85,85,85,0.13)); 
	background-image:-moz-linear-gradient(-90deg,rgba(255,255,255,0),rgba(85,85,85,0.13));   
	background-image:linear-gradient(180deg,rgba(255,255,255,0),rgba(85,85,85,0.13));  
	background-image:-webkit-linear-gradient(-90deg,rgba(255,255,255,0),rgba(85,85,85,0.13));
	background-repeat:repeat;
	background-position:0 0;
	border-width:0px;
	border-style:none;
	filter: "progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr=#00FFFFFF,endColorstr=#21555555)";
}

ul#css3menu1 ul li{
	float:none;margin:0;
}

ul#css3menu1 ul a{
	text-align:left;
	padding:5px;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	box-shadow:none;
	background-image:none;
	border-width:0;
	border-style:none;
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	color:#333;
	text-decoration:none;
}

ul#css3menu1 li:hover>a,ul#css3menu1 li a.pressed{
	border-style:none;
	color:#92979E;
	background-image:-o-linear-gradient(-90deg,rgba(85,85,85,0.13),rgba(255,255,255,0)); 
	background-image:-moz-linear-gradient(-90deg,rgba(85,85,85,0.13),rgba(255,255,255,0));   
	background-image:linear-gradient(180deg,rgba(85,85,85,0.13),rgba(255,255,255,0));  
	background-image:-webkit-linear-gradient(-90deg,rgba(85,85,85,0.13),rgba(255,255,255,0));
	background-position:0 100%;
	text-decoration:none;
	filter: "progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr=#21555555,endColorstr=#00FFFFFF)";
}

ul#css3menu1 ul li:hover>a,ul#css3menu1 ul li a.pressed{
	-moz-box-shadow:0 1px 0 #6D942E;
	-webkit-box-shadow:0 1px 0 #6D942E;
	box-shadow:0 1px 0 #6D942E;
	background-color:#0e5a42;
	background-image:-o-linear-gradient(-90deg,rgba(255,255,255,0),rgba(85,85,85,0.13)); 
	background-image:-moz-linear-gradient(-90deg,rgba(255,255,255,0),rgba(85,85,85,0.13));   
	background-image:linear-gradient(180deg,rgba(255,255,255,0),rgba(85,85,85,0.13));  
	background-image:-webkit-linear-gradient(-90deg,rgba(255,255,255,0),rgba(85,85,85,0.13));
	border-style:none;
	color:#FFFFFF;
	text-decoration:none;
	filter: "progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr=#00FFFFFF,endColorstr=#21555555)";
}

ul#css3menu1 li.topfirst>a{
	-moz-box-shadow:0 0 0 1px #FFFFFF inset;
	-webkit-box-shadow:0 0 0 1px #FFFFFF inset;
	box-shadow:0 0 0 1px #FFFFFF inset;
	background-color:#FFFFFF;
	border-width:0 1px 0 0;
	border-style:solid;
	border-color:#bfc1c2;
	border-radius:5px 0 0 0;
	-moz-border-radius:5px 0 0 0;
	-webkit-border-radius:5px;
	-webkit-border-top-right-radius:0;
	-webkit-border-bottom-right-radius:0;
	-webkit-border-bottom-left-radius:0;
	text-shadow:0 1px 0 #FFFFFF;
}

ul#css3menu1 li.topfirst:hover>a,ul#css3menu1 li.topfirst a.pressed{
	-moz-box-shadow:0 4px 6px -2px rgba(0,20,50, 0.26) inset;
	-webkit-box-shadow:0 4px 6px -2px rgba(0,20,50, 0.26) inset;
	box-shadow:0 4px 6px -2px rgba(0,20,50, 0.26) inset;
	background-color:#FFFFFF;
	border-style:solid;
	border-color:#bfc1c2;
	text-shadow:0 1px 0 #FFFFFF;
}

ul#css3menu1 li.topmenu>a{
	-moz-box-shadow:0 0 0 1px #FFFFFF inset;
	-webkit-box-shadow:0 0 0 1px #FFFFFF inset;
	box-shadow:0 0 0 1px #FFFFFF inset;
	background-color:#FFFFFF;
	border-width:0 1px 0 0;
	border-style:solid;
	border-color:#bfc1c2;
	text-shadow:0 1px 0 #FFFFFF;
}

ul#css3menu1 li.topmenu:hover>a,ul#css3menu1 li.topmenu a.pressed{
	-moz-box-shadow:0 4px 6px -2px rgba(0,20,50, 0.26) inset;
	-webkit-box-shadow:0 4px 6px -2px rgba(0,20,50, 0.26) inset;
	box-shadow:0 4px 6px -2px rgba(0,20,50, 0.26) inset;
	background-color:#FFFFFF;
	border-style:solid;
	border-color:#bfc1c2;
	text-shadow:0 1px 0 #FFFFFF;
}

ul#css3menu1 li.toplast>a{
	-moz-box-shadow:0 0 0 1px #FFFFFF inset;
	-webkit-box-shadow:0 0 0 1px #FFFFFF inset;
	box-shadow:0 0 0 1px #FFFFFF inset;
	background-color:#FFFFFF;
	border-width:0px;
	border-style:solid;
	border-color:#bfc1c2;
	border-radius:0 5px 0 0;
	-moz-border-radius:0 5px 0 0;
	-webkit-border-radius:0;
	-webkit-border-top-right-radius:5px;
	text-shadow:0 1px 0 #FFFFFF;
}

ul#css3menu1 li.toplast:hover>a,ul#css3menu1 li.toplast a.pressed{
	-moz-box-shadow:0 4px 6px -2px rgba(0,20,50, 0.26) inset;
	-webkit-box-shadow:0 4px 6px -2px rgba(0,20,50, 0.26) inset;
	box-shadow:0 4px 6px -2px rgba(0,20,50, 0.26) inset;
	background-color:#FFFFFF;
	border-style:solid;
	border-color:#bfc1c2;
	text-shadow:0 1px 0 #FFFFFF;
}

/******end menu********/

#language {
	position: absolute;
	top:15px;
	right: 10px;
	padding-top:3px;
	color: white;
	width:80px;
	height:25px;
	font-size: 1.2em;
}

#language span {
	background-color: #A8C1B5;
	border: #fff solid 1px;
	padding:1px;
}

#language a:link, a:visited {
	color: #fff;
	border: #eee solid 1px;
	text-decoration: none;
	padding:1px;
}

#language a:hover {
	color: #fff;
	border: #fff solid 1px;
	background-color: #A8C1B5;
}
/******* SCROLLER ********/

.scroller_header {
	width: 742px;
	background-color: #0e5a42;
	margin-left: 10px;
	padding-left: 15px;
	padding-top:2px;
	color: white;
	font-weight: bold;
	font-size:1.2em;
}

.scroller_empty_box {
	width: 755px;
	height: 50px;
	border: #0e5a42 solid 1px;
	padding: 5px;
	margin-left: 8px;
	background-color: #eee;
}

#pscroller1{
	width: 755px;
	height: 50px;
	border: #0e5a42 solid 1px;
	padding:5px 0px;
	margin-left: 10px;
	background-color: #eee;
}

.scrollstyle a:link, .scrollstyle a:visited{
	color: #0e5a42;
	text-decoration: underline;
}

.scrollstyle a:hover{
	text-decoration: none;
}
/********classes*********/

.capital  { 

font-size : 300%; 

font-weight : bold; 

padding : 0; 

margin : 0; 

line-height : 100%; 

color : #0e5a42; 
} 

.img_border { 

border: #666 1px solid;

} 

.smalltxt { 

font-size:9px;

} 

hr { 

color:#0e5a42;
background-color: #0e5a42;
height: 1px;

} 

/********News Articles*********/

.container-news {
	width: 840px;
	margin: 0 auto;
	position: relative;
	border-color: #0e5a42;
	border-style: solid;
	border-width: 50px 20px 20px 20px;
	background-color: #fff;
}

.header_news {
	width: 840px;
	height:107px;
}
