#leaderboard{
	width: 760px;
	height: 100px;
	background: #ECA620;
}

* { padding: 0; margin: 0; }

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 12px;
 background: #0a0a0a;
}

#wrapper {
	margin: 0 auto;
	width: 760px;
}

#faux {
 background: url(eat.jpg);
 margin: 0px;
 overflow: auto; /* Paul O Brien Fix for IE www.pmob.co.uk */
 width: 758px;
 border-left: 1px solid #EDA01C;
 border-right: 1px solid #EDA01C;
 border-top: 1px solid #EDA01C;
 background: #ffffff;
}

#header {
 color: #333;
 width: 760px;
 padding: 0px;
 height: 240px;
 margin: 0px;
 background: #9D977C;
 background: url(header760.jpg);
}

#headercontent {
	padding: 10px;
}

.headlineheader {
	font-size: 36px;
	font-weight: bold;
	color: #ffffff;
	line-height: 30px;
}

.headerdescription {
	font-weight: bold;
	color: #000000;
}

#logo {
	/*float: left;*/
	padding-left: 615px;
	padding-top: 50px;
}

#logo img{
	border: none;
}
#logo a img {
border : 0 none;
}

#searchbox {
	padding-left: 550px;
}

#searchinput {
	width: 120px;
	border:1px solid #D3D3D3; border-width:1px 1px 1px 1px;
	font-size: 10px;
	height: 14px;
}

#searchsubmit {
	width: 60px;
	border: 1px solid #D3D3D3;
	border-width: 1px 1px 1px 1px;
	font-size: 10px;
	margin-left: 5px;
	padding-top: 1px;
	padding-bottom: 1px;
	font-weight: bold;
	color: #000000;
	background-color: #EDA01C;
}

#leftcolumn { 
 display: inline;
 color: #333;
 margin: 0px;
 padding: 0px;
 width: 300px;
 float: left;
 /*background: #EDA01C;*/
}

#navigation{
	padding: 10px;
}

#navigation ul {
	list-style-type: none;
	padding: 0px;
}


#navigation a{
	border: 0px;
}


.menu0 a{
	text-decoration: none;
	color: #666666;
	line-height: 20px;
	width: 265px;
	height: 20px;
	display: block;
	/*background: #EDA01C;*/
	/*background: #FFFFFF url(chili_gelb.gif);*/
	background: url(chili_gelb.gif);
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 25px;
	margin-bottom: 0px;
}

.menu0 a:hover{
	/*background: #EDA01C url(chili.gif);*/
	/*background: #FFFFFF url(chili_rot.gif);*/
	background: url(chili_rot.gif);
	color: #000000;
	background-position: left;
	background-repeat: no-repeat;
}

.menu1 a{
	padding-left: 30px;
	margin-left: 20px;
	text-decoration: none;
	color: #666666;
	width: 250px;
	/*background: #FFFFFF url(chili_gelb2.gif);*/
	background-position: left;
	background-repeat: no-repeat;
}

.menu1 a:hover{
	/*background: #FFFFFF url(chili_rot2.gif);*/
	color: #000000;
	background-position: left;
	background-repeat: no-repeat;
}

.menu2 a{
	padding-left: 60px;
	margin-left: 20px;
	text-decoration: none;
	color: #666666;
	width: 220px;
	/*background: #FFFFFF url(chili_gelb2.gif);*/
	background-position: left;
	background-repeat: no-repeat;
}

.menu2 a:hover{
	/*background: #FFFFFF url(chili_rot2.gif);*/
	color: #000000;
	background-position: left;
	background-repeat: no-repeat;
}

#rightcolumn { 
 float: right;
 color: #333;
 margin: 0px;
 padding: 0px;
 width: 450px;
 display: inline;
 position: relative;
 background: none;
}

#content {
	padding: 10px;
	padding-top: 0px;
	background: url(eat.jpg) right bottom;
	background-repeat: no-repeat;
	min-height:400px;
}

#content h1{
	font-size: 18px;
	padding-bottom: 5px;
}

#content h6{
	font-size: 12px;
	padding-bottom: 5px;
	font-weight: bold;
}

#content p{
	padding-bottom: 5px;
}

#content ul{
	padding-left: 15px;
	padding-bottom: 5px;
}

#content ol{
	padding-left: 20px;
	padding-bottom: 5px;
}

#content a{
	color: #B70A0A;
}

#content a[href^="http:"] {
	background: transparent
	url(aoutside.gif) 100% 50% no-repeat;
	padding-right: 12px;
}

#content blockquote {
width: 450px;
margin: 0px;
padding-left: 20px;
padding-right: 10px;
background-color: none;
quotes: "\201C" "\201D";
font-style:italic;
}
#content blockquote:before { content: open-quote; font-weight: bold; font-size: 36px;}
#content blockquote:after { content: close-quote; font-weight: bold; font-size: 36px;}

#counter {
	font-size: 10px;
	text-align: right;
	padding-bottom: 10px;
	margin-top: 25px;
	width: 100%;
	border-top: 1px solid #222222;
}

#FirstFooter {
	font-size: 12px;
	text-align: left;
	padding-bottom: 10px;
	margin-top: 25px;
	padding-top: 10px;
	width: 430px;
	border-top: 1px solid #222222;
}

#FirstFooter a{
	color: #B70A0A;
}

#NextFooter {
	font-size: 12px;
	text-align: left;
	padding-bottom: 10px;
	margin-top: 10px;
	padding-top: 10px;
	width: 430px;
	border-top: 1px solid #222222;
}

#NextFooter a{
	color: #B70A0A;
}

#googlecontenttop {
	padding-top: 5px;
}

#footer { 
 width: 760px;
 clear: both;
 color: #333;
 background: #EDA01C;
 margin: 0px;
}

#footercontent {
	padding: 10px;
	text-align: right;
	font-size: 10px;
}

#footercontent a{
	color: #333;
	text-decoration: none;
}

#footercontent a[href^="http:"] {
	background: transparent
	url(aoutsidefooter.gif) 100% 50% no-repeat;
	padding-right: 12px;
}

.clear { clear: both; background: none; }