@charset "utf-8";

body {
	/*background-color: #bbbbbb;*/
	background-color: #f2f2f2;
	margin:0px;

}

#page #logoarea {
	/*background-color: #ffffff; */
}
#page #lowertop {
	background-image: url(/img/line.png);
	background-repeat: repeat-x;
	height: 30px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
}
#page {
	width: 940px;
	margin:auto;
	background-color: #ffffff;
	border-left: 5px solid #f2f2f2;
	border-right: 5px solid #f2f2f2;
}
#page #lowertop #menu {
	width: 520px;
	clear: both;
	float: left;
}
#page #lowertop #suche {
	width: 380px;
	float: left;
}
.clear {
	clear: both;
}
#page #contentarea #content {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #444444;
	text-decoration: none;
	margin-right:185px;
	padding: 5px;
	padding-top:12px;
	margin-left: 10px;
}

pre {
font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#page #content a {
	color: #0C78C9;
	text-decoration: underline;
}

#page #content a:hover, #page #content a:focus {
	background-color: #0C78C9;
	color: #ffffff;
	text-decoration: underline;
}

.small
	{
		font-size: 10px;
	}

#footer {
	text-align: center;

}

#page #foot {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	text-align: center;
	padding-top: 10px;
}
#page #lowertop #menu a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
	margin-left: 5px;
	padding-right: 5px;
}
#page #lowertop #menu .lastlink {

}
#page #lowertop #menu .link {
	border-right-width: 1px;
	border-right-style: groove;
	border-right-color: #FFFFFF;
}
#page #contentarea #sidecontent {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 170px;
	float: right;
	clear: both;
	padding: 5px;
	padding-top: 8px;
}

#sidecontent a {
	color: #000000;
	text-decoration: none;	
}

#sidecontent a:hover, #sidecontent a:focus, #sidecontent a:active {
	background-color: #0C78C9;
	color: #ffffff;
	text-decoration: none;	
}


#page #lower {
	background-color: #A2D5FA;
}
#page #contentarea {


}


#content h1 {
	margin-top: -5px;
	margin-bottom: 0px;
	font-size: 18px;
	color: #0C78C9;
}

#content h2 {
	margin-top: -2px;
	margin-bottom: 10px;
	font-size: 13px;
	color: #000000;
	
}

#content h4 {
	color: #333333;
	font-weight:bold;
	margin:0px;
	font-size:12px;
	
}

#content p {
	margin-top: 0px;
}



#sidecontent h3 {
	color: #0C78C9;
	font-size: 14px;
	margin: 0px;
}
#sidecontent p {
	margin-top: 0px;
}

#address {
	float: left;	
	padding-bottom: 5px;
}

#images {
	float: right;
	padding-bottom: 5px;	
}

.caption {
	display: block;
	background-image: url(/img/linesmall.png);
	background-repeat: repeat-x;
	clear: both;
	padding:2px;
	color: #ffffff;
	font-weight: bold;
	text-align: left;
	margin-bottom: 5px;
	margin-top: 5px;
}

#comment
{
	width: 39%;
	float: right;
}

#route
{
	width:60%;
	float:left;
}

.rank1
{
	width: 49%;
	float: left;
	text-align: right;
}

.rank2
{
	width:49%;
	float:right;
	text-align: left;
}

#rating {
	float: left;
	width: 60%;
	/*text-align: center;*/
}

#prices {
	float: right;
	width: 39%;	
}

input, select { /* Alle Labels UND Formularelemente auswählen */
  display: block;
  float: left;
} 

label{ /* Alle Labels UND Formularelemente auswählen */
  display: block;
  float: left;
  width: 150px; /* Breite.*/
}

form br {
  clear: left; 
} 



input#submit { /* den Submit-Button */
  float: none;
  width: auto;
}

label.fo, input.fo, select.fo { /* Alle Labels UND Formularelemente auswählen */
  display: inline;
  float: none;
  width: auto; /* Breite.*/
}


/* $Id: example.css,v 1.5 2006/03/27 02:44:36 pat Exp $ */

/*--------------------------------------------------
  REQUIRED to hide the non-active tab content.
  But do not hide them in the print stylesheet!
  --------------------------------------------------*/
.tabberlive .tabbertabhide {
 display:none;
}

/*--------------------------------------------------
  .tabber = before the tabber interface is set up
  .tabberlive = after the tabber interface is set up
  --------------------------------------------------*/
.tabber {
}
.tabberlive {
 margin-top:1em;
}

/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/
ul.tabbernav
{
 margin:0;
 padding: 3px 0;
 border-bottom: 1px solid #778;
 font: bold 12px Verdana, sans-serif;
}

ul.tabbernav li
{
 list-style: none;
 margin: 0;
 display: inline;
}

ul.tabbernav li a
{
 padding: 3px 0.5em;
 margin-left: 3px;
 border: 1px solid #778;
 border-bottom: none;
 background: #DDE;
 text-decoration: none;
}

