/* Allgemeine Formatierungen */
*{
 margin:0;
 padding:0;
}

body{
 background:#222 url(cast/radler.gif);
 text-align:center;
 font:.8em "arial",arial,helvetica,trebuchet,sans-serif;
 padding:10px 0px 0px 0px;
}

#seite{

 width:100%;
}

/* Formatierungen Layout (grob) */
/* margin_oben rechts unten links  */
#seite{
 background-image:url(cast_index/start_bg.gif);
 background-repeat:no-repeat;
 text-align:center;
 z-index:1;
 width:100%;
 margin:15% 0;
}

/* index.html */
.support{
 z-index:1;
 text-align:center;
 width:336px;
 height:250px;
 display:block;
 margin:auto;
}

.support p{
 color:#b00;
 font-weight:bold;
 font-size:x-small;
 padding:10px 0 0 0;
}

.support ul{
 height:90px;
 width:336px;
 display:block;
 text-align:center;
 list-style:none;
}

.support ul li{
 float:left;
 display:block;
 text-align:center;
}

ul li.ms a{
 background-image:url(cast_index/ms_off.gif);
 background-repeat:no-repeat;
 background-position:bottom;
 float:left;
 display:block;
  text-align:center;
}

ul li.ls a{
 background-image:url(cast_index/ls_off.gif);
 background-repeat:no-repeat;
 background-position:bottom;
 float:left;
 display:block;
 text-align:center;
}

.ms a:hover{
 background-image:url(cast_index/ms_hover.gif);
 background-repeat:no-repeat;
 display:block;
 height:90px;
}

.ls a:hover{
 background-image:url(cast_index/ls_hover.gif);
 background-repeat:no-repeat;
 display:block;
 height:90px;
}

.ms a:active{
 background-image:url(cast_index/ms_on.gif);
 background-repeat:no-repeat;
 display:block;
 height:90px;
}

.ls a:active{
 background-image:url(cast_index/ls_on.gif);
 background-repeat:no-repeat;
 display:block;
 height:90px;
}


#neo{
 z-index:3;
 margin:34px 0 0px 301px;
 background-image:url(cast_index/neo.gif);
 background-repeat:no-repeat;
 position:absolute;
 clear:both;
 width:80px;
 height:80px;
}

*+html #neo{
 margin:34px 0 0px 291px;
}

* html #neo{
 margin:34px 0 0px 291px;
}
/* index.html ENDE*/