body {
	/*background: -moz-linear-gradient(top, #e1001a, #c50a1f) no-repeat;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #e1001a), color-stop(1, #c50a1f));
	filter:progid:DXImageTransform.Microsoft.gradient(startColorStr=#e1001a, EndColorStr=#c50a1f);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient (startColorStr=#e1001a, EndColorStr=#c50a1f)";*/
	/*background-image: url(../img/backgroundklum.png);*/
	
	/*color: #FFA300;*/
	background-color: #FFFFFF; /*#222;*/
/*    color: #FFFFFF;*/
    /*font-family: Helvetica,arial;*/
	font: 400 16px/24px 'Droid Serif',georgia,serif;
	font-size: 110%;
	/* For WebKit (Safari, Google Chrome etc) */
	/*background: -webkit-gradient( radial, <point>, <radius>, <point>, <radius>[, <stop>]* ) <color>;*/
	background-image: -moz-radial-gradient(#5A78AE, #000);

	/*background: -webkit-gradient(radial, 500 25%, 40, 500 25%, 40, from(#fff), to(#9c9c9c));*/
	background:-webkit-gradient(radial, center center, 1, center center, 873, from(#5A78AE), to(#000)); /* Safari, Chrome */
	/*background:-webkit-radial-gradient(center, #fff, #9C9C9C; /* Safari, Chrome - neue Syntax! */
	/*background:-o-radial-gradient(center, #fff, #9C9C9C; /* Opera, funktioniert noch nicht, aber sicherlich bald */
	background:-ms-radial-gradient(center, #5A78AE, #000); /* IE */
	/*background: radial-gradient(center, #fff, #9c9c9c); /* W3C Standard */
}

div {
	border-radius: 6px 6px 6px 6px;
}

h1 {
	font-variant:small-caps;
	color:#222222;
}

h2 {
	font-size: 120%;
}

h3 {
	font-style: italic;
}
a {
	color: #FFA300;
	text-decoration: none;
	/*font-weight: bold;*/
	/*text-shadow: 1px 1px 1px #222;
	*/
}

a:focus, a:active, a:hover, a:visited, a:link {
	text-decoration: none;
	outline: none;
	-moz-outline: none;
}

#container {
    background-color: #222222;
    border-radius: 5px 25px 5px 25px;
    box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.5);
    margin: auto;
    min-width: 700px;
    padding: 15px 15px 5px 15px;
    width: 75%;
    margin-bottom: 30px;
	/*margin-top: 20px;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 0px;*/
	/*border: 1px solid #000;*/ /*#346795;*/
	/*opacity: 0.25;
    -ms-filter: "alpha(opacity=20)"; /* IE 8 */
    /*filter:alpha(opacity=25); /* IE4-7 */
	-moz-box-shadow:8px 8px 8px rgba(0,0,0,0.5); /* Firefox - alte Syntax */
	-webkit-box-shadow:8px 8px 8px rgba(0,0,0,0.5); /* Safari, Chrome - alte Syntax */
	z-index: 2;
}

#menu ol, ul {
	list-style: none;
	vertical-align: middle;
}

#menu li {
	display: inline-block;
	vertical-align: middle;
	margin-top: 10px;
}

#logo {
	height: 50px;
}

#logo h1 {
	position:absolute;
	top: 30px;
	left: 15%;
	/*width:75%;*/
	/*min-width: 700px;*/
	margin-bottom: 0px;
	margin-top: 10px;
	font-size: 320%;
	z-index: 1;
	color:#0086FF;
	text-shadow: 4px 4px 4px #222;
}

#menu {
	height: 50px;
	color: #000;
	text-align: center;
	vertical-align: middle;
}
#menu a {
	padding: 5px 15px;
	vertical-align: middle;
	font-variant: small-caps;
	border-bottom: 1px solid #222222;
	/*margin-left: 15px;
	margin-right: 15px;*/
	/*text-shadow: 0 1px 0 #000;*/
}
#menu a:hover {
	border-bottom: 1px solid #0086FF;
	text-decoration: none;
	color: #0086FF;
}

#rumpf {
	padding-top: 15px;
	padding-bottom: 15px;
	padding-right: 10px;
	background-color: #fff;
	color: #000;
	-moz-box-shadow:inset 5px 5px 5px rgba(0,0,0,0.5);
	-webkit-box-shadow:inset 0 0 10px #000;
	box-shadow:inset 0 0 10px #000;
	min-height: 300px;
}

#hbereichtable {
	width:100%;
}
#tdum {
	width: 30%;
}

#tdtb {
	width: 70%;
}

#foot {
	margin-bottom:10px;
}
#foot p {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	font-size: 75%;
	color:#9c9c9c;
}

#browserHinweis {
	color: #FF0300;
	text-align: center;
}