ul.tabbernav li a:link { color: #000; }
ul.tabbernav li a:visited { color: #000; }

ul.tabbernav li a:hover
{
 color: #fff;
 background: #AAE;
 border-color: #227;
}

ul.tabbernav li.tabberactive a
{
 background-color: #fff;
 border-bottom: 1px solid #fff;
}

ul.tabbernav li.tabberactive a:hover
{
 color: #000;
 background: white;
 border-bottom: 1px solid white;
}

/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/
.tabberlive .tabbertab {
 padding:5px;
 border:1px solid #aaa;
 border-top:0;

 /* If you don't want the tab size changing whenever a tab is changed
    you can set a fixed height */

 /* height:200px; */

 /* If you set a fix height set overflow to auto and you will get a
    scrollbar when necessary */

 /* overflow:auto; */
}

/* If desired, hide the heading since a heading is provided by the tab */
.tabberlive .tabbertab h2 {
 display:none;
}
.tabberlive .tabbertab h3 {
 display:none;
}

/* Example of using an ID to set different styles for the tabs on the page */
.tabberlive#tab1 {
}
.tabberlive#tab2 {
}




/* Zend Form Styling */
	
	dl.zend dt, dd {  }
	dl.zend_form dt {
		float: left;
		clear: left;
		text-align: right;
	}
	dl.zend_form dt label.required { font-weight: 600; }
	dl.zend_form dd {
		float: left;
		clear: right;
		padding-left: 5px;
	}
	
	dl.zend_form dd ul.errors {
		list-style: none;
		padding: 0;
		margin: 0;
	}
	
	dl.zend_form dd ul.errors li {
		float: left;
		margin: 0 0.15em;
		font-size: 12px;
		color: #666666;
	} 
	
	.formfix
	{ 
		float:left;
		width: 600px;
	}
	
#loginarea
{
	float: right;
	width: 380px;
	clear: both;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin-top: 10px;
}

#loginarea a{
	color: #0C78C9;
	text-decoration: underline;
}

#loginarea a:hover, #loginarea a:focus {
	background-color: #0C78C9;
	color: #ffffff;
	text-decoration: underline;
}
	
#loginarea label
	{
		width: 70px;
		padding-right: 5px;
		text-align: right;

	}
#loginarea input
	{
		font-size: 11px;

	}
	
.ergebnis
	{
		padding: 3px;
	}
	
.rating
	{
		float: left;
		padding: 4px;
		padding-left: 0px;
	}
	
.distance{
		float: right;
	}
	

/*
.line1 {
	border-bottom: 2px solid black;
}

.line1:hover {
	background-color: #A2D5FA;
	border-bottom: 2px solid black;
} */

.kommentar {
	border-top: 	1px solid #d2d2d2;
	border-bottom:	1px solid #d2d2d2;
	padding-top: 2px;
	margin-top: 2px;
	padding-bottom: 2px;
	margin-bottom: 2px;
	overflow: auto;
}

#foot {
	text-align: center;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	padding: 5px;
	background-color: #F2F2F2;
	background-image: url(../img/footer.png);
	padding-bottom: 5px;
	padding-top: 8px;
	background-repeat: no-repeat;
}

#foot a {
	color: #000000;
	text-decoration: none;
}

select.vote {
	float: none;
	display:inline;
}

#dyk
{
	background-color:#fcf8a5;
	border: 1px solid #ffde06;
	padding: 2px;
	margin-bottom: 10px;
}

#dyk h3
{

	margin:0px;
}

.infobox
{
	background-color:#fcf8a5;
	border: 1px solid #ffde06;
	margin-bottom: 5px;
	padding: 2px;
	width: 99%;
}
.max
{
	width: 99%;
}

.infobox h3
{
	margin:0px;
}

.box
{
	margin: 0px;
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: 1px dotted #ffde06;
}



#explaintable
{
	background-color: black;
}

#explaintable tr
{
	background-color: white;
}

#scoretable1
{
	background-color: black;
}

#scoretable1 tr
{
	background-color: white;
}

#scoretable2
{
	background-color: black;
}

#scoretable2 tr
{
	background-color: white;
}

#glossartable tr:hover
	{
		background-color: #A2D5FA;
	}

#ergebnisse
	{
		color:black;
	}

#content #ergebnisse a {
	padding: 3px;
	text-decoration:none;
	color: #444444;
	border-bottom: 2px solid black;
	display:block;
	
}

#content #ergebnisse a:hover, #content #ergebnisse a:focus {
	padding: 3px;
	background-color: #0C78C9;
	border-bottom: 2px solid black;
	color: white;
	display:block;
	text-decoration:none;
}

#regbalken {
	display: block;
	margin-bottom: 5px;
	background-color: #FFFFE1;
	border-bottom: 2px outset #726d67;
	padding: 3px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}

#regbalken a {
	text-decoration: underline;
	color: blue;
}

#regbalken a:hover {
	text-decoration: none;
	color: blue;
}
