/* Hier nur was ändern, wenn es wirklich nötig ist - alle Standard-Einstellungen für alle Webseiten*/

*
{
	margin:0px;
	padding:0px;
}

body
{
	background:url(../images/mainbg.gif);
	  background-repeat:repeat-y repeat-x;
	  width:100%;
    text-align:center;
    height:100%;
    min-height:100%;
    position:relative;
    background-color:0F0F0F;
}

html
{
    width:100%;
    height:100%;
    min-height:100%;
    text-align:center;
}

br.clr 
{
	clear:both;
	font-size:0px;
	height:0;
	line-height:0px;
	padding:0;
	margin:0;
	overflow:hidden
}

#container_border
{
	  margin-left:auto;
    margin-right:auto;
    width:838px;
    margin-top:0px;
    padding-top:0px;
    text-align:center;
    background-color:transparent;
    background:url(../images/contentybg.gif) repeat-y;
}

#container
{
	background:url(../images/contentbg.gif) no-repeat;
	text-align:left;
	background-color: transparent;
	position:relative;
}

#header_border
{
	margin-left:auto;
    margin-right:auto;
    width:838px;
    text-align:center;
}

#header
{
	height:217px; 
	width:838px;
	background-image:url(../images/header.gif);
}

#header .logo
{
	height:120px; 
	width:120px; 
	position:absolute; 
	margin-left:70px; 
	margin-top:55px;
}

#header .logo a
{
	display:block; 
	height:120px;
}

#content_border
{
	width:838px; 
	text-align:left;
	padding-left:20px;
	padding-top:20px;
}

#content
{
	width:800px;
}

#footer_border
{
  	margin-left:auto;
    margin-right:auto;
    width:838px;
    margin-top:0px;
    padding-top:0px;
    text-align:center;
	  height:51px; 
  	background:url(../images/footerbg.gif) no-repeat; 
	  padding-bottom:20px;
}

#footer
{
  	color: white;
	  text-align:right;
	  padding-right:50px;
	  padding-top:20px;
}

#footer a
{
	  color:white;
	  text-decoration: none;
	  font-weight: bold;
  	font-family: verdana;
  	font-size: 10px;
}

#footer a:hover
{
    text-decoration: blink; 
}		

h1
{
  	color:#f0a700;
	  font-size:18px;
	  font-family:verdana;
	  font-weight:bold;
  	margin-bottom: 6px;
  	margin-top: 6px;
}

h2
{
	  color:#ff6600;
	  font-size:15px;
	  font-weight:bold;
	  font-family:verdana;
	  margin-bottom: 8px;
	  margin-top: 8px;
}

h3
{
	  color:#AAAAAA;
	  font-size:11px;
	  font-family:verdana;
	  font-weight:normal;
	  margin-bottom: 6px;
	  margin-top: 6px;

}

p
{
	  color:#dddddd;
	  font-size:12px;
	  font-weight:normal;
	  font-family:verdana;
    margin-bottom: 8px;
	  margin-top: 8px;
}


hr 
{
    border: 1;
    color: #222222;
    background-color: #9E9E9E;
    height: 1px;
    text-align: left;
    width: 99%;
}



li
{
	  color:#dddddd;
	  font-size:12px;
	  font-weight:normal;
	  font-family:verdana;
}

table 
{
    border-style: dotted;
}

td     
{
    border-style: none;
}
