@charset "UTF-8";
* { margin: 0px; padding: 0px; }

/* basic page structure */

body {
font-family: Verdana, Arial, Helvetica, sans-serif;
text-align:  center;
background: url(../img/background.png) repeat-y;
background-color :#ccc;
font-size: 70%;
}

#wrap {
float: left;
width: 770px;
background: url(../img/illustration.png) no-repeat;
text-align: left;
background-color:#fff;
}

#sidebar {
float: left;
width: 426px;
height:100px;
}

#flashplayer {
float: right;
width: 340px;
height: 27px;
margin-top: 17px;
padding-top: 7px;
background: url(../img/flashplayer.png) no-repeat;
}

#navigation {
float: right;
width: 340px;
margin-top: 13px;
}

#content {
float: right;
width: 330px;
margin: 20px 10px 20px 0px;
}

#footer {
float:left;
width: 760px;
background-color: #222;
padding: 10px 0px 10px 10px; 
}

/* navigation */

#navigation ul {
list-style-type:none;
}

#navigation ul li {
display:inline;
float: left;
}

#navigation a {
display: block; 
height: 20px;
}

#navigation a#nav_home {
width: 63px;
background-image:url(../img/btn-home.png);
}

#navigation a#nav_home:hover {
background-position: 0 20px;
border-bottom: 0px;
}

#navigation a#nav_info {
width: 52px;
background-image:url(../img/btn-info.png);
}

#navigation a#nav_info:hover {
background-position: 0 20px;
border-bottom: 0px;
}

#navigation a#nav_releases {
width: 78px;
background-image:url(../img/btn-releases.png);
}

#navigation a#nav_releases:hover {
background-position: 0 20px;
border-bottom: 0px;
}

#navigation a#nav_media {
width: 65px;
background-image:url(../img/btn-media.png);
}

#navigation a#nav_media:hover {
background-position: 0 20px;
border-bottom: 0px;
}

#navigation a#nav_links {
width: 61px;
background-image:url(../img/btn-links.png);
}

#navigation a#nav_links:hover {
background-position: 0 20px;
border-bottom: 0px;
}

/* hide menu text */
#navigation em { display: none; }

/* text and links */

//#content p, #content li, td { font-size: 70%; } 

address {
font-size: 100%;
color: #9ea1a2;
font-style: normal;
}

h1#notfound {
background: url(../img/hdr-notfound.png) no-repeat;
height: 74px;
width: 272px
}

h1#blog {
background: url(../img/hdr-blog.png) no-repeat;
height: 74px;
width: 165px;
}

h1#info {
background: url(../img/hdr-info.png) no-repeat;
height: 74px;
width: 133px;
}

h1#releases {
background: url(../img/hdr-releases.png) no-repeat;
height: 74px;
width: 251px;
}

h1#media {
background: url(../img/hdr-media.png) no-repeat;
height: 74px;
width: 176px;
}

h1#links {
background: url(../img/hdr-links.png) no-repeat;
height: 74px;
width: 155px;
}

h1#imprint {
background: url(../img/hdr-imprint.png) no-repeat;
height: 74px;
width: 236px;
}

h1#sitemap {
background: url(../img/hdr-sitemap.png) no-repeat;
height: 74px;
width: 237px;
}

h1 span {
visibility: hidden;
}

h2 { font-size: 100%; font-weight: bold; }

#content ul {
list-style-type: none;
}

#content a {
color: #0c572e;
text-decoration:none;
}

#content a:hover {
color: #ffc10f;
border-bottom:1px #ffc10f dotted;
}

#logos a img {
border: 0px;
}

#content a img { 
border: 1px #000000 solid; 
}

table { width: 319px; margin-top: 5px; }
table .cover { width: 120px; vertical-align: top; }
table .info { width: 199px; vertical-align: top; padding-left: 5px; }

#footer p {
font-size: 100%;
}

#footer a, p, td, li {
color: #9ea1a2;
text-decoration:none;
}

#footer a {
color: #9ea1a2;
font-size: 11px;
}

#footer a:hover {
color: #ffc10f;
border-bottom:1px #ffc10f dotted;
}

/* forms */

.de_form, .en_form {display:inline;}

.de_form .de {
  display: inline;
  width: 16px;
  height: 11px;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent url(../img/ico-de.png) no-repeat center top;
  text-indent: -1000em;
  cursor: pointer; /* hand-shaped cursor */
  cursor: hand; /* for IE 5.x */
}

.en_form .en {
  display: inline;	
  width: 16px;
  height: 11px;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent url(../img/ico-en.png) no-repeat center top;
  text-indent: -1000em;
  cursor: pointer; /* hand-shaped cursor */
  cursor: hand; /* for IE 5.x */
}

fieldset {border: 0px; }

textarea, input, select {
background-color: #fff;
border: 2px solid #ddd;
padding: 4px;
}

input[type="submit"],input[type="button"] {
width: 80%;
font-size: 100%;
padding: 4px;
}

.autowidth {
width: inherit;
}

input[type="file"] {
border: 0;	
}

input[type="button"],input[type="submit"] { cursor: pointer; }
input[type="button"]:hover,input[type="submit"]:hover { color: #aebbd5; }

textarea {
height: 300px;
width: 80%;
}

.message {
height: 200px;
}

.search {
padding: 0px;
}

.language_box {
border:1px solid #333;
padding: 4px;
margin-right: 10px;
background: #2D2D2D;
width: 200px;
}

.clear { clear: both; }

.copyright { font-size: 11px; color: #444; }

.inactive { color: #ccc; }
