/* CSS Document by lexynet */
/*------------------------------------------------
Basic Style Sheet

version:1.0
author:stephan stoetzer
email:info@lexynet.de
website:http://www.lexynet.de
-------------------------------------------------*/
html, body {
    height: 100%;
}

body {
    font: 12px/1.6 Arial, sans-serif;
    background-color: #303030;
    color: #eee; 
    text-align: center;
	background-image: url(/files/2.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	background-attachment:fixed;
}

td,th {
    font: 12px/1.6 Arial, sans-serif;
    color: #333333;
    empty-cells: show;
}

th{
    font-weight: bold;
}

table{
    border-collapse: collapse;
}

body, h1, h2, h3, p {
    padding: 0;
    margin: 0;
}

a:link, a:visited {
    color: #b47552;
    font-weight: bold;
    text-decoration: none;
}

a:hover, a:active {
    color: #E0542F;
    text-decoration: underline;
}

strong {
    color: #333;
    font-weight: bold;
}

h1 {
    font: 24px Arial, sans-serif;
}

h2 {
    font: 20px Arial, sans-serif;
}

h3 {
    font: 18px Arial, sans-serif;
}

/* Zentrierung Design */
#wrapper {
    text-align: left;
    width: 760px;
    margin: 0 auto;
}

#header{
    height: 140px;
}

#header h1{
    padding:20px 0 80px 10px;
    margin:0;
    font-size:2em;
    height: 20px;
    color:white;
}

/*  ---  Navigation --- */
#meta {
	background-color: #000;
}
#metanav{
	height: 40px;
}
#metanav ul {
	margin:0;
	padding:0;
}
#metanav li {
	display: block;
	float: left;
	background: url('/files/doppelpfeil-trans.png') no-repeat 0 2px;
	margin-top: 10px;
	margin-left: 22px;
	
}

#metanav li a {
	margin: 5px 0px 0px 20px;
	color: #ccc;
	font-size: 14px;
	line-height: 20px; 
}

#metanav li.rex-current a{
	color: #E0542F;
	line-height: 20px; 
}

#metanav hr{
  /*clear:both;
  height:0px;
  width:1px; 
  margin:0;
  padding:0;*/
  display:none;
}


#header_bottom {

}

#mainnav {
	float: left;
	margin-top:50px;
}
#mainnav li {
	list-style-type: none;
}

#floater{
    background-color: #EEEEEE;
    padding: 20px;
    filter:alpha(opacity=90);
    -moz-opacity: 0.9;
    -khtml-opacity: 0.9;
    opacity: 0.9;
    width: 720px; /* stupid IE */
}

#content {
	width: 720px;
	color: #333333;
}

#footer{
    padding: 10px 20px 10px 20px;
	background-color: #444;
}

#footer a {
	color: #eee;
	font-weight: normal;
}

#kalender td.border{
border-top:1px solid #bbb;
}

.floatLeft{float:left}
.floatRight{float:right}

