html {
	margin: 0;
	height: 100%;
}

body {
	/*
	min-width: 996px; 
	margin: 0;
	height: 100%;
	
	Entfernt wegen Greybox*/
	
	background: #fcee82 url('../img/bg_yellow.png') repeat-x top left;
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}

/*** Globals ***/

dfn, hr {
	display: none;
}

.floatright{
	float: right;
}

.clear {
	clear: both;
}
.ok {
	color: green !important;
}

.error {
	color: red !important;
}

img {
	/*display: block;*/
	border: 0;
}

a {
	color: #0067be;
	text-decoration: none;
}

a:hover, a.on {
	text-decoration: underline;
}

.rm10 {
	margin: 0px 8px 0px 0px;
}

.bg {
	background: #ffffff bottom left url('../img/bg_contentbox.png') repeat-x;
}

img.border {
	border: 1px solid #999999;
}

.shadow {
	height: 4px;
	background-color: #f2f2f2;
}

.darkshadow {
	height: 4px;
	background-color: #d8d8d8;
}


/*** Framework ***/

#container {
	position: absolute;
	top: 0px;
	left: 0px;
	margin: 0 auto;
	padding: 0;
	width: 100%;
	height: 100%;
	min-width: 996px;
	text-align: center;
}

#helper {
	position: relative;
	margin: 0 auto;
	padding: 0;
	width: 989px;
	height: 100%;
	text-align: center;	
}

#main {
	position: relative;
	margin: 0 auto;
	padding: 0;
	width: 828px;
	min-height: 100%;
	background: 0px 150px url('../img/bg_main.png') no-repeat;
	text-align: left;
	float: left;
}

* html #main {
	height: 100%;
}

/*** Advertisment ***/

#leaderboard {
	position: relative;
	margin: 0 auto;
	padding: 0;
	margin-bottom: 1px;
	width: 829px;
	height: 90px;
}

#leaderboard img {
	display: inline;
}

.left {	text-align: left; }
.center { text-align: center; }
.right { text-align: right; }

#skyscraper {
	margin: 0;
	width: 160px;
	float: right;
}

/*** Header ***/

#header {
	position: relative;
	margin: 0;
	padding: 0;
	background: top left url('../img/bg_header.png') no-repeat;	
	height: 130px;
}

* html #header {
	background: top left url('../img/bg_header_ie6.png') no-repeat;	
}


#header div.logo {
	position: absolute;
	top: 0px;
	left: 0px;
}

/* LOGIN */

#header div.login {
	position: absolute;
	top: 10px;
	right: 10px;
}

#header div.login a {
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
	color: #999999;
}

#header div.login ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#header div.login li {
	margin: 0;
	padding: 0px 10px 0px 10px; 
	float: left;
	border-left: 1px solid #ffd612;
}

#header div.login li.first {
	padding: 0px 10px 0px 0px; 
	border: 0;
}

#header div.login a:hover {
	text-decoration: underline;
}

/* SEARCH */

#header div.search {
	position: absolute;
	top: 53px;
	right: 10px;
}

#header div.search strong {
	padding-right: 5px;
	font-weight: bold;
	font-size: 11px;
	color: #000000;
}

#header div.search td label {
	padding-left: 2px;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
}

#header div.search td small {
	padding-left: 5px;
	font-size: 10px;
	color: #cccccc;
}


div.search input.what,
div.search input.where {
	padding: 2px 0 0 5px;
	height: 18px;
	border: 1px solid #cccccc;
	background: #f5f5f5 top left url('../img/bg_search.png') repeat-x;	
	font-size: 13px;
}

div.search input.what {
	margin: 0px 2px 0px 2px;
	width: 168px;
}

div.search input.where {
	margin: 0px 2px 0px 0px;	
	width: 118px;
}

div.search input.find {
	margin: 0px 2px 0px 0px;
	padding-bottom: 1px;	
	width: 59px;
	height: 23px;
	border: none;
	background: top left url('../img/btn_finden.png') no-repeat;
	font-weight: bold;
	font-size: 11px;
	color: #000000;
	cursor: pointer;
}




/*** Navigation ***/

#navigation {
	position: relative;
	margin: 0 auto;
	padding: 0;
	width: 826px;
	height: 38px;
	background: #ffffff top left url('../img/bg_nav.png') repeat-x;
}

