body { 
background-image: url(../images/background.jpg);/* der Pfad zum Bild */
background-repeat: repeat-x; /* das Bild wird nun in x-Richtung wiederholt */
background-color:#fdfdfd; /* am unteren Rand des Bildes erscheint nicht mehr das Bild, sondern die hier gewählte Hintergrundfarbe */
}

#wrap {
width: 1024px;
margin: 0 auto; 
box-shadow: 6px 6px 10px #d9a866,
-6px -6px 10px #d9a866,
-6px 6px 10px #d9a866,
6px -6px 10px #d9a866;
background-color:#84b6c6;
}

#wrap1 {
width: 1024px;
margin-top:50px;
margin-left: auto;
margin-right: auto;
box-shadow: 6px 6px 10px #d9a866,
-6px -6px 10px #d9a866,
-6px 6px 10px #d9a866,
6px -6px 10px #d9a866;
background-color:#84b6c6;
}

#header {background-color:#2e718d; }

#sidebarLeft {
float: left;
width: 195px;
padding-left: 5px;
  font-family:Arial;
  font-size:12px;
 /* position:fixed;											Ausgeklammert
  left:450px; top:350px; width:300px; height:150px;*/
}


#content {

float:left;
width:824px;
    box-shadow:inset 6px 0px 10px #d9a866,
    inset -0px -6px 10px #d9a866;
  
}

p {
       padding-left: 15px;
}


#footer {
padding: 20px 10px;
clear: both; /* Diese clear-Eigenschaft bewirkt, dass .container das Ende der fließenden Spalten erkennt und ihren Inhalt aufnimmt. */
background-color:#fdfdfd;
  box-shadow:6px 0px 10px #d9a866,
  -0px -6px 10px #d9a866;
}

.clearfloat { 
clear:both;
height:0;
font-size: 1px;
line-height: 0px;
}

body {
font-family:Arial, sans-serif;
font-size:14px;
color:#120a01;
line-height:135%; }

h1 {font-size:20px;}
h2 {font-size:16px;}
h3 {font-size:14px;}
td {text-align:center;
  	padding-left:15px;}
span {	
  		font-size:22px;
		font-weight: bold;} 

span:first-child {font-size:30px }


a:link {
text-decoration:underline;
  font-family:Arial, sans-serif;
font-size:14px;
color:#1E90FF;
}
a:visited {
text-decoration:underline;
  font-family:Arial, sans-serif;
font-size:14px;
color:#FF1E66;
}
hr {
height: 4px;
float: center;
width: 650px;
color: #d9a866;
  background-color:#d9a866;
}


#nav a {
font-size:14px;
font-style:normal;
font-weight:bold;}

#nav ul li{
list-style-type:none;
line-height:145%; 
}

.breadcrumb {
color:#708234;
font-size:8px;
text-decoration:none;
} 

.rechts {
float:right;
top:50px;}

.centerreiter {
    margin-top:20px;
	margin-left:20px;}

.center {
    margin-top:40px;
	margin-left:30px;}