/*
	style.css & design copyright
	by Paul 'vollstr3cker' Niedermayer
	http://www.apex-webdesign.de
*/

body {
  margin: 0;
  padding: 0;
  text-align: center;
  background-color: #dadada;
  font-size: 12px;
  font-family: Arial;
}

#wrap {
  position: relative;
  width: 820px;
  text-align: left;
  margin: 0 auto 0 auto;
}

#top {
  height: 9px;
}

#header {
  background: url(Bilder/omg_header.jpg);
  height: 153px;
  text-align: center;
  vertical-align:middle;
}

#content {
  background: url(Bilder/omg_content.jpg);
  background-repeat: repeat;
  width: 820px;
}

#footer {
  background: url(Bilder/omg_footer.jpg);
  height: 83px;
  text-align: center;
  font-size: 9px;
}

#left_menu {
  width: 160px;
  float: left;
  padding-top: 0px;
  padding-left: 0px;
  padding-right: 1px;
  padding-bottom: 0px;
  color: #000000;
  overflow: hidden;
}

#right_menu {
  width: 137px;
  float: left;
  padding-top: 0px;
  padding-left: 1px;
  padding-bottom: 0px;
  color: #000000;
  overflow: hidden;
}

.left_menu_heading, .right_menu_heading
{
  color: #000;
  background-color: #000000;
  width: 129px;
  height: 16px;
  float: right;
  background-repeat: no-repeat;
  background-image: url(Bilder/omg_menu_heading.jpg);
  display: block;
  padding-top: 3px;
  padding-left: 8px;
  font-size: 10px;
}

.right_menu_heading
{
  float: left;
}

.left_menu_top, .right_menu_top {
  height: 10px;
  background-image: url(Bilder/omg_menu_top.jpg);
}

#main {
  width: 486px;
  float: left;
  padding-top: 0px;
  padding-left: 8px;
  padding-right: 7px;
  padding-bottom: 0px;
  clear: none;
  min-height: 100px;
  overflow: auto;
}

#main_top {
  height: 16px;
  padding-left: 5px;
  padding-top: 3px;
  background-color: #171717;
  color: #ee9230;
  font-size: 10px;
}

#explode {
  min-height: 150px;
  padding-left: 5px;
  padding-right: 5px;
}

td 
{
  font-family: Arial; 
  font-size: 12px;
}

a
{
  color: #000000; 
	font-family: Arial; 
	font-size: 10px;
	text-decoration: none;
	font-weight: bold;
}

a:hover 
{   
  text-decoration: underline;  
}

a.box 
{ 
  color: #000000; 
	font-family: Arial; 
	font-size: 10px; 
	text-decoration: none; 
}

a.box:hover 
{   
  text-decoration: none;  
}

.Chead
{
  background: #ee9230;
  color: #141414;
}

.Chead td, .Chead td strong, .Chead h4, .Chead td b
{
  background: #ee9230;
  color: #141414;
}

.Callg
{
  background-color: #EFEFEF;
	color: #000000;
}

.Callg td
{
  color: #000000;
}

.Cnorm 
{
  background-color: #e5e5e5;
}
.Cmite
{
  background-color: #ffc78a;
}
.Cdark
{
  background-color: #fcb76d;
}

.rand
{
  border: solid #000000 1px;
}

.smalfont 
{ 
    font-size: 10px;
		text-decoration: none; 
}

.border 
{ 
   background-color: #000000; 
}
hr 
{ 
    height: 0px; 
		border: solid #ee9230 0px; 
		border-top-width: 1px; 
}

input, textarea, select
{ 
    color: #000000;  
    font: 10px Arial;  
    border-color: #000000;
  	border-width: 1px;
    border-style: solid;    
    text-decoration: none;  
    background-color: #fcb76d;  
}

a.listmenup	{
  display: block;
  width: 114px;
  height: 16px;
  float: left;
  background-image: url(Bilder/omg_menu.jpg);
  background-repeat: no-repeat;
  padding-right: 20px;
  line-height: 16px;
  text-align: left;
  text-indent: 25px;
  padding-left: 0;
  padding-bottom: 0px;
  margin: 0;
  color: #000000;
  text-decoration: none;
  font-size: 10px;
}

a.listmenup:hover {
  background-image: url(Bilder/omg_menu_hover.jpg);
  background-repeat: no-repeat;
  padding-right: 13px;
  color: #000000;
  width: 121px;
  text-indent: 32px;
  text-decoration: none;
}

