/*
	CSS Document: css_modules.css
	Version: 1.0 | Date: 2006-07-03
	Project: www.panoramarestaurant.at
	Author: websLINE, 2006
	-------
*/


/* TEXT ABSAeTZe */

#absatz-bildlinks img {
	margin: 0 8px 0 0;
	}
#absatz-bildrechts img {
	margin: 0 0 0 8px;
	}
#nofloat {
	display: table;
	margin-bottom: 20px;
	}
* html #nofloat {
	display: inline-block;
	}



/* GÄSTEBUCH */

#guestbook textarea {
	width: 248px;
	}


/* ROUTENPLANER */

#routenplaner input, #routenplaner select {
	font-size: 10px;
	}
#routenplaner input.street {
	width: 150px;
	}
#routenplaner input.zip {
	width: 35px;
	}
#routenplaner input.city {
	width: 105px;
	}
#routenplaner select.country {
	width: 156px;
	}


/* ABSATZ TEXT MENÜ */

#text-menue {
	background: #F0DCDC;
	text-align: center;
	padding: 10px;
	line-height: 20px;
	}
#text-menue h5 {
	margin: 0 0 15px 0;
	}


/* TABELLEN FORMATIERUNG */

.table {
	width: 500px;
	border: 0px;
	}
.table td {
	border-bottom: 2px dashed #EFEAE6;
	border-right: 2px dashed #EFEAE6;
	padding: 5px;
	}

.table-title {
	font-weight: bold;
	line-height: 18px;
	color: #8F1821;
	}

.table-leer {
	padding-right: 5px;
	text-align: right;
	}

.table-line1 {
	padding: 5px;
	background-color: #EEDEDF;
	}

.table-line2 {
	padding: 5px;
	background-color: #F8EBEC;
	}


/* TABELLEN FORMATIERUNG - MENUE */

table#menue {
	width: 97%;
	border: 0;
	margin: 0 0 0 auto;
	}
table#menue td {
	padding: 2px;
	}
table#menue td.data {
	vertical-align: top;
/*	border-bottom: 1px dashed #999;*/
	}
table#menue td.price {
	width: 60px;
	vertical-align: bottom;
	font-weight: bold;
	text-align: right;
/*	border-bottom: 1px dashed #999;*/
	}
table#menue td.space {
	height: 20px;
	}



/* GHOST LAYER */

#ghost {	
	position: absolute;
	width: 310px;
	left: -300px;
	text-align: right;
	z-index: 99;
	}
#ghost p, #ghost h1, #ghost h2, #ghost h3, #ghost h4, #ghost h5 {
	padding-right: 10px;
	}


/* ROUTENPLANER */

.routenplaner-start {
	background-color: #EFEAE6;
	}
.routenplaner-ziel {
	background-color: #F3EFEC;
	}



/* CONTENT FUNCTIONS */

#content-functions {
	display: block;
	width: 100%;
	text-align: right;
	}
#content-functions img {
	margin-left: 5px;
	}



/* MORE LAYER */

.morelayer {
	display: none;
	background: #FEF2D9;
	padding: 10px;
	margin-top: 1px;
	}
.morelayer a {
	float: right;
	}
.morelayer h2, .morelayer p {
	font-size: 10px;
	margin: 0;
	padding: 0;
	}


/* LANGUAGES */

#lang {
	position: absolute;
	top: 5px;
	padding: 0 0 0 20px;
	}

.de, .en {
	text-decoration: none;
	color: #8B98AB;
	padding: 0px 0px 0px 18px;
	background: 0px 1px no-repeat;
	}
.de {
	background: url(img_flag-germany.gif) no-repeat left center;
	}
.en {
	background: url(img_flag-greatbritain.gif) no-repeat left center;
	}    