@charset "utf-8";
/* CSS Document || Thomas Loacker */

body {
background-image:url(img/bg.png);
/*textformatierung global*/
font-family:"Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#FFFFFF;
}

#content a {
color: #cccccc;
text-decoration:underline;
}

#content a:hover, a:active, a:visited {
color: #dbc2ff;
text-decoration:underline;
}

#master {
margin-left:auto;
margin-right:auto;
width:760px;
}

#header {
width:760px;
height:120px;
}

#menu {
width:760px;
height:20px;
}

#content {
width:760px;
}

#footer {
width:760px;
height:40px;
}

/**************************/
.hr1 {
border:solid #fff 2px;
height:2px;
}
.hr2 {
border:dashed #fff 1px;
height:2px;
}
.clearer {
clear:both;
}
.bild {
width:140px;
float:left;
margin-right:10px;
margin-bottom:5px;
height:194px;
}
.subheader2 {
font-size:10px;
}




/************ NAVMENU FORMATIERUNG *************/

#nav {
margin: 0;
padding: 0;
height: 25px;
list-style: none;
display: inline;
overflow: hidden;
}
#nav li {
margin: 0;
padding: 0;
list-style: none;
display: inline;
height: 25px;
float: left;
}
#nav a {
float: left;
padding: 25px 0 0;
overflow: hidden;
height: 0px !important;
/*background: url(img/menu/newsmenu.png) 0px 0px no-repeat;*/
}

/* einzelne menu hover formatierungen */
#nav_news a {
background: url(img/menu/news.png) 0px 0px no-repeat;
width:70px;
}
#nav_releases a {
background: url(img/menu/releases.png) 0px 0px no-repeat;
width:110px;
}
#nav_coming_soon a {
background: url(img/menu/comingsoon.png) 0px 0px no-repeat;
width:140px;
}
#nav_uber_uns a {
background: url(img/menu/uberuns.png) 0px 0px no-repeat;
width:110px;
}
#nav_presse a {
background: url(img/menu/presse.png) 0px 0px no-repeat;
width:90px;
}
/*menupunktformatierung ende */

#nav a:hover {
background-position: 0px -25px;
}
/* original
#nav a:active {
background-position: 0px -50px;
}*/
#nav a:active {
background-position: 0px -25px;
}
/*active class!*/
#nav .active {
background-position: 0px -25px;
}
/************ SUBMENU FORMATIERUNG *************/
#footer a {
color:#FFFFFF;
text-decoration:none;
}
#footer a:hover, a:active {
color:#dbc2ff;
}