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

* {
margin: 0;
padding: 0;
}

body {
font-family: Arial, Helvetica, sans-serif;
/*font-size: 100.01%;*/
font-size: 14px;
font-weight: normal;
color: #ffffff;
background-color: #6989f4;
padding: 0;
margin: 0;
overflow: scroll;
overflow: -moz-scrollbars-vertical;
text-align: center; /* Hack für IE lt 6 */
}

a {
outline: none;
border: 0 none;
}

a img {
border: 0 none;
}

div {
text-align: left;
}

b, strong {
font-weight: bold;
}

h1 {
font-size: 23px;
padding: 20px 0 10px 0;
}

#wrapper {
width: 980px;
text-align: center;
margin: 0 auto;
/*border: 1px solid black;*/
}

/* Keywordbox */

#keywordbox {
width: 980px;
text-align: center;
margin: 10px 0 0 0;
}

#keywordbox ul {
margin: 0;
padding: 0;
list-style-type: none;
}

#keywordbox ul li {
display: inline;
padding: 0 10px 0 10px;
border-right: 1px solid black;
}

#keywordbox ul li.last {
border-right: none
}

#header {
margin: 30px 0 0 0;
overflow:hidden;
}

#header #logo {
background: transparent url(../images/template/seitensprung-ofi.gif) no-repeat scroll center top;
display: block;
height: 160px;
text-indent: -9999px;
}

#header h1 {
display: none;
}

#header h2 {
display: none;
}

#maincontent {
width: 980px;
}

#leftcol {
width: 205px;
float: left;
}

#maincol {
width: 617px;
/*width: 630px;*/
float: left;
text-align: center;
}

#rightcol {
width: 145px;
float: right;
text-align:right;
}

#rightbanner {
width:120px;
margin: 30px 0 0 12px;
}

#rightbanner h3 {
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
font-weight: bold;
color: #ffffff;
margin: 0 0 15px 0;
padding: 0 0 4px 0;
font-size: 16px;
border-bottom: 1px solid #ffffff;
}

#rightbanner ul {
/* list-style-type: none; */
margin: 0;
padding: 0;
border: none;
}

#rightbanner ul li {
/* display: inline; */
list-style-type: none;
margin: 0;
padding: 0;
}

#rightbanner ul li a {
display: block;
width: 100%;
color: #FFFFFF;
margin: 0;
padding: 0 0 12px 0;
}

html>body #rightbanner ul li a {
width: auto;
}

#rightbanner ul li a img {
border: 1px solid #000000;
}

#footer {
width: 940px;
text-align: center;
padding: 20px;
margin: 30px 0 20px 0;
/*background-color:#FFFF66;*/
}

.clear-all {
clear: both;
}

.leftnav {
width: 180px; /*width of menu*/
}

.leftnav .headerbar {
font: bold 13px Verdana;
color: white;
background: #4960aa url(../images/template/arrowstop.gif) no-repeat 8px 6px; /*last 2 values are the x and y coordinates of bullet image*/
margin-bottom: 0; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
padding: 7px 0 7px 31px; /*31px is left indentation of header text*/
border-bottom: 1px solid #ffffff;
}

.leftnav .headerbar a {
text-decoration: none;
color: white;
display: block;
}

.leftnav ul {
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 0; /*bottom spacing between each UL and rest of content*/
}

.leftnav ul li {
padding-bottom: 1px; /*bottom spacing between menu items*/
}

.leftnav ul li a {
font: normal 12px Arial;
color: #000000;
background: #feff99;
display: block;
padding: 5px 0;
line-height: 17px;
padding-left: 8px; /*link text is indented 8px*/
text-decoration: none;
}

.leftnav ul li a:visited {
color: #000000;
}

.leftnav ul li a:hover { /*hover state CSS*/
color: #ffffff;
background: #da0003;
}

#countrybox {
background-color: #f1f232;
width: 617px;
margin-bottom: 40px;
/*height: 100px;*/
}

#countryboxtop {
background-image: url(../images/template/countrybox_top.gif);
width: 617px;
height: 15px;
}

#countryboxbottom {
background-image: url(../images/template/countrybox_bottom.gif);
width: 617px;
height: 15px;
}

