body {
		background: url(images/bgneu.jpg) #cccccc;
		font-family: "HelveticaNeue-Light", "Helvetica Neue Light",
             "Helvetica Neue", Helvetica, Arial,  sans-serif;
		font-weight: 300;
		margin: 0;
		font-size: 16px;
	}
b {
		font-family: Helvetica, Arial,  sans-serif;
	}
a {
		color: #3188bb;
		text-decoration: none;
	}
a:hover {
		color: #3188bb;
		text-decoration: underline;
	}
a img {
		border: none;
	}
h1 {
	font-size: 28px;
	font-weight: normal;
	margin: 0;
}
#footer {
	display: block;
	width: 96%;
	margin: 0 2%;
	padding: 10px 0;
	position: absolute;
	bottom: 0;
	text-align: center;
	border-top: 1px solid rgba(0,0,0,0.1);
}
textarea {
	background-color: #ffffff;
    border: 1px solid #aaa;
 	border-top-color: #888;
	border-bottom-color: #ccc;
	padding: 4px 5px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #000000;
	font-size: 12px;
	-moz-box-shadow:inset 0 1px 1px #ddd;
   	-webkit-box-shadow:inset 0 1px 1px #ddd;
   	box-shadow:inset 0 1px 1px #ddd;
}
input[type=text], input[type=password]  {
    background-color: #ffffff;
    border: 1px solid #aaa;
 	border-top-color: #888;
	border-bottom-color: #ccc;
	padding: 4px 5px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #000000;
	font-size: 12px;
	-moz-box-shadow:inset 0 1px 1px #ddd;
   	-webkit-box-shadow:inset 0 1px 1px #ddd;
   	box-shadow:inset 0 1px 1px #ddd;
	}
#container {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -91px 0 0 -191px;
	color: #000000;
	border: 1px solid rgba(255,255,255,0.9);
	background: rgba(255,255,255,0.5);
	padding: 20px;
	width: 340px;
	height: 140px;
	text-shadow: rgba(255,255,255, 0.5) 0px 1px 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	overflow: hidden;
	box-shadow:inset 0 0 0 1px rgba(255, 255, 255, .1), 0 1px 6px rgba(0, 0, 0, .5);
	-webkit-box-shadow:inset 0 0 0 1px rgba(255, 255, 255, .1), 0 1px 6px rgba(0, 0, 0, .5);
	-moz-box-shadow:inset 0 0 0 1px rgba(255, 255, 255, .1), 0 1px 6px rgba(0, 0, 0, .5);
}
.big-button, big-button-buttonlist {
	color: #000;
	padding: 8px 10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid rgba(0,0,0,.25);
	box-shadow: 0 1px 0 rgba(0, 0, 0, .1);
	-webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, .1);
	-moz-box-shadow: 0 1px 0 rgba(0, 0, 0, .1);
	text-decoration: none;
	background: #fff;
	background: rgba(255,255,255,0.75);
	background: -moz-linear-gradient( /* Verlauftyp */
        top, /* Startpunkt */
        rgba(255,255,255,.75), /* Startfarbe */
        rgba(230,230,230,.75)/* Endfarbe */
    ); /* Firefox 3.6+ */
    background: -webkit-gradient(
        linear, /* Verlauftyp */
        left top, /*Startpunkt */
        left bottom, /*Endpunkt */
        from(rgba(255,255,255,.75)), /*Startfarbe */
        to(rgba(230,230,230,.75)) /*Endfarbe */
    ); /* Safari, Chrome */
    background: -o-linear-gradient(top, rgba(255,255,255,.75), rgba(230,230,230,.75));
	/* aktueller W3C working draft */
	background: linear-gradient(top, rgba(255,255,255,.75), rgba(230,230,230,.75));
    filter: progid:DXImageTransform.Microsoft.gradient(
        startColorstr='rgba(255,255,255,.75)', /* Startfarbe */
        endColorstr='rgba(230,230,230,.75)' /* Endfarbe */
    ); /* IE */
    text-shadow: rgb(255,255,255) 0px 1px;
    -webkit-transition: all .18s linear;
	-moz-transition: all .18s linear;
	-o-transition: all .18s linear;
	transition: all .18s linear;
}
.big-button:hover, .big-button:focus, .big-button-buttonlist:hover, .big-button-buttonlist:focus {
	color: #3188bb;
	text-decoration: none;
	box-shadow: 0 0 4px #3188bb;
	-webkit-box-shadow: 0 0 4px #3188bb;
	-moz-box-shadow: 0 0 4px #3188bb;
	border-color: rgba(0,0,0,.4);
	-webkit-transition: all .18s linear;
	-moz-transition: all .18s linear;
	-o-transition: all .18s linear;
	transition: all .18s linear;
}
.big-button:active, .big-button-buttonlist:active {
	color: #2c7dab;
	text-decoration: none;
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, .2);
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .2);
	-moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .2);
	border-color: rgba(0,0,0,.4);
	background: rgba(0,0,0,.05);
	background: -moz-linear-gradient( /* Verlauftyp */
        top, /* Startpunkt */
        rgba(0,0,0,0.075), /* Startfarbe */
        rgba(0,0,0,0.025)/* Endfarbe */
    ); /* Firefox 3.6+ */
    background: -webkit-gradient(
        linear, /* Verlauftyp */
        left top, /*Startpunkt */
        left bottom, /*Endpunkt */
        from(rgba(220,220,220,0.75)), /*Startfarbe */
        to(rgba(235,235,235,0.75)) /*Endfarbe */
    ); /* Safari, Chrome */
    background: -o-linear-gradient(top, rgba(0,0,0,0.075), rgba(0,0,0,0.025));
	/* aktueller W3C working draft */
	background: linear-gradient(top, rgba(0,0,0,0.075), rgba(0,0,0,0.025));
    filter: progid:DXImageTransform.Microsoft.gradient(
        startColorstr='rgba(0,0,0,0.075)', /* Startfarbe */
        endColorstr='rgba(0,0,0,0.025)' /* Endfarbe */
    ); /* IE */
    -webkit-transition: all .18s linear;
	-moz-transition: all .18s linear;
	-o-transition: all .18s linear;
	transition: all .18s linear;
}