body {
  font-family: helvetica, arial, verdana, sans-serif;
  font-size: 78%;
  color: #38455e;
  background-color: #eee;
  padding: 0;
  margin: 0;
}

#page {
  width: 1000px;
  margin: 0;
  margin-left: auto;
  margin-right: auto;
  line-height: 130%;
  border-right: 1px solid #e5e5e5;
  border-left: 1px solid #e5e5e5;
  background-color: #fff;
}

#page-fullscreen {
  width: 100%;
  margin: 0;
  margin-left: auto;
  margin-right: auto;
  line-height: 130%;
  border-right: 0px;
  border-left: 0px;
  background-color: #fff;
}

p a, li a, td a, div a {
  color: #5a6c8c;
  text-decoration: underline;
}

p a:hover, li a:hover, td a:hover {
  color: #fff;
  background-color: #336699;
  text-decoration: none;
}

a:hover {
  color: #fff;
  background-color: #336699;
  text-decoration: none;
}

a.icon:hover, a.image:hover {
   background: none;
}

form .input, form select {
  font-size: 100%;
  border: 1px solid #5a6c8c;
  background-color: #fff;
}

form .submit {
   font-size: 100%;
   border: 1px solid #5a6c8c;
   color: #fff;
   background-color: #e39209;
}

form p {
margin-bottom: 0px;
margin-top: 7px;
}

strong {
   font-weight: normal;
}



.highlight {
  background-color: #fff280;
}

.highlight2, .highlight2 a {
  font-size: 92%;
  color: #858585;
  text-decoration: none;
  font-weight: normal;
}
.red, red a {
  color: red;
}


.small {
  font-size: 92%;
}


.feeds {
   padding-top: 10px;
}

.feeds a {
        padding-left: 20px !important;
        margin-top: 2px;
        margin-bottom: 2px;
        background: url(/images/icons/feed.gif) no-repeat 0 2px !important;
}

.feeds a:hover {
  color: #000;
  background-color: #fff
}

.clear {
   clear: both;
   margin: 0;
   padding: 0;
}


/* header */

#header {
  height: 110px;
  background: url('../images/header.png') repeat-x top left;
  padding: 0;
  margin: 0;
  border-right: 1px solid #e5e5e5;
  border-left: 1px solid #e5e5e5;

}

#header .logo {
   float: left;
}

#header .ad {
   float: right;
   margin: 15px 15px 0 0;
}

#header .film {
   float: right;
   vertical-align: top;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
}

#header img {
    padding: 0;
    margin: 0;
    border: 0;
}

#header h1 {
    display: none;
    padding: 0;
    margin: 0;
}

#header p {
  font-style: italic;
  display: none;
}

/* menu */

#menu {
  padding: 3px 0 0 10px;
  margin: 0;
  height: 20px;
  background-color: #b0c1d2;
  border-bottom: 0px solid #e3e3e3;
  border-right: 1px solid #e5e5e5;
  border-left: 1px solid #e5e5e5;
}

#menu p {
   padding: 0;
   margin: 0 20px 0 0;
}

#menu p .mainitems {
   text-align: left;
   float: left;
   word-spacing: 3px;
}

#menu p .subitems {
   text-align: right;
   float: right;
   word-spacing: 0px;
}

#menu .mainitems a {
   padding: 5px 5px 4px 5px;
   font-family: arial, verdana, helvetica, sans-serif;
   font-size: 13px;
   text-transform:capitalize;
   font-weight: bold;
   letter-spacing: 1px;
   text-decoration: none;
   color: #336699;
   font-variant: small-caps;
}


#menu .subitems a {
   padding: 5px 5px 4px 5px;
   font-family: arial, verdana, helvetica, sans-serif;
   font-size: 11px;
   font-weight: normal;
   text-decoration: none;
   letter-spacing: 1px;
   color: #336699;
   font-variant: small-caps;
}

#menu .mainitems .selected, #menu .subitems .selected {
background: #336699;
color: #ff9000;
}

#menu .subitems .red a {
   color: red;
}

#menu a:hover, #menu a:active {
   text-decoration: underline;
   color: #ff9000;
}

/* left */