#countrynav ul {
list-style-type: none;
/*text-align: center;*/
margin: 0;
padding: 0 0 0 23px;
/*width: 617px;*/
/*margin: 0 auto;*/
}

#countrynav ul li {
float:left;
/*display: inline;*/
width: 150px;
padding: 0 20px;
}

#countrynav ul li p {
margin-top: 10px;
}

#countrynav ul li img {
border: 1px solid black;
}

#countrynav ul li a {
display: block;
text-align: center;
padding: 10px;
color: #000000;
background-color: #ffffff;
text-decoration: none;
}

#countrynav ul li a:hover {
color: #ffffff;
background-color: #6d80bb;
}

#mainboxtop {
background-image: url(../images/template/mainbox_top.gif);
width: 617px;
height: 10px;
}

#mainboxcontent {
background-image: url(../images/template/mainbox_bg.gif);
background-repeat: repeat-y;
width: 617px;
height:auto;
color: #000000;
text-align: center;
}

#mainboxbottom {
background-image: url(../images/template/mainbox_bottom.gif);
width: 617px;
height: 10px;
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#leftnav{
width: 180px;
padding: 0 0 10px 0;
margin-bottom: 10px;
font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
background-color: #34447a;
color: #333;
}

* html #leftnav{ /*IE 6 only */
w\idth: 180px; /*Box model bug: 180px minus all left and right paddings for #leftnav */
}

#leftnav ul{
/*list-style-type: none;*/
margin: 0;
padding: 0;
border: none;
}

#leftnav li {
list-style-type: none;
border-bottom: 1px solid #f6f6f6;
margin: 0;
}

#leftnav li a{
font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
display: block;
padding: 3px 5px 3px 8px;
border-left: 10px solid #2c3a66;
border-right: 10px solid #8090c4;
background-color: #4960aa;
color: #fff;
text-decoration: none;
width: 100%;
}

html>body #leftnav li a { /*Non IE6 width*/
width: auto;
}

#leftnav li a:hover {
border-left: 10px solid #566185;
border-right: 10px solid #99a6d0;
background-color: #6d80bb;
color: #000000;
}

#leftnav li.aktiv a {
border-left: 10px solid #566185;
border-right: 10px solid #99a6d0;
background-color: #6d80bb;
color: #f1f232;
}

/* End Credits */

#galeriebox {
padding-left:35px;
width: 547px;
padding-bottom: 40px;
/*height: 300px;*/
/*border: 1px solid black;*/
/*background-color:#999999;*/
}

#galerie a {
text-decoration: none;
cursor: hand;
cursor: pointer;
}

#galerie dl {
margin: 0 auto;
padding: 15px;
float: left;
display: block;
width: 150px;
height: 235px;
border: 1px solid #fff;
background-color: #f4f55b;
text-align:center;
}

#galerie dl:hover {
background-color: #e13335;
border: 1px solid #eee;	
border-bottom: 1px solid #aaa;
}

#galerie dt {
border: 1px solid #eee;
background-color: #fff;
border-bottom: 1px solid #aaa;
padding: 10px;
margin: 5px 0;
}

#galerie dt img {
border: 1px solid #aaa;
border-bottom: 1px solid #333;
}

#galerie dd {
padding: 0;
margin: 0;
color: #333;
text-align:center;
}

#paginfo {
text-align: center;
padding: 20px 0 10px 0;
}

#pagination {
padding: 0 0 30px 0;
font-weight: bold;
color: #000000;
font-size: 22px;
text-decoration: none;
text-align:center;
}

#pagination a:link	{
font-weight: bold;
color: #da0003;
font-size: 22px;
text-decoration: none;
padding: 20px 0 20px 0;
}

#pagination  a:visited {
font-weight: bold;
color: #da0003;
font-size: 22px;
text-decoration: none;
}

#pagination a:active {
font-weight: bold;
color: #da0003;
font-size: 22px;
text-decoration: none;
}

#pagination a:hover {
font-weight: bold;
color: #000000;
font-size: 22px;
text-decoration:none;
}

#mainentrytext {
padding: 0 0 20px 0;
}

#mainentrytext {
padding: 0 0 20px 0;
}

