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

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


/* Tell the browser to render HTML 5 elements as block */  
header, footer, aside, nav, article {  
    display: block;  
}  
body
{
	background: #0f0f0f url(../images/mainbg.gif) repeat-x;
	width:100%;
    text-align:center;
    height:100%;
    min-height:100%;
    position:relative;
}

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:1000px;
    margin-top:0px;
    padding-top:0px;
    text-align:center;
    background-color:transparent;
    background:url(../images/contentybg2.gif) repeat-y;
}

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

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

#header
{
	height:217px; 
	width:1000px;
	background-image:url(../images/header2.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:1000px; 
	text-align:left;
	padding-left:50px;
	padding-top:1px;
	margin-left:-10px;
}

#content
{
	width:916px;
}

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

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

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

h1
{
  	color:#f0a700;
	  font-size:17px;
	  font-family:verdana;
	  font-weight:bold;
    margin-bottom: 1px;
  	margin-top: 4px;
		text-shadow:#000000 2px 2px 2px;
}

h2
{
	  color:#ff6600;
	  font-size:15px;
	  font-weight:bold;
	  font-family:verdana;
	  margin-bottom: 1px;
	  margin-top: 4px;
		text-shadow:#000000 1px 1px 1px;
}

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

}

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


hr 
{
        border: 1px;
        color: #111111;
        background-color: #666666;
        height: 1px;
        text-align: left;
        width: 99%;
				margin-bottom: 10px;
	      margin-top: 3px;
			  -moz-border-radius:2px;
 				-webkit-border-radius:2px;
 				border-radius:2px;
}



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

iframe
{
    border-style: none;
		border: 1px;
		width: 98%;
}
