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

img { behavior: url(iepngfix.htc); border:0; }

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend {
        margin: 0;
        padding: 0;
        border: 0;
        outline: 0;
        font-size: 100%;
        vertical-align: baseline;
        background: transparent;
}

.special-class td {
	padding:15px;
}

.special-class tr {
	background-color:#1fd4ef;
	border-bottom:20px solid #00c8ea;
}

body {
        line-height: 1;
        font-family: Arial, Helvetica, sans-serif;
        font-size:14px;
        background:#000000 url(../img/header_bg.gif) repeat-x top;
        height:100%;
}

html {
        height:100%;
}

#store-container strong {
        color:#000000;
}



blockquote, q {
        quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
        content: '';
        content: none;
}

/* remember to define focus styles! */
:focus {
        outline: 0;
}

/* General */

h1 {
        font-size:23px;
        font-weight:normal;
        margin-bottom:20px;
        margin-top:3px;
        line-height:30px;
        text-transform:uppercase;
		text-align:center;
}

h2 {
        font-size:24px;
        line-height:30px;
        font-weight:normal;
}

h3 {
        font-size:13px;
        font-weight:bold;
		margin:0;
		padding:0;    
}


a {
        color:#ff0000;
}

/* remember to highlight inserts somehow! */
ins {
        text-decoration: none;
}


del {
        text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

#layer li {
	margin-left:25px;
}

#container {
        float:none;
        margin:auto;
        text-align:left;
        width:990px;
}

#bg-bottom {
	background-image:url(../img/home_bg_bottom.gif);
	background-repeat:repeat;
	width:100%;
	height:100%;
	margin:0;
	background-position:top;
}

#background {
		background-repeat:repeat-x;
        position:absolute;
        background-position: top left;
        z-index:-1;
        top:130px;
        left:0;
        width:100%;
        height:1062px;;
}

#ajax-container {
        position:relative;
}

#store-container {
        margin:25px 0 0 100px;
}

/* header/ main navi*/

.logo {
        position:absolute;
        left:638px;
        top:25px;
}

#header {
        height:139px;
        position:relative;
        width:990px;
}

#player {
        position:absolute;
        left:800px;
        top:93px;
}

#facebook {
	position:absolute;
	left:940px;
	top:97px;
}

#twitter {
	position:absolute;
	left:910px;
	top:97px;
}


#header ul {
        list-style:none;
        padding-top:106px;
}

#header ul li {
        float:left;
        padding-right:10px;
}

#header ul li a {
        text-decoration:none;
        font-size:15px;
        text-transform:uppercase;
        color:#ffffff;
}

#header ul li a.active {
        color:#ff0000;
}

#header ul li a:hover {
        color:#ff0000;
}

#header .strich {
        height:11px;
        position:relative;
        top:2px;
        width:1px;
}

/* teaser*/

#home-flash {
		position:relative;
		left:-140px;
}

#teaser-home-layer {
        overflow:hidden;
        padding:0;
        width:481px;  
		height:535px;
		position:absolute;
		top:14px;
		left:839px;
		background-image:url(../img/home_right.jpg);
		
}

#teaser-home-layer img {
	margin-bottom:15px;
}

#teaser-layer {
        float:left;
        display:inline;
        overflow:hidden;
        margin-left:20px;
        padding:0;
        width:229px;
}

#middle-teaser {
   
    background-position:top left;
    height:100%;
    width:229px;
    padding: 0 0 0 2px;
	margin-top:29px;
}


/* layer */
#layer {
        width:690px;
        color:#000000;
        float:left;
        display:inline;
        margin-top:28px;
        line-height:19px;
        overflow:hidden;
		background-color:#ffffff;
		border: 1px solid #706c6d;
}

* html #layer {
        margin-top:27px;
}

#top {
       
        background-repeat:no-repeat;
        background-position:top left;   
        width:620px;
		height:100%;
		padding:10px 35px 50px 35px;
}

#bottom {
        background-image:url(../img/bottom.gif);
        background-repeat:no-repeat;
        background-position:top left;   
        width:690px;
		height:11px;
		line-height:1px;
		font-size:1px;
}

/* footer*/

#footer {
    list-style:none;
    font-size:12px;
    text-align:center;
     margin-top:30px;
     margin-bottom:15px;
}

#footer p {
        margin-top:10px;
}

#footer ul {
        list-style:none;
        text-align:center;
}

#footer li {
        display:inline;
        padding-right:10px;
}

#footer li a {
        text-decoration:none;
        color:#FFFFFF;
}

#footer li a.active {
        text-decoration:none;
        color:#bd0f20;
        font-weight:bold;
}

#footer p {
        text-align:center;
        margin-top:10px;
}

/* form*/

form {margin-top:10px;margin-left:110px;}

label { /* Alle Labels UND Formularelemente auswählen */
  display: block;
  float: left;
  width: 240px;
  margin-top:9px;
}

input, textarea, select, checkbox {
        margin-top:9px;
        float:left;
        border:solid;
        border-width:1px;
        border-color:#dbd7da;

}

form br { /* Alle Zeilenumbrüche in Formularen auswählen */
  clear: left; /* das floating der labels und inputs aufheben */
}


.submit { /* den Submit-Button */
  background-color:#ECEDED;
  text-align:center;
  margin-top:5px;
}

#captcha {
        margin-left:200px;
        margin-top:30px;
}

.cleaner {
        clear:both;
        height:0px;
        font-size:1px;
        border:0px none;
        margin:0;
        padding:0;
        background:transparent;
}