#left {
   float: left;
   width: 140px;
   height: 100%;
   margin: 0;
   padding: 0 10px 10px 10px;
   background: #F9F9F9;
   border-right: 1px solid #e5e5e5;
   border-bottom: 1px solid #e5e5e5;
}


/* right */

#right
{
  float: right;
  width: 150px;
  margin: 0;
  padding: 0 10px 10px 10px;
  background: #F9F9F9;
  border-left: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}


/* left and right */

#left h2, #right h2 {
  margin: 24px -10px 15px -10px;
  padding-left: 3px;
  font-size: 12px;
  font-family: verdana, helvetica, arial, sans-serif;
  font-weight: normal;
  font-variant: small-caps;
  letter-spacing: 3px;
  word-spacing: 5px;
  color: #336699;
  background-color: #b0c1d2;
  height: 18px;
  border-bottom: 0px solid #8ca8f3;
}


#left p, #right p, #left ul, #right ul, #left div, #right div {
   font-size: 11px;
}

#left ul, #right ul {
   padding-left: 0px !important;
   margin-left: 0px;
   margin-top: 2px;
   margin-bottom: 2px;
}

#left ul li, #right ul li {
   list-style: none;
   padding-left: 0px !important;
   margin-top: 2px;
   margin-bottom: 2px;
   background: none;
}

#left .googleAd, #right .googleAd {
   text-align: left;
   margin-top: 30px;
}

#right .news a, #left .news a {
  text-decoration: none;
}

#right .news p, #left .news p {
  margin-top: 7px;
  margin-bottom: 7px;
}


  

#left .image-block, #right .image-block {
   text-align: center;
}

#left .image-block a img, #right .image-block a img {
  border: 1px solid #336699;
  margin: 3px 3px;
}

#left .image-block a:hover img, #right .image-block a:hover img {
  border: 3px solid #e39209;
  margin: 1px 1px;
}

#left .ad, #right .ad {
}

#left .partner img, #right .partner img {
margin: 0 0 5px 0;
}

#left .partner a:hover, #right .partner a:hover, #left .ad a:hover, #right .ad a:hover {
background: none;
}




/* content */

#content {
  margin-left: 162px;
  margin-right: 172px;
  padding: 12px 20px;
  background-color: #fff;
}


#content h1 {
   font-family: verdana, helvetica, arial, sans-serif;
   font-size: 22px;
   font-weight: normal;
   font-variant: small-caps;
   color: #336699;
   margin-bottom: 22px;
   letter-spacing: 4px;
   word-spacing: 5px;
   border-bottom: 1px solid #b0c1d2;
}

#content h2 {
   font-family: verdana, helvetica, arial, sans-serif;
   font-size: 18px;
   font-weight: bold;
   text-decoration: none;
   font-variant: small-caps;
   color: #336699;
   letter-spacing: 1px;
   word-spacing: 2px;
   margin-top: 25px;
   margin-bottom: 18px;
   border-bottom: 1px solid #dedede;
}

#content h3 {
   font-family: verdana, helvetica, arial, sans-serif;
   color: #336699;
   margin-top: 22px;
   margin-bottom: 10px;
}

#content h2 a, #content h2 a:hover, #content h3 a, #content h3 a:hover {
   text-decoration: none;
   color: #336699;
   background-color: transparent;
}

#content .ad-linkblock {
   text-align: right;
}

#content .trail-table {
padding: 0px;
vertical-align: top;
width: 100%;
   border: 1px solid #ccc;
}

#content .trail-table a {
font-size: 10px;
text-decoration: none;
color: #330066;
font-weight: normal;
}

#content .legend { font-size: 92%; background: white; padding: 2px; border: 1px solid black; margin-top: 0px; }
#content .legend img { vertical-align: middle }
#content .legendNavi {
text-align: center;
margin-top: 0px;
}



#content .markerInfoBox ul {
        padding-left: 20px !important;
        margin-top: 5px;
        margin-bottom: 2px;
}


#typeOverviewShow a, #typeOverviewHide a {
   margin-left: 30px;
}

#countryOverviewShow a, #countryOverviewHide a {
   margin-left: 70px;
}
#searchShow a, #searchHide a {
   margin-left: 13px;
}


#content .regions p {
   line-height: 22px;
}
   

