/*color: #CC0100; rot*/
/*color: #666666; grau*/

/*--------*/
/* Layout */
/*--------*/

/* gesamte Seite */
body {
	
	margin: 0;
	font-size: 62.5%;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	background:url("../images/hintergrund.png");
	background-color: #2a1c06;
}	

/* Etikett inkl. Glasflasche ohne Communityleiste */ 
#contentpage {
	margin-top: 0px;
	margin-bottom: 20px; 
	margin-left: 20px;
	margin-right: 20px;
}

/* Etikett */
#contentframe {
	width: 1000px;
	margin: 0px auto; /*auto=gesamte Page in Mitte Browserfenster*/
	background: url("../images/etikettenhintergrund.png") repeat-y;
	height:100%; /*ansonste würde bei ie6 Rahmen durch Seite gehen (direkt unterhalb inhaltsende)*/
}	

#kopf {
	height: 160px;
	width:800px;
}

#mitte {
	/* mitte = 1000 - 2 * 80 = 840px */
	margin-top: -100px; /*damit Überschrift nicht unterhalb von Flaschenöffner anfängt*/
	margin-bottom: 20px;
	margin-left: 80px;
	margin-right: 80px;
	background-color:#FFFFFF;
	line-height: 1.5;
	font-size: 1.3em;
}





/*------------*/
/* Navigation */
/*------------*/

#navigation {
	background: url("../images/navigation_link.png");
	/*width:928px;*/
	margin-left: 36px;
	margin-right: 36px;
	height: 34px; /* 36px Bildhöhe - 2px Border*/
}


ul#hauptnavigation {
	margin: 0; /*oben und unten abstand weg*/
	padding: 0; /*keine einrückung durch aufzählunsgzeichen*/
	list-style: none;
	float: left;
	font-size: 1.6em;
}


#hauptnavigation li {
	display: inline;
}


#hauptnavigation a:link, #hauptnavigation a:visited {
	color: #E1E1E1;
	padding-left: 1em;
	padding-right: 1em;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	text-decoration: none;
	background: url("../images/navigation_link.png");
	float: left; /*sonst Link oben*/
	border-right: 1px solid white;
}

#hauptnavigation li a.akt {
	font-weight: bold;
}


#hauptnavigation a:hover {
	color: #FFFFFF;
	background: url("../images/navigation_hover.png");
}


#hauptnavigation a.icon {
	padding:0.31em;
}

#hauptnavigation a.iconErstes {
	padding-left:0.75em; 
	border-right:0
}

#hauptnavigation a.iconMitte {
	border-right:0;
}

#hauptnavigation a.iconLetztes {
	padding-right:0.75em;
}

#hauptnavigation a:hover.icon {
	background: url("../images/navigation_link.png");
}


/*------------*/
/* Kiosksuche */
/*------------*/

#suche {
	
}

#suche form {
	/*display: inline;*/
	float: right;
	padding: 0.4em 1em 0.4em 1em;
	color: #FFFFFF;
	font-size: 1.4em;
}

#suche div {
	position:absolute;
	width:250px;
	background-color:white;
	border:1px solid black;
	z-index: 1;
	color: black;
	font-size: 0.8em;
}

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

#suche li.selected {
	background-color: #CC0100;
	color: white;
}

#suche li {
	margin:0;
	padding:2px;
}





/*------*/
/* Fuss */
/*------*/

#fuss {
	width: 1000px;
	height: 125px;
	background: url("../images/fuss.png");
	text-align: center;
	margin-top: 50px; /*damit kronkorken unten links in frame passt*/
	
	
	position: relative;
}

div#subnavigation {
	/*margin-left: 350px; /*250*/
	/*margin-right: 350px; /*250*/
	padding-top: 50px;
	font-size: 1.4em;
	/*position: relative; /*damit subnavigation durch kronkorken nicht nach unten geschoben wird*/
	/*top:-140px;*/
}

#subnavigation ul {
	list-style: none;
	margin: 0; /*oben und unten abstand weg*/
	padding: 0; /*keine einrückung durch aufzählunsgzeichen*/
}

#subnavigation li {
	display: inline;
	height:1px;
}

#subnavigation a:link, #subnavigation a:visited {
	color: #CC0100;
	padding: 0.4em 1.5em 0.4em 1.5em;
	text-decoration: none;
}

#fuss a.akt {
	font-weight: bold;
}

#fuss a:hover {
	text-decoration: underline;
}





/*-----------------*/
/* Communityleiste */
/*-----------------*/

#communityleiste {
	position: fixed; 
	bottom:0px; 
	width:100%;
	height:40px; 
	background-color: #990000;
	border-top: 1px solid #CC0000;
	/*margin-left: -20px;*/

}


ul#communityleiste {
	margin: 0; /*oben und unten abstand weg*/
	padding: 0; /*keine einrückung durch aufzählunsgzeichen*/
	list-style: none;
	float: left;
	/*font-size: 1.6em;*/
	background-color: green;
	width:100%;
	

}

	
#communityleiste li {
	display: inline;
	/*margin-left: -20px;*/
	float: left;
}

#communityleiste a:link, #communityleiste a:visited {
	color: #E1E1E1;
	padding-left: 1em;
	padding-right: 1em;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	text-decoration: none;
	/*border-right: 1px solid white;*/
}

#communityleiste li a.akt {
	font-weight: bold; 
}

#communityleiste a:hover {
/*	color: #FFFFFF;*/
	/*background: url("../images/navigation_hover.png");*/
}





/*------*/
/* Icons */
/*------*/

