body {

  font-family: Verdana, Arial, Helvetica, sans-serif;
  background-color: #c4cacf;
  background-image: url('/gfx/bg.gif');
  background-repeat: repeat-x;
  text-align:center;
  margin:50px 0px;
  padding:0px;
  vertical-align: middle;
}

.left{
	text-indent:4em;
	text-align:left;
	font-size:144%;
}

a.but:link, a.but:visited, a.but:active, a.but:focus {
	background-repeat: no-repeat;
	display: block;
	height:25px;
	width:112px;
	font-size: 12px;
	color: #000000;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 1px;
	margin-bottom: 0px;
	text-align:center;
	text-decoration: none;
	overflow: hidden;
	background-image:url('/gfx/button.jpg');

}

a.but_active:link, a.but_active:visited, a.but_active:hover, a.but_active:active, a.but_active:focus, a.but_active:hover {
	background-repeat: no-repeat;
	display: block;
	height:25px;
	width:112px;
	font-size: 12px;
	color: #000000;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 1px;
	margin-bottom: 0px;
	text-align:center;
	text-decoration: none;
	overflow: hidden;
	background-image:url('/gfx/button2.jpg');

}

a:link { color:#4e644d; text-decoration:none}
a:visited { color:#4e644d; text-decoration:none }
a:hover { color:#376025; text-decoration:none }
a:active { color:#376025; text-decoration:none }
a:focus { color:#376025; text-decoration:none}


#rand {
	text-align:left;
  border-width:1px;
  border-style:solid;
  border-color:#d2d2d2;
    font-size:11px;

 }

th {
	text-align:left;
	background-image:url("/gfx/tdbg.jpg");
	background-repeat:x;
	font-size:11px;

}

td {
  text-align:left;
  border-width:1px;
  border-style:solid;
  border-color:#d2d2d2;
  font-size:11px;
 }

 h3 {
 color:#737373;
 }
 
 h1 {
 color:#d2d2d2;
 }
 
 img {
 	border-width:0px;
 }

input {
  text-align:left;
  border-width:1px;
  border-style:solid;
  border-color:#d2d2d2;
  font-size:11px;
 }
td.nav {
  text-align:left;
  border-width:0px;
  vertical-align:bottom;
 }

#zentriert {
	width:890px;
	height:auto;
	margin:0px auto;
	margin-top: 40px;
	margin-bottom: 40px;
	background-color:#ffffff;
	border-style:solid;
	border-width:1px;
	border-color:#27274A;
	overflow: auto;
	vertical-align: middle;
}

#menue-box {
	position:absolute;
	height:12%;
	top:0%;
	left:0%;
	width:98%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	background-color:#ffffff;
	padding-bottom: 50px;
}

#menue {
	clear: both;
	width: 97,5%;
	height: 40px;
	border: 0px;
	padding: 0px 10px 0px 10px;
	background-color:#252F66;
	z-index:10;
	}

#untermenue {
	clear: both;
	width: 97,5%;
	height: 40px;
	border: 0px;
	padding: 0px 10px 0px 10px;
	}

#inhalt {
	clear: both;
	overflow:hidden;
	width:90%;
	border:0px;
	margin: 0px;
	padding: 0px 15px 0px 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	text-align: left;
}


option[value=deutsch]:before {
 content: url("/gfx/flag.jpg");
}

option[value=englisch]:before
{
 content: url("/gfx/flag2.jpg");
}

#right{
	text-align:right;
}
