/* ****************************************** */
/* Orangefluid GbR		         			  */
/* www.orangefluid.com       				  */
/* ****************************************** */


/* ****************************************** */
/* Global settings for Restaurant Alte Schule */
/* ****************************************** */

/* Global settings */
* {
	margin:0;
	padding:0;
	text-align:left;	
}

/* Layout sizes */
html, body {
	min-height:520px;
	height:100%;
}

/* Main body style */
body {
	background-color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 100.01%;
	background: #000000 url(Images/background.jpg) 50% 50% no-repeat;
	text-align:center; /* horizontal centering for older IE / Quirks Mode */
}

/* ****************************************** */
/* Layout container settings                  */
/* ****************************************** */

/* Distance container for setting min-height */
#distance { 
	height: 50%;
	width: 1px;		
	margin-bottom: -260px;
	float: left;
}

/* Main container */
#main {
	margin:0 auto;
	position: relative;
	left: -15px;
	height: 520px;
	width: 710px;
	clear: left;
}

/* Wine container */
.wine {
	font-family: Verdana, Times New Roman, Arial, Helvetica, sans-serif;
	font-size: 11px;
	top: 0;
	left: 0;
	padding-top: 15px;
	position: absolute;
	text-align: right;
	display: none;
	height: 520px;
	width: 710px;
	background: #000000 url(Images/background_weinkarte.jpg) 0 0 no-repeat;
	z-index: 50;
}

#winetext {
	font-family: Verdana, Times New Roman, Arial, Helvetica, sans-serif;
	font-size: 11px;
	position: absolute;
	left: 170px;
	top: 50px;
	height: 360px;
	width: 525px;
	z-index: 60;
	overflow: auto;
}

td.right {
	text-align: right;
	height: 20px;
}


/* Menu container */
.menu {
	font-family: Verdana, Times New Roman, Arial, Helvetica, sans-serif;
	font-size: 11px;
	left: 0;
	top: 0;
	padding-top: 15px;
	position: absolute;
	text-align: right;
	height: 520px;
	width: 710px;
	background: #000000 url(Images/background_menu.jpg) 0 0 no-repeat;
	z-index: 51;
}

#menutext {
	font-family: Verdana, Times New Roman, Arial, Helvetica, sans-serif;
	font-size: 11px;
	position: absolute;
	left: 220px;
	top: 50px;
	height: 360px;
	width: 475px;
	z-index: 60;
	overflow: auto;
	line-height: 16px;
}

#impressum {
	position: absolute;
	left: 622px;
	top: 435px;
	height: 29px;
	width: 88px;
	z-index: 60;
}

h1 {
	font-family: Verdana, Times New Roman, Arial, Helvetica, sans-serif;
	font-size: 14px;
}

h2 {
	font-family: Verdana, Times New Roman, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/* Before Content container */
#beforecontent {
	position: relative;
	height: 30px;
	width: 442px;
	float:left;
}

/* Content container */
#content {
	position: relative;
	height: 425px;
	width: 442px;
	margin-right: 8px;
	float:left;
}

/* Content container */
#right {
	margin-top: -30px;
	height: 500px;
	width: 260px;
	float:left;
	font-size: 0.8em;
}

/* ****************************************** */
/* Style settings links                       */
/* ****************************************** */

/* Link colors global */
a:link, a:visited {
	color: #cccccc;
	text-decoration: underline;
}

a:active, a:hover {
	color: #e1d4b7;
	text-decoration: none;
}

p {
	font-size: 1em;
}

.smallfont p, .smallfont table {
	font-size: 0.8em;
	line-height: 1.5em;	
}


/* ****************************************** */
/* Style settings forms                       */
/* ****************************************** */

/* No border for fieldsets */
fieldset {
	border: 0;	
	float: left;
	display: inline;
	margin-top: 10px;
}

/* Label styles  */
label {
	font-size: 11px;
	display: block;
	margin-bottom: 6px;
	margin-top: 1px;
	width: 70px;
	height: 15px;
	float: left;	
	cursor: pointer;	
}


/* Input fields styles  */
input, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	width: 130px;
	padding: 2px 0 2px 3px;	
	float: left;	
	border: 1px solid #000000;	
	background-color: #ffffff;
}

* html input, textarea {
	height: 21px;
	he\ight: 15px;
}


/* Input fields styles active */
input:focus, textarea:focus {	
	color: #000000;
	background-color: #d9c89d;	
	border: 1px solid #000000;		
}

/* Special width for checkbox */
input.check {
	width: auto;
	height: auto;
	margin-right: 8px;
	margin-top: 2px;
	background-color: #000000;
}

	*:first-child+html input.check  {margin-top: -1px;background-color: #000000;}
	* html input.check  {margin-top: 0px;background-color: #000000; }

/* Textarea special style */
textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 2px 0 0 3px;
	width: 350px;
	height: 54px;
	margin-bottom: 5px;		
}

/* Button special style */
input.button {
	clear: both;
	font-size: 11px;
	font-weight: bold;
	width: 200px;
	height: 23px;
	margin-top: 5px;
	color: #000000;
	background-color: #d9c89d;
	border: 1px solid #000000;
	text-align: center;
	padding: 0px 0 2px 0px;	
	margin-left: 100px;
}	
	* html input.button {padding: 2px 0 2px 0px;}

input.button:hover {
	color: #000000;
	background-color: #ffffff;
	cursor: pointer;

}	

br.clear {
	clear: both;
}