#appstore {
	position: relative;
	left: 70px;
	top: 50px;
	width: 172px;
	height: 60px;
	float: left;
	
}

#flaschenoeffner {
	position: relative;
	right: 45px;
	top: 10px;
	width: 160px;
	height: 116px;
	float:right;
	
}

#barcode {
	position: absolute;
	left: 0px;
	top: -170px;
	width: 40px;
	height: 150px;
}

#mindestenshaltbar {
	color: #FFFFFF;
	position: absolute;
	top:101px;
	left:150px;
}

#mindestenshaltbar span.datum {
	font-size: 11px;
	font-family: 'Courier New', Courier;
	font-weight: bold;
	color: #FFFFFF;
	margin-left: 5px;
}

#kronkorken {
	position: relative;
	left: 100px;
	top: -15px;
	width: 70px;
	height: 79px;
}





/*-----------*/
/* Allgemein */
/*-----------*/

img {
	border: 0;
}

table, tr, td {
	padding:0px;
	margin:0px;
	/*font-size: 1.1em;*/
}

h1, h2, h3 {
	/*font-family: 'Times New Roman', Times, serif;*/
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-weight: normal;
	color: #CC0100;
}

h1 {
	font-size: 1.4em;
	text-align: center;
}

h2 {
	font-size: 1.2em;
	text-align: left;
}

h3 {
    font-size: 1.1em;
}	

p {
	/*font-size: 1.3em;*/
}

form {
	margin:0px;
	padding:0px;
}

a:link, a:visited {
	color: #CC0100;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}


/*-----------*/
/* Formulare */
/*-----------*/

/*alle Formulare*/
form.mitte {
	margin-left: 150px;
}

/*alle Eingabefelder in Mitte, also ohne Kiosksuche*/
form.mitte input, form.mitte select, form.mitte textarea {
	width: 300px;
}

/*um farbige Symbole in Aufwahlliste für Firefox anzeigen lassen*/
form.mitte .SelectIcon option {
	background-repeat:no-repeat;
	padding-left:22px;
}

/*alle linken tds, also die lables mit Rand nach rechts zum Formularfeld*/
form.mitte tr > td {
	padding-right:10px;
}

/*zwischen jeder Formularzeile ein bisschen Platz. In tr hat's nicht geklappt*/
form.mitte tr td {
	padding-bottom: 5px;
}

p.benutzereintrag {
	border: 1px solid #DDDDDD;
	background: #EEEEEE;
	padding: 0.5em;
}

.begrenzung {
	margin-left: 220px;
	/*margin-right: 80px;*/
	margin-top: 0px;
	margin-bottom: 10px;
}

.begrenzungAktuelles {
	margin-left: 220px;
}


/*-----------*/
/* Aktuelles */
/*-----------*/

h1.aktuelles {
	text-align: center;
}	


p.datum {
	/*font-size: 1.3em;*/
	text-align: center;
	margin-top: -12px;
}

.datum {
	color: #666666;
}

p.aktuelles {
    margin-top:-10px;
}

ul.letzte_aenderungen, ul.fragen {
	/*font-size: 1.3em;*/
	padding-left: 15px;
}

h3.letzte_aenderungen {
    margin-top:20px;
    margin-bottom:-10px;
}

ul.letzte_aenderungen {
    font-size: 0.9em;
}


div#news {
    width:490px;
    float:left;
}

div#community {
    width:300px;
    margin-left: 50px;
    float:right;
}



/*------------*/
/* Kioskliste */
/*------------*/

h3.kioskliste {
	padding-left: 10px;
}

table.kioskliste {
	margin-left: 10px;
	/*width: 800px;*/
	/*margin-left:20px;*/
}

table.kioskliste th {
	text-align: left;
	font-weight: bolder;
}

div#kioskdetailsLinks {
	width: 380px;
}

div#kioskdetailsRechts {
	width: 380px;
}





/*---------------*/
/* Stadtplan     */
/*---------------*/

#map_canvas {
	width:800px; /* bisschen kleiner weil sonst probleme mit ie6 */
	height:600px;
	border:1px solid black;
	margin-left: 0px;
}

#wegbeschreibung {
	width: 600px;
	margin-left: 100px;
}	

#alarm {
	position:absolute;
	top:50%;
	left:0;
	width:100%;
	text-align:center;
	display:none;
}

#alarm p {
	width:180px;
	margin:0 auto 0 auto;
	padding:10px;
	background:white;
	border:1px solid black;
}

body.lade #alarm { display:block; }

#toolbar {
	position:absolute;
	top:20px;
	left:60px;
	width:400px;
	padding:5px;
	background:white;
	border:1px solid black;
}

.googlepopup {
	font-size: 0.9em;
}





/*--------------*/
/* Kioskdetails */
/*--------------*/

h2.kioskdetails {
	margin-top: 30px;
}

td.kioskdetailsOeffnungszeitenTag {
	width: 40px;
}

td.kioskdetailsOeffnungszeitenZeit {
	width:200px;
}

td.kioskdetailsPreiseSorte {
	width:210px;
}

td.kioskdetailsPreisePreis {
	width:50px;
	text-align: right;
}

div.




/*-------*/
/* Hilfe */
/*-------*/

h2.hilfe {
	margin-top: 30px;
}

table.legende {
	margin-top:20px;
}

table.legende td {
	padding: 5px;
}

table.legende td.randrechts {
	border-right: 1px solid #666666;
}

table.legende td.randunten {
	border-bottom: 1px solid #666666;
}

table.legende td.mitte {
	text-align: center;
}	

