body {
	border:0;
	margin:0;
	padding:0;
	background-color: #E8E2B3;
	font-family: Arial, Helvetica, sans-serif;
	}

/*Textformatierungen - Positionierung*/

h1, h2, h3, h4, h5, h6{
	text-align:center;
	}

.blocksatz{
	text-align: justify;
	}
.right{
	text-align:right;
	}
.left{	
	text-align:left;
	}
.center{
	text-align:center;
	}
/*Textformatierungen - Schrift*/
p, ul {
	font-size:small;
	}
.fett{
	font-weight:bold;
	}
.kursiv{
	font-style:italic;
	}
.lighter{
	font-weight:lighter;
	}

/*Bildpositionierung*/
.bild {
	text-align:center;
	}

#container{
	width:1147px;
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
	background-color: yellow;
	height:2000px;
	
	}
#headerl{
	position:relativ;
	height:20px;
	width:205px;
	background-color:#FFFFCC;
	float:left;
	padding:15px;
	text-align:center;
	border:dotted blue 1px;
	
	}
#headerr{
	
	height:20px;
	width:205px;
	background-color:#FFFFCC;
	float:right;
	padding:15px;
	text-align:center;
	border:dotted blue 1px;
	}
#headerm{
	height:50px;
	float:left;
	width:673px;
	background-color:#FFFFCC;
	border-top:dotted blue 1px;
	border-bottom:solid #FFFFCC 1px;
	
	}
#rumpf{
	background-color: lime;
	height:100%;
	
	
	}
#sidebarl{
	width:205px;
	background-color:#CCCCFF;
	float:left;
	border-bottom:dotted blue 1px;
	border-left:dotted blue 1px;
	padding:15px;
	height:100%;
	}
.nav{
	display:block;
	width:auto;
	height:25px;
	background-color: #E8E2B3;
	margin-top:5px;
	padding-top:5px;
	padding-left:15px;
	border:dotted blue 1px;
	text-decoration:none;
	}
.noline{
	text-decoration:none;
	}

#restaurant{
	margin-top:15px;
	}
#sidebarr{
	height:100%;
	width:205px;
	background-color:#CCCCFF;
	float:right;
	border-bottom:dotted blue 1px;
	border-right:dotted blue 1px;
	padding:15px;
	margin-bottom:20px;
	
	}
#inhalt{
	padding:15px;
	float:left;
	height:100%;
	width:643px;
	background-color:#FFFFCC;
	border-left:dotted blue 1px;
	border-right:dotted blue 1px;
	border-bottom:dotted blue 1px;
	}
#linksl{

	width:49%;
	float:left;
	}
#linksr{
	float:right;
	width:49%;
	}
	
.linie{
	width:85%;
	}


	
	