body {
	margin: 50px;

    font: 13px "Trebuchet MS",Arial,sans-serif;
    text-align: center;
}


/* ********************************************
	Schriften und Links
******************************************* */

h1 {
	margin: 0;
	
	font-size: 22px;
	font-weight: normal;
	letter-spacing: 0.1em;
	color: #990000;
	text-transform: uppercase;
	
	text-align: center;
}

h2 {
	margin: 0 0 2em 0;
	
	font-family: Verdana, sans-serif;
	font-size: 14px;
	font-weight: normal;
	letter-spacing: 0.05em;
	
	text-align: center;
}

h3 {
	margin: 0 0 1em 0;
	clear:both;
	
	font-family: Verdana, sans-serif;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 0.05em;
	
	color: #990000;
}

h4 {
	margin: 0 0 0.5em 0;

	font-size: 13px;
	font-weight: bold;
	color: #990000;
}


a {
	color: #666;
	text-decoration: none;
}

a:hover { color: #990000; }

p {	margin: 0 0 2em 0; }

p.nach_oben {
	text-align: right;
	background: url('images/line.gif') no-repeat bottom right;
}

/* ********************************************
	Umrandung
******************************************* */

#box .rbtop         { background: url('images/border.gif') repeat-x; }
#box .rbtop div     { background: url('images/border_top_left.gif') no-repeat top left; }
#box .rbtop div div { background: url('images/border_top_right.gif') no-repeat top right; }

#box .rbbot         { background: url('images/border.gif') repeat-x bottom; }
#box .rbbot div     { background: url('images/border_bottom_left.gif') no-repeat top left; }
#box .rbbot div div { background: url('images/border_bottom_right.gif') no-repeat top right; }

#box .rbcontentwrap { background: url('images/border.gif') repeat-y; }
#box .rbcontent     { background: url('images/border.gif') repeat-y right; }

#box .rbtop div, 
#box .rbtop, 
#box .rbbot div, 
#box .rbbot {
	position: relative;
	width: 450px;
	height: 25px;
	font-size: 1px;
}

#box .rbcontent  { 
	padding: 1px 20px; 
}


/* ********************************************
	box
******************************************* */

#container {
	width: 750px;
	margin: 0 auto;
	text-align: left;
	position: relative;
}

#box {
	width: 450px;
	text-align: left;
}


#logo {
	position: relative;
	width: 140px;
	height: 30px;
	top: -41px;
	left: 135px;
}

#vorwort, #die_besten_deutschlands, #die_besten_oesterreichs, #die_besten_suedtirols, #die_besten_europas, #die_besten_der_besten {
	clear: both;
	overflow: auto;
	width: 100%;
}

hr {
	clear: both;
	display: none;
	margin: 0 0 1em 0;
}

.liste {
	width:350px;
 	text-align:left;
	margin: 0 auto 3em;
}

#impressum {
	font-size: 12px;
	font-weight: normal;
	color: #666;
	width: 400px;
	text-align: left;
	padding: 2em;
}


/* ********************************************
	Ranglisten
******************************************* */

dl {
	width: 350px;
	overflow: hidden;
	margin: 0 0 0.5em 0;
}

dt,dd {
	font-weight: bold;
	margin:0;
	font-weight: normal;
	line-height: 16px;
}

dt {
	float: left;
	width: 40px;
	color: #990000;
}


dd.restaurant, dd.hotel {
	float: left;
	width: 280px;
	color: #990000;
}

dd.ort {
	float: left;
	width: 240px;
	padding-left: 40px;
}

dd.punkte {
	float: right;
	width: 60px;
}

.bundesland dd.ort {
	width: 160px;
}
.bundesland dd.punkte {
	width: 140px;
}



/* ********************************************
	Listen
******************************************* */

ol {
	list-style-type: none;
	margin: 0 0 2em;
	padding: 0;
}

#navigation {
	width: 280px;
	position: absolute;
	top: 110px;
	left: 430px;
	text-align: left;
	list-style-type: none;
	padding-bottom: 2em;
}

#navigation ul {
	list-style-type: none;
	padding-bottom: 1em;
}

#navigation a {
	color: #000;
	padding: 0 0 0 24px;
	background: url(images/navi_mainlink.jpg) no-repeat left 1px;
}

#navigation a:hover,
#navigation .act li a:hover,
#navigation .act .act li a:hover,
#navigation .act a,
#navigation .act .act a,
#navigation .act .act .act a  {
	color: #990000;
}

#navigation .act li a,
#navigation .act .act li a {
	color: #000;
}

#navigation ul a{
	padding: 0 0 0 14px;
	background: url(images/navi_sublink.jpg) no-repeat left center;
}

#navigation li {
	line-height: 36px;
	background: url(images/navi_bg.jpg) no-repeat left bottom;
}

#navigation li li { 
	line-height: 20px;
	background: none; 
}