/**
* CSS
* 
* @version 1.1
* @author Ingo Walde 
* @author einmalich.com
*/ orange f6841f
* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 10px;
	font-family: Verdana;
	
	background: url(http://www.das-anderland.de/files/bg/paperbg.jpg)
}



body.section-1 { }
body.section-2 { }
body.section-3 { }

a:link { text-decoration: none; font-size: 10px; background:#f6841f; color:#fff;}
a:active { text-decoration: none; font-size: 10px; background:#f6841f; color:#fff;}
a:visited { text-decoration: none; font-size: 10px; background:#f6841f; color:#fff;}
a:hover { text-decoration: none; font-size: 10px; background:#f6841f; color:#fff;}

a.img:link { border: none; background:none; color:none;}
a.img:active {border: none; background:none; color:none;}
a.img:visited { border: none; background:none; color:none;}
a.img:hover { border: none; background:none; color:none; }

#navbottom {
       
	 bottom: 20px;
	right:20px;
position: absolute;   

}


#headline { font-size: 20px; background:#f6841f; color:#fff; width: 650px;}

#newsletter { 
	left:20px;
	top:100px;
	font-size: 20px; 
	background:#f6841f; 
	color:#fff; 
	}

#menu {
    width: 275px;
    overflow: auto;
	
    top: 25px;
    bottom: 0;
	left: 20px;
    position: absolute;
    height: 100%;
	
}

#menu ul {
	list-style: none;
	margin: 0 0 12px -20px;
}

#menu ul li.section-title { }

#content {
	width: 650px;
    height: 100%;
    margin: 0px 0 0 245px;

    
}

.container { 
    padding: 5px 5px 25px 5px;
}

#content p { width: 400px; margin-bottom: 9px; }

p {
    margin: 0 0 9px 0;
}

h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }

#img-container	{ margin: 0; padding: 0; }
#img-container p	{ width: 400px; margin: 0; padding: 0 0 12px 0; }

#once { clear: left; }



#bierdeckelkunst {
       width: 80px;
	top: 0; 
	right:170px;
position: absolute;   

	
}

.bierdeckelkunst_container {
color:#e5e5e5;
font-size:7pt; 
/**Abstand Oben,Rechts,Unten Links*/
padding: 0px 0px 0px 0px;
font-family:Tahoma, Helvetica, Arial, sans-serif;
}

#speisen-getraenke {
	z-index:3;
       width: 83px;
	top: 0; 
	right:200px;
position: absolute;  
}

.speisen-getraenke_container {
color:#000;
font-size:7pt; 
/**Abstand Oben,Rechts,Unten Links*/
padding: 70px 0px 0px 0px;
font-family:Tahoma, Helvetica, Arial, sans-serif;
width:130px;
}

div#kontakt {
	margin:  0px; 0px; 0px; 0px;
	position:absolute;
	width:200px;
	left:45px;
	top:400px;
	z-index:1;
	border: 0px solid #888;
}