#navigation a {
	padding: 6px 0 0 0;
	width: 161px;
	height: 23px;
	background: top left url('../img/bg_nav_btn.png') no-repeat;
	text-align: center;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	display: block;
}

#navigation a:hover {
	color: #0469bf;
}

#navigation a.on {
	background: top left url('../img/bg_nav_btn_on.png') no-repeat;
	color: #ffffff;	
}


#navigation ul {
	position: relative;
	float: left;
	margin: 5px 0 0 20px;
	padding: 0 ;
	list-style: none;
}

#navigation li {
	margin: 0 2px 0 0;
	padding: 0;
	float: left;
}

#navigation li.first {
	padding: 0px 12px 0px 0px;
}


/*** Crumb Navigation ***/

div.crumb {
	font-size: 11px;
	color: #999999;
	font-weight: bold;
	padding: 10px 0px 10px 20px;
	border-bottom: 1px dashed #cccccc;
}

div.crumb a {
	text-decoration: none;
	color: #0469bf;
}

div.crumb a:hover {
	text-decoration: underline;
}



/*** Content ***/

#content {
	position: relative;
	margin: 0;
	padding: 10px 20px 70px 20px;
	width: 788px;
	min-height: 300px;
	background: #ffffff top left url('../img/bg_main.png') repeat-y;
}

* html #content {
	height: 300px;
}

#content div.row23 {
	margin-top: 20px;
	float: left;
	width: 519px;
}

#content div.row13 {
	margin-top: 50px;
	float: left;
	width: 248px;
	border: 1px solid #cccccc;
	padding: 5px 5px 5px 5px;
}

#statistik {
	width: 248px; 
}

#content div.entry {
	padding: 10px 15px 10px 15px;
	border-bottom: 1px dashed #cccccc;
}

#content div.results {
	padding: 10px 0px 100px 15px;
	float: left;
	width: 500px;
	/*height: 1050px;*/
	height: 100%;
}

#content div.top {
	/*height: 1050px;*/
	height: 100%;
	padding: 0px 5px 0px 5px;
}

#content div.pager {
	font-size: 11px;
	color: #999999;
	font-weight: bold;
	padding: 0px 0px 10px 0px;
	border-bottom: 1px dashed #cccccc;
}

#content div.pager a {
	text-decoration: none;
	color: #0469bf;
}

#content div.pager a:hover {
	text-decoration: underline;
}

#content div.pager_bottom {
	font-size: 11px;
	color: #999999;
	font-weight: bold;
	padding: 10px 0px 10px 0px;
	border-top: 1px dashed #cccccc;
}

#content div.pager_bottom a {
	text-decoration: none;
	color: #0469bf;
}

#content div.pager_bottom a:hover {
	text-decoration: underline;
}

/* TABS */

#tabs ul {
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
}

#tabs li {
	margin: 0 1px 0 0;
	padding: 0;
	float: left;
}

#tabs li {
	padding-left: 5px;
	background: #f5f5f5 url('../img/bg_tab_li.png') top left no-repeat;
}

#tabs li.on {
	padding-left: 5px;
	background: #0067be url('../img/bg_tab_li_on.png') top left no-repeat;
}

#tabs li a {
	padding: 7px 10px 0px 5px;
	display: block;
	height: 23px;
	background: #f5f5f5 url('../img/bg_tab_btn.png') top right no-repeat;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

#tabs li a:hover {
	color: #0469bf;
}

#tabs li a.on {
	background: #0067be url('../img/bg_tab_btn_on.png') top right no-repeat;
	color: #ffffff;
}

.tabcontent {
	padding: 0px 16px 0px 16px;
	border: 1px solid #cccccc;
}

.tabcontent div.onerow {
	padding: 16px 0px 16px 0px;
	margin: 0;
	width: 485px;
	min-height: 300px;
}

.tabcontent div.text_tools {
	margin: 16px 0px 16px 0px;
	width: 485px;
	float: left;
}

.tabcontent div.picture {
	padding: 0;
	width: 500px;
}

.tabcontent .floatright{
	float:right;	
	position:absolute;
	margin:9px 0 20px 280px;
}

.tabcontent p {
	margin: 5px 0 0 0;
}


