body {
	background:          #FFFFFF url('../images/body_background.jpg') repeat-x;
}

#Seite {
	background:          url('../images/Standard_Seite_background-image.png') repeat-y;
	margin:              0px auto;
	padding:             0px;
	width:               998px;
}                       
                        
#Seite #Seitenkopf {     
	background:          url('../images/Standard_Seite_Seitenkopf_background-image.jpg') no-repeat;
	margin-bottom:       15px;
	height:              123px;
}                       
#Seite #Seitenkopf h1 {   
	color:               #2D5AA0;
	font-family:         "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:           24px; 
	line-height:         28px;
}                       
#Seite #Seitenkopf p {    
	color:               #79B63E;
	font-family:         "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:           14px; 
	font-weight:         bold;
	line-height:         18px;
}

#Seite #Seiteninhalt {
	margin:              0px 65px;
}
#Seite #Seiteninhalt #SpalteLinks {
	float:               left;
	width:               210px;
}
#Seite #Seiteninhalt #SpalteRechts {
	float:               right;
	width:               650px;
}                       
#Seite #Seitenfuss {     
	clear:               both;
	margin:              0px 50px;
	padding:             0px 10px;
}
#Seite #Seitenfuss table {
	border-top:          1px solid #CACACA;
}
#Seite #Seitenfuss td {
	font-family:         "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:           11px; 
	line-height:         12px;
	padding:             5px 0px 10px 0px;
}