body {
	font-size:12px;
	font-family:sans-serif;
	background-color:white;
}

img { border:none; }

#noscriptallowed {
	border:3px solid red;
	color:red;
	background-color:yellow;
	font-size:20px;
	font-weight:bold;
	text-align:center;
	padding:5em 5em 5em 5em;
	width:500px;
}

#loggedin span {
	/* angezeigter Benutzername */
	font-size:14px;
	font-weight:bold;
}

#header {
	font-size:16px;
}

#faq div { line-height:1.5em; }

#logo {
	font-size:44px;
	font-weight:bold;
	color:#5C73E8;
	text-shadow: 3px 3px 0px #eee, 4px 4px 0px #707070;
	-moz-text-shadow: 3px 3px 0px #eee, 4px 4px 0px #707070;
	-o-text-shadow: 3px 3px 0px #eee, 4px 4px 0px #707070;
	-webkit-text-shadow: 3px 3px 0px #eee, 4px 4px 0px #707070;
}

#logo img {
	float:left;
	margin-right:10px;
}

#content {
	clear:both;
}

#footer {
	margin-top:7px;
	font-size:10px;
	background-color:#f2f2f2;
	padding:3px 3px 3px 3px;
}

#footer a {
	color:black;
	text-decoration:underline;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

#footer a:hover {
	color:blue;
}

fieldset {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

legend {
	border: solid 1px black;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	padding-left:5px;
	padding-right:5px;
}