/*
     Dirk Mathienz Aronmedia
	  
*/

* { padding: 0; margin: 0; }

body {
font-family: verdana, Helvetica, sans-serif;
font-size: 62.5%;
line-height: 1.5;
text-align: center;
color: #152D07;
background: #62c232 url(img/hintergrundbild.jpg) center top no-repeat;
padding-top: 10px;
padding-bottom: 15px;
	}

h1 {
font-family: verdana, Helvetica, sans-serif;
font-size: 1.5em;
font-style: oblique;
color: #152D07;
margin-left:0px;
 }
 
h2 {
font-family: verdana, Helvetica, sans-serif;
font-size: 1.2em;
font-style: oblique;
color: #152D07;
margin-left:0px;
 }
p {
font-family: verdana, Helvetica, sans-serif;
font-size: 1.1em;
font-style: normal;
color: #152D07;
 }
 a {
font-family: verdana, Helvetica, sans-serif;
font-size: 0.9em;
font-style: normal;
color: #152D07;
text-decoration:underline;
 }
 
 hr {
border:solid #152D07 1px;height:1px;
 }
 
#wrapper { 
 margin: 0 auto;
 width: 922px;
}
#faux {
 background: url(img/content_bg.png) repeat-y;
 margin-bottom: 0px;
 overflow: auto; /* Paul O Brien Fix for IE www.pmob.co.uk */
 width: 100%
}
#header {
 background: url(img/header.png) bottom center no-repeat;
 color: #333;
 width: 902px;
 padding-left: 20px;
 height: 268px;
 margin: 0px 0px 0px 0px;

}
#leftcolumn {
 display: inline;
 color: #152D07;
 margin-left: 1px;
 padding-left: 0px;
 width: 150px;
 float: left;
}
#leftcolumn img{
 border:0px;
}
.menu{
border: 0px;
border-bottom: 0px;
border-style: solid;
border-color: #D0A444;
line-height: 25px;
padding-top:20px;
padding-left: 30px;
text-align:left;

}

.menu li{
list-style-type: none;
margin: 0px;
padding: 0px;
border-bottom: 1px solid;
border-color: #152D07;
}

.menu ul{
list-style-type: none;
margin: 0px;
padding: 0px;
}

.menu ul ul {
padding-left: 10px;
border-bottom: 0px;
}
.menu a {
font-family: verdana, Helvetica, sans-serif;
font-size: 1.1em;
color: #152D07;
text-decoration: none;
font-weight: normal;
}
.menu a:link, .menu a:active {
padding: 4px 0px 4px 0px;
color: #152D07;
display: block;
font-weight: bold;
text-decoration: none;

}

.menu a:hover {
text-decoration: none;
color: #152D07;

}

.menu_current {
color: #152D07;
text-decoration:none;
}
#content {
 float: left;
 color: #152D07;
 margin: 10px 13px;
 padding-top: 15px;
 width: 460px;
 display: inline;
 position: relative;
 text-align:left;
}
#rightcolumn { 
 display: inline;
 position: relative;
 color: #152D07;
 margin: 10px 10px 10px 0px;
 padding-right: 50px;
 width: 195px;
 float: right;
}
#beer{
width:180px;
height:230px;
background-image: url(img/beerhour.png);
margin-top:10px;
padding-top:50px;
padding-left:5px;
padding-right:5px;
}
#cocktail{
width:180px;
height:230px;
background-image: url(img/cocktailhour.png);
margin-top:10px;
padding-top:50px;
padding-left:5px;
padding-right:5px;
}
td a {
text-decoration:none;
}
#footer { 
 background: url(img/footer.png) bottom center no-repeat;
 width: 902px;
 height: 200px;
 clear: both;
 color: #152D07;
 margin-top:0px;
 padding-left: 0px;
}
.clear { clear: both; background: none; }