#content .ad {
   text-align: center;
   margin-top: 10px;
}

#content .ad-margin {
   text-align: center;
   margin-top: 30px;
}

#content .gallery {
   margin-top: 20px;
   text-align: center;
}

#content .gallery a img {
  border: 1px solid #336699;
  margin: 6px 6px;
}

#content .gallery a:hover img {
  border: 3px solid #e39209;
  margin: 4px 4px;
}
  

#content .banner a img {
margin: 0px 20px 20px 0px;
}


#content .news .date {
margin-top: 0px;
margin-bottom: 0px;
font-size: 88%;
padding: 2px 0 2px 20px ;
background: url('/images/icons/time.png') left center no-repeat;
color: #aaa;
}
#content .news h2, #content .news h3 {
margin-top: 40px;
margin-bottom: 5px;
}

#content .news p {
margin-top: 3px;
margin-bottom: 10px;
}

#content .news strong {
   font-weight: bold;
   color: #336699;
}


#content .news a img {
  border: 1px solid #336699;
  margin: 6px 6px 4px 6px;
}

#content .news a:hover img {
  border: 3px solid #e39209;
  margin: 2px 15px 4px 0px;
}

#content .image_normal {
   margin: 3px 10px 0px 0px;
   -moz-border-radius: 3px;
}

#content .news .image_normal a:hover {
}

#content .news .image_normal:hover {
}

#content .news .image_float_left {
   float: left;
   margin-top: 4px;
   margin-bottom: 6px;
   margin-left: 2px;
   margin-right: 17px;
}

#content .news .image_float_left a:hover {
}

#content .news .image_float_left:hover {
}

#content .news .image_float_right {
   float: right;
}

#content .news .image_float_right a:hover {
}

#content .news .image_float_right:hover {
}

#content .news .image_centered {
   margin-left: 2px;
   margin-right: 2px;
   margin-bottom: 5px;
   margin-top: 5px;
   -moz-border-radius: 3px;
}

#content .news .image_centered a:hover {
}

#content .news .image_centered:hover {
}




#content table 
{
  width: 600px;
  border: 0px solid #e5e5e5;
  border-collapse: collapse;
  margin-bottom: 15px;
}

#content table td 
{
  font-size: 92%;
  padding: 2px;
  vertical-align: top;
}

#content table th 
{
  font-size: 100%;
  border: 0px solid #e5e5e5;
  padding: 1px 1px;
  vertical-align: top;
  color: #336699;
  letter-spacing: 1px;
  background: #b0c1d2;
  text-align: left;
  font-weight: normal;
}

#content table .secondRow {
   background-color: #ececec;
}

#content table td small {
    font-size: 0.8em;
    color: #888;
}

#content table th .center, #content table td .center {
  text-align: center;
}


#content .viewNavi {
float: left;
}


#content .viewNaviRight {
float: right;
}

#content .glossary .aliases { color: #ccc; }
#content .glossary .aliases strong { font-weight: normal; }
#content .glossary .aliases u { text-decoration: none; }




/* chat */

#yshout {
/* margin-bottom: 10px; */
}


/* details */

#details {
   /* Fehler im IE 6 wenn width definiert ist. width: 616px; */
   margin: 0;
   padding: 0;
}

#details .left .headline, #details .full .headline, #details .right .headline, #details .pictures .headline {
   width: 355px;
   padding: 5px 5px 5px 5px;
   margin-bottom: 5px;
   margin-top: 5px;
   line-height: 10px;
   font-weight: bold;
   background-color: #FFDAB9;
}

#details .right .headline, #details .pictures .headline {
   width: 235px;
}

#details .full .headline {
   width: 605px;
}


#details .left {
   float: left;
   margin: 0;
   padding: 0;
   margin-bottom: 10px;
}

#details .full {
   float: left;
   margin: 0;
   padding: 0;
   margin-bottom: 10px;
   width: 610px;
}


#details .left .header {
   float: left;
   width: 115px;
   margin-left: 0px;
   margin-right: 0px;
   padding: 5px 5px 5px 5px;
   line-height: 18px;
   background-color: #FFDAB9;
}