ul.stars {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.stars li {
	padding-right: px;
	float: left;
}

ul.tools {
	padding: 0;
	margin: 30px 0px 20px 0px;
	list-style: none;
	font-size: 11px;
	font-weight: bold;
}

ul.tools li {
	border-left: 1px solid #ffd612;
	padding: 0px 5px 0px 5px;
	float: left;
}

ul.tools li.first {
	padding: 0px 5px 0px 0px;
	border-left: 0px;
}


ul.review {
	margin: 10px 0 0 0;
	padding: 0;
	list-style: none;
}

ul.review li {
	padding: 5px 0px 0px 2px;
	float: left;
}

ul.review li.spacer {
	padding: 0px 2px 0px 0px;
}

ul.review li.btn {
	padding: 0px 2px 0px 0px;
}


/* bigmap */

#bigmap {
	float: left;
	margin: 8px 0px 7px 7px;
}


/* TOP 5 */

#top5  {
	float: left;
	margin: 8px 0px 7px 7px;
	width: 256px;
}

#top5 h2 {
	margin: 8px 0px 7px 7px;
	font-size: 13px;
	color: #000000;
	font-weight: bold;
}

#top5content {
	border: 1px solid #cccccc;
	color: #333333;
	background-color: #FFFAD6;
}

#top5content div.entry a {
	color: #0469bf;
	text-decoration: none;
}

#top5content div.entry strong a:hover {
	text-decoration: underline;
}


#top5content div.entry {
	padding: 10px 15px 10px 15px;
	border-bottom: 1px dashed #cccccc;
	background-color: #FFFAD6;
}

#top5content div.all_entry {
	padding: 5px 5px 3px 190px;
	background-color: #FFFAD6;
}

#top5content div.entry td {
	padding-right: 1px;
	background-color: #FFFAD6;
	font-size: 11px;
}

#top5content div.entry td span {
	padding-left: 10px;
	color: #999999;
	background-color: #FFFAD6;
}

#top5content div.entry strong {
	color: #0067be;
}

#top5content div.entry p {
	margin: 5px 0px 10px 0px;
	background-color: #FFFAD6;
}


/* LAST 5 */

#last5  {
	float: left;
	margin: 8px 0px 7px 7px;
}
#last5 h2 {
	margin: 8px 0px 7px 7px;
	font-size: 13px;
	color: #000000;
	font-weight: bold;
}

#last5content {
	border: 1px solid #cccccc;
	color: #333333;
	background-color: #FFFAD6;
}

#last5content div.entry a {
	color: #0469bf;
	text-decoration: none;
}

#last5content div.entry strong a:hover {
	text-decoration: underline;
}

#last5content div.entry {
	padding: 10px 15px 10px 15px;
	border-bottom: 1px dashed #cccccc;
	background-color: #FFFAD6;
}

#last5content div.all_entry {
	padding: 5px 5px 3px 190px;
	background-color: #FFFAD6;
}

#last5content div.entry td {
	padding-right: 1px;
	font-size: 11px;
	background-color: #FFFAD6;
}

#last5content div.entry td span {
	padding-left: 10px;
	color: #999999;
	background-color: #FFFAD6;
}

#last5content div.entry strong {
	color: #0067be;
}

#last5content div.entry p {
	margin: 5px 0px 10px 0px;
}


/*START */

#start  {
	float: left;
	margin: 8px 0px 7px 7px;
	width: 250px;
}

#start h2 {
	margin: 8px 0px 7px 7px;
	font-size: 13px;
	color: #000000;
	font-weight: bold;
}

#startcontent {
	border: 1px solid #cccccc;
	color: #333333;
	background-color: #FFFAD6;
}

#startcontent div.entry a {
	color: #0469bf;
	text-decoration: none;
}

#startcontent div.entry strong a:hover {
	text-decoration: underline;
}

#startcontent div.entry {
	padding: 10px 15px 10px 15px;
	border-bottom: 1px #cccccc;
	background-color: #FFFAD6;
}

#startcontent div.all_entry {
	padding: 5px 5px 3px 190px;
	background-color: #FFFAD6;
}

#startcontent div.entry strong {
	color: #0067be;
	background-color: #FFFAD6;
}

#startcontent div.entry p {
	margin: 5px 0px 10px 0px;
	background-color: #FFFAD6;
}

div.clear {
	clear: both;
}

