body {
	background: #fff url(../IMG/BG2.GIF); /* Optional */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	text-align: center; /* IE Fix */
	margin: 0;
	color: #666;
	}
acronym { cursor: help; border-bottom: 1px dashed #999; }
a { text-decoration: none; color: #369; border-bottom: /*1px dashed #369; */}    /*gestrichelte linie unter den links*/
a:hover { border-bottom: /*1px dashed #49515C*/ ; color: #49515C; }
/*------------------------------------------------------------*
**  Container
**------------------------------------------------------------*/	
#container {
	margin: 0 auto;
	
	/*gesamte containergrösse*/
	width: 740px;
	
	/*farbe container mitte*/   /*gestrichelte linie*/
	background: #fff url(../IMG/DOT_LINE.GIF) repeat-y 75%;
	
	/*abstand zum oberen rand*/
	border: 30px solid #ddd;

	/*grösse des weißen randes*/
	padding: 0 5px;
	
	/*text im linken block linksbündig*/
	text-align: left; 
	}
	
/*------------------------------------------------------------*
**  Header
**------------------------------------------------------------*/
/*linker Kasten oben*/		
#header {

	/*oberes bild*/
	background: #FFFFFF url(../IMG/header_right.gif) no-repeat 100% 0;
	
	/*abstand zwischen header und links*/
	border-bottom: 4px solid #fff;
	
	border-top: 5px solid #fff;
	
	/*höhe des headers*/
	padding: 43px 30px;
	}	
#header h1 { 
	/*abstand zwischen header und links*/
	margin: 0;
	color: #FFFFFF;
	font-size: 1.8em;
	font-weight: normal;
	cursor: default;
	}	
#header h2 { 	
	margin: 0;
	color: #FFFFFF;
	font-size: 1.2em;
	padding-left: 1px;
	cursor: default;
	}	

/*------------------------------------------------------------*
**  Nav
**------------------------------------------------------------*/

#nav {
	background: #A04E48; /*rest der linkleiste*/
	
	/*abstand zwischen links und dem darunterliegendem, grauen kontainer mit dem text*/
	border-bottom: 4px solid #fff;
	
	/*größe des unter den links liegenden farbfeldes (rollover/graue fläche)*/
	margin: 0; 
	padding: 0;
	height: 2.2em;
	}
#nav li {
	list-style-type: none;
	display: inline;
	
	/*höhe der kästen für die links*/
	line-height: 20px;
	}		
#nav li a { 
	text-decoration: none; 
	
	/*schrift der links im normalzustand*/
	color: #FFFFFF; 
	background-color: #A04E48;
	
	/*abstand zwischen den einzelnen linkkästen*/
	border-right: 2px solid #fff; 
	
	/*höhe und breite der kästen für die links*/
	padding: 3px 8px;
	
	/*schriftgröße der links*/
	font-size: 0.8em;
	
	/*reihenfolge der links*/
	float: left;
	
	/*schriftschnitt der links*/
	font-weight: bold;
	}
#nav li a:hover { background-color: #8A8889; } /*link beim drüberscrollen*/
#nav li a.on { background-color: #49515C; color: #C6C4C5; }

/*------------------------------------------------------------*
**  Side Bar
**------------------------------------------------------------*/
#sidebar {

	/*position des kleinen container*/    /*verändert*/
	float: right;
	
	/*breite des kleinen container*/
	width: 175px;
	
	position: 

	line-height: 50px; 
	
	/*abstand zwischen den wörtern*/
	word-spacing: 2px;
		
	}
	
	/*verlauf im kleinen und großen container*/
#sidebar div { background: #fff url(../IMG/PARA_BG.JPG) repeat-x; }	
/*------------------------------------------------------------*
**  Side Bar & Content
**------------------------------------------------------------*/

/*größe der überschrift im kleinen container*/
#sidebar h3, #content h3 { 
	font-size: 1.1em; 
	color: #49515C; 
	margin: 0 10px 0 0; 
	cursor: default;
	}
#content div, #sidebar div { 
	padding: 1px 0 10px 0;  
	border-top: 1px solid #ddd; 
 
 /*abstand zwischen text und rand.(gilt für beide container)*/
  padding: 10px;
	}	
/*------------------------------------------------------------*
**  Content
**------------------------------------------------------------*/
#content {
	float: left;
	width: 550px;
	position: relative;
	margin-left: 15px;
	line-height: 20px;
	text-align: /*justify;*/
	/*word-spacing: 2px;*/
	left;
	left: -15px;
: -30px;



	}	
#content div { background: #fff url(../IMG/PARA_BG.JPG) repeat-x; }	
/*------------------------------------------------------------*
**  Footer
**------------------------------------------------------------*/
#footer {
	background: #49515C /*url(img/header_right.gif)no-repeat 100% 0;*/
	border-bottom: 50px solid #fff;
	border-top: 10px solid #fff;
	
	/*textstyle für impressum und kontakt*/
	text-align: center;	
	color: #8A8889;
	font-size: 0.8em;
	
	/*abstand zum unteren rand*/
	padding: 10px;
	line-height: 16px;
	clear: both;
	}
	
#footer a { text-decoration: none; color: #8A8889; border-bottom: 0px dashed #A2AFBF; }
#footer a:hover { border-bottom: 1px dashed #A04E48; color: #A04E48; }
