@charset "utf-8";

/* ~~ Reset ~~ */
* {
	padding:0;
	margin:0;
	font-size:100%;
	font-weight: normal;
	
}
ul,ol {	list-style: none;}
b,strong {font-weight: bold;}
img, aimg {border: none;}

/* ~~ end Reset ~~ */

body {
	font-family:"Comic Sans MS";
	background: #42413C;

}

/* ~~ Element-/Tag-Selektoren ~~ */
ul, ol, dl { 
	padding: 0;
	margin: 0;
}

h1{
	text-align:center;
	font-size: 24px;
	}

h2 {
text-align:center;
	}


h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	
	padding-right: 15px;
	padding-left: 15px; 
}
a img { 
	border: none;
}

td {text-align:center}


.text_mitte {text-align:center}


a:link {
	color: #42413C;
	text-decoration: underline; 
}
a:visited {
	color: #6E6C64;
	text-decoration: underline;
}
a:hover, a:active, a:focus { 
	text-decoration: none;
}

/* ~~ Layout ~~ */

.container {
	
	width: 945px;
	background: #FFFFCC;
	margin: 0 auto;
}


.header {

}


.sidebar1 {
	float: left;
	width: 165px;
	background: #EADCAE;
	padding-bottom: 0px;
	background:url(../Bilder/Menu_hintergrund.jpg);
	height: 495px;
   
}
.content {
	padding: 20px;
	width: 740px;
	float: left;
}


/* ~~ Fußzeile ~~ */
.footer {
	background: #CCC49F;
	height:20px;
	
	clear: both;
	
}
.footer  p {
	text-align:center;
	font-size:10px;
	
	width:800;
	}

	
/* ~~ Verschiedene float/clear-Klassen ~~ */
.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