#details .left .content {
   width: 225px;
   padding: 5px 5px 5px 5px;
   margin-left: 130px;
   line-height: 18px;
   background-color: #E2E2E2;
}

#details .full .content {
   width: 605px;
   padding: 5px 5px 1px 5px;
   margin: 0;
   line-height: 18px;
   background-color: #E2E2E2;
}


#details .left .contentWithoutHeader {
width: 355px;
height: 300px;
padding: 5px 5px 5px 5px;
background-color: #E2E2E2;
}

#details .left .content img {
   margin: 1px 1px 1px 1px;
}

#details .pictures {
   float: right;
   width: 245px;
   padding: 0px;
}


#details .pictures .picture {
   text-align: center;
}

#details .right {
   float: right;
   width: 245px;
   padding: 0 0 5px 0;
}

#details .right .content {
   background-color: #E2E2E2;
   padding: 5px 5px 1px 5px;
}

#details .left .header p, #details .left .content p {
   margin-top: 0px;
   margin-bottom: 0px;
}

#details .full p, #details .right .content p, #details .full ul, #details .right .content ul {
   margin-top: 0px;
   margin-bottom: 10px;
}



/* footer */

#footer {
   clear: both;
   height: 22px;
   font-size: 12px;
   text-align: center;
   margin: 0;
   padding: 0;
   border-top: 1px solid #e5e5e5;
   border-left: 1px solid #e5e5e5;
   border-right: 1px solid #e5e5e5;
   background: #b0c1d2;
   color: #336699;
}

#footer p { 
   margin-top: 4px;
   padding: 0;
}
























.comment-meta {
        margin: 0 15px 0 0;
        float: none;
        }

.comment-meta a {
        color: #777;
    }

.commentsrsslink {
        background: url('/images/icons/feed.gif') left top no-repeat;
        padding: 2px 0 2px 20px;
        margin-right: 10px;
        height: 16px;
        }

.commentsrsslink a {
        color: #999;
        padding: 2px;
        }




#commentlist {
        margin: 0;
        padding: 10px 0 20px;
        position: relative;
        }

#commentlist li {
        margin: 10px 0 0;
        padding: 10px 10px 5px;
        list-style: none;
        }

#commentlist li .comment-content {
        padding: 10px 0;
        font-size: 100%;
        line-height: 1.5em;
        }

.comment-content p,
.comment-content ul,
.comment-content ol,
.comment-content div,
.comment-content blockquote {
        margin: 13px 0;
        }

#commentlist li .comment-meta {
        padding: 2px 0 2px 20px;
        background: url('/images/icons/time.png') left center no-repeat;
        display: block;
        }
#commentlist li .comment-meta a {
        text-decoration: none;
}


#commentlist li img {
        padding: 0;
        border: none;
        }

#commentlist li img.gravatar {
        float: right;
        margin: -5px 0 0;
        }

#commentlist li .commentauthor {
        font-size: 14px;
        font-weight: bold;
	text-decoration: none;
        letter-spacing: -1px;
        }
#commentlist li .commentauthor a {
  	text-decoration: none;
}

#commentlist .comment-info {
text-align: right;
color: #ccc;
margin-top: 0px;
margin-bottom: 0px;
margin-right: 40px;
}


#leavecomment, .comments #loading {
        text-align: center;
        margin: 30px 0 20px !important;
        color: #ddd;
        font-size: 2em;
        letter-spacing: -2px;
        }


#content form {
        padding: 1px 0 10px;
        margin: 0;
        }

#content input[type=text], #content input[type=file], #content select, #content textarea {
        padding: 1px;
        color: #777;
        border: 1px solid #777;
        background-color: #fff;
        }

#content input[type=text]:focus, #content input[type=file]:focus, #content select:focus, #content textarea:focus {
        background: #fff;
        color: #333;
        border-color: #666;
        border: 1px solid #5a6c8c;
        background-color: #fff;
        }

#content input[type=text], #content input[type=file], #content select {
        width: 45%;
        margin: 0px 0px 0px 0;
        }

#content textarea {
        height: 250px;
        width: 400px;
        margin: 10px 0;
        }

#content .error input[type=text], #content .error input[type=file], #content .error select, #content .error textarea {
   border: 1px solid red;
}

#content form .submit {
        margin: 0;
        }