.drvlogo {
	text-align: center;
}

/*REGISTRATION */

#registration  {
	float: left;
	margin: 8px 0px 7px 7px;
	height: 400px;
}

#registration h2 {
	margin: 8px 0px 7px 7px;
	font-size: 13px;
	color: #000000;
	font-weight: bold;
}

#registrationcontent {
	border: 1px solid #cccccc;
	color: #333333;
}

#registrationcontent div.entry {
	padding: 10px 15px 10px 15px;
	border-bottom: 1px #cccccc;
}

#registrationcontent div.all_entry {
	padding: 5px 5px 3px 190px;
}

#registrationcontent div.entry strong {
	color: #0067be;
}

#registrationcontent div.entry p {
	margin: 5px 0px 10px 0px;
}

#registrationcontent div.entry td {
	padding-right: 1px;
	font-size: 11px;
}

#registrationcontent div.entry td span {
	padding-left: 10px;
	color: #999999;
}


/* Message */

div.message{
	
}

/* Social Bookmarks */

#social_bookmarks {
	margin: 20px 0 0 0;
	padding: 0;
}

#social_bookmarks div.box {
	margin: 0;
	padding: 2px 2px 0px 2px;
	border: 1px solid #999999;
	background-color: #ffffff;
	float: left;
}

#social_bookmarks div.text {
	padding: 3px 0px 0px 15px;
	float: left;
}

#social_bookmarks ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#social_bookmarks li {
	padding: 0;
	margin-left: 5px;
	float: left;
	background-color: #ff0000;
}

#social_bookmarks li.first {
	margin: 0;
}


/*** Statistik ***/
#statistik {
	display: none;
}

#statistik3 {
	display: none;
}

	
/*** Footer ***/

#footer {
	margin: 0 auto;
	position: absolute;
	bottom: 0px;
	width: 828px;
	font-size: 11px;
	color: #999999;
	border-top: 1px dashed #cccccc;
}

#footer div.left {
	margin: 0;
	padding: 10px 0px 10px 20px;
	float: left;
	color: #ffd612;
}

#footer div.left a {
	text-decoration: none;
	font-weight: bold;
	color: #999999;
}

#footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#footer li {
	margin: 0;
	padding: 0px 10px 0px 10px; 
	float: left;
	border-left: 1px solid #ffd612;
}

#footer li.first {
	padding: 0px 10px 0px 0px; 
	border: 0;
}

#footer div.left a:hover {
	text-decoration: underline;
}

#footer div.right {
	margin: 0;
	padding: 10px 20px 10px 0px;
	font-weight: bold;
	float: right;
}



/*** Fragentabelle ***/
table.fragen {
	width:100%;
	border-collapse: collapse;
}

table.fragen tr {
	height: 50px;
	vertical-align: center;
}

table.fragen td {
	border-bottom:1px dashed #CCCCCC;
}

table.fragen .td1{
}

table.fragen .td2{
	text-align: center;
	background-color: #eeeeee;
}

table.fragen .td3{
	text-align: center;
	width: 130px;
}

table.fragen .th1{
	text-align: left;
	vertical-align: center;
	border-bottom:1px dashed #CCCCCC;
}

table.fragen .th2{
	text-align: center;
	background-color: #eeeeee;
	vertical-align: center;
	border-bottom:1px dashed #CCCCCC;
}

table.fragen .th3{
	text-align: center;
	vertical-align: center;
	border-bottom:1px dashed #CCCCCC;
}

/*** Öffnungzeiten editierung  ***/
#Von-label{
	padding-top:20px;
	clear:both;
}

#MO-element, #DI-element, #MI-element, #DO-element, #FR-element,#SA-element,#SO-element {
	float:left;
	display:block;
	width:20px;
	margin-left:0px;

}
#MO-label, #DI-label, #MI-label, #DO-label, #FR-label,#SA-label,#SO-label  {
	float:left;
}

.oeffnzeit {
	border: 1px solid;
	padding:2px;
	margin-top:5px;	
}

.oeffnzeit #Anmerkung-element{
	margin-bottom:15px;
}

.oeffnzeit #Speichern-label,.oeffnzeit #Speichern-element,.oeffnzeit #Löschen-label,.oeffnzeit #Hinzufügen-label{
	float:left;	
}
