body {
  	background: #0e0806 url(../images/login_bg.jpg) center 0 no-repeat;
  	font-family: arial, sans-serif;
  	font-size: 12px;
  	color: #FFF59B;
         margin: 0px;
         padding: 0px;
}

a {
  	text-decoration: none;
  	color: #FFF59B;
}
a:hover {
  	color: #FFF;
}

/* Standarts */
.divclear { clear:both; line-height:0.0em; height: 0px; display: block; background-color: #FFDF00; }
.clearfix { display: inline-block; }
.clear { clear: both; }
.left { float: left; }
.right { float: right; }
img { -ms-interpolation-mode: bicubic; border: 0px; }


/* Seitenaufbau */
#wrapper {
  	width: 600px;
  	margin: 342px auto 0px auto;
}

#loginregform {
  	width: 260px;
         height: 350px;
  	margin: 0px auto;
}

#loginregform input[type="text"], #loginregform input[type="password"] {
         margin: 2px 0px 5px 0px;
         padding: 2px 5px 2px 5px;
         width: 250px;
         height: 25px;
         font-size: 13pt;
         border: 0px;
         border-radius: 5px;
         -moz-border-radius: 5px;
         -khtml-border-radius: 5px;
         -moz-box-shadow:    inset 2px 2px 3px #A5752B;
   	-webkit-box-shadow: inset 2px 2px 3px #A5752B;
   	box-shadow:         inset 2px 2px 3px #A5752B;
}

#footer {
  	text-align: center;
  	width: 600px;
  	font-size: 11px;
  	line-height: 1.4;
  	padding: 0px;
         margin: 5px 5px 5px 5px;
}

#footer p {
  	color: #FFF;
}


/* Info */
#skullisland_newsinfoausgabe {
         position: absolute;
         top: 0;
         background:transparent url(../images/startseite_infobalken.png) top center repeat-x;
         height: 26px;
         color: #FFFFFF;
         text-align:center;
         font-family:"Trebuchet MS", Verdana;
 	font-size: 10pt;
 	font-weight: bold;
         padding: 4px 0px 0px 0px;
         width: 100%;
         text-shadow: #9F0000 1px 1px 0px;
}

#skullisland_newsinfoausgabe_error {
         position: absolute;
         top: 0;
         background: #DF0000;
         color: #FFFFFF;
         text-align: center;
         font-family:"Trebuchet MS", Verdana;
 	font-size: 12pt;
 	font-weight: bold;
         padding: 5px 0px 5px 0px;
         width: 100%;
         text-shadow: #9F0000 1px 1px 0px;
}

#skullisland_newsinfoausgabe_passwort {
         position: absolute;
         top: 0;
         background: #DF0000;
         color: #FFFFFF;
         text-align: center;
         font-family:"Trebuchet MS", Verdana;
 	font-size: 12pt;
 	font-weight: bold;
         padding: 5px 0px 5px 0px;
         width: 100%;
         text-shadow: #9F0000 1px 1px 0px;
}

#skullisland_newsinfoausgabe_passwort input[type="text"], #skullisland_newsinfoausgabe_passwort input[type="password"] {
         margin: 2px 0px 4px 0px;
         padding: 2px 5px 2px 5px;
         width: 220px;
         height: 20px;
         font-size: 11pt;
         border: 0px;
         border-radius: 5px;
         -moz-border-radius: 5px;
         -khtml-border-radius: 5px;
         -moz-box-shadow:    inset 2px 2px 3px #DFDFDF;
   	-webkit-box-shadow: inset 2px 2px 3px #DFDFDF;
   	box-shadow:         inset 2px 2px 3px #DFDFDF;
}

#skullisland_newsinfoausgabe_passwort p {
         color: #3F0000;
         text-align: center;
         font-family:"Trebuchet MS", Verdana;
 	font-size: 10pt;
 	font-weight: bold;
         padding: 0px 0px 0px 0px;
         margin: 0px 0px 0px 0px;
         width: 100%;
         text-shadow: #FF0000 1px 1px 0px;
}

#skullisland_newsinfoausgabe a, #skullisland_newsinfoausgabe a:link, #skullisland_newsinfoausgabe a:visited {
         color: #FFDF00;
         text-align:center;
         font-family:"Trebuchet MS", Verdana;
 	font-size: 10pt;
 	font-weight: bold;
         text-shadow: #9F0000 1px 1px 0px;
}

#skullisland_newsinfoausgabe a:hover {
         color: #FFFFFF;
         text-align:center;
         font-family:"Trebuchet MS", Verdana;
 	font-size: 10pt;
 	font-weight: bold;
}