/*
Theme: Brauereigasthof Egerer 2010 ver. 2.0
Description: Stylesheet for Brauereigasthof Egerer Website.
Author: Dipl.-Ing. Dimitri Papadopoulos
Author URI: http://www.die-digitalexperten.de/  
*/
html {
	padding:0;
	margin:0;
}
body {
	padding:0; /*remove padding */
	margin:0; /* remove margins */
	border:0; /* remove borders */
	color: #000000;
	font: 90%/1.5 Arial, Helvetica, sans-serif;
	text-align: center;
	background: transparent url("images/bgtile.jpg") repeat top left;
}
#wrapper {
	vertical-align: middle;	
	margin: 0px auto;
	padding: 0px;
	width: 800px;
	/*background: transparent url("images/containerbg.gif") repeat-y top center;*/
}
#container { 	
	text-align: left;
	vertical-align: middle;	
	margin: 0px auto;
	padding: 0px;
	width: 750px;
	min-height: 750px;
	border: 1px solid #fff;
	background-color: #fff;
}
#pageHeader {
 	width: 750px;
	margin: 0 0 0 0; 
	padding: 0 0 0 0;
	background: #264a89 url("images/logo.gif") top left no-repeat;
}
*html #pageHeader {
	padding: 0 0 0 0;
}
#nav-first {
	display: block;
	width: 750px;
	margin: 0 0 0 0;
	padding: 0 0 6px 0;
	text-align: center;
	background-color: #d42f22;
}
.menu {
	display:table;
	padding:0 0 0 0; 
	margin: 0 0 0 0;
	list-style-type:none;
	white-space:nowrap;
	font-weight: bold;
}
.menu li {
	display:table-cell;
	float: left;
}
.menu a, .menu a:visited {
	display: block;
	padding: 4px 9px 0 9px;
	color: #fff; 
	font-size: 11pt;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration:none;
}
.menu a:hover, .menu a.selected a, .menu a.selected:link, .menu a.selected:visited {
	color:#000; 
}
#mainText {
	margin: 8px 0 0 15px;
	padding: 0;
	width: 720px;
}
#footer {
	clear: both;
	margin: 0 10px 0 20px;
	padding: 3px 25px 12px 0;
	font-size:0.8em;
	letter-spacing: 1px;
	text-align: right;
	color: #9C9B9B;
	background-color: #264a89;
}
#footer p {
	margin: 0;
}
#footer a,#footer a:link,#footer a:hover {
	text-decoration:none;
} 
#footer a:link {
	color:#9C9B9B;
} 
#footer a:visited {
	color:#9C9B9B;
} 
#footer a:hover,#footer a:active {
	color: #ccc;
}
h1, h2, h3, h4, h5, h6 {
	/*letter-spacing: -1px;*/
	font-family: arial,verdana,sans-serif;
	margin: 10px 0 .3em;
	color:#000000;
	padding-bottom: .1em;
}
h1 {
	font-size: 176%;
	margin-top:.6em;
}
h2 {
	font-size: 156%;
}
h3 {
	font-size: 136%;
}
h4 {
	font-size: 116%;
}
h5 {
	font-size: 96%;
}
h6 {
	font-size: 96%;
}
#navPlaner {
	float: right;
}
.textInfo {
	font-size: 9px;
}
/** Arkeo CSS Start **/
#imgcontent {
	width: 750px;
	height: 303px;
	margin: 0 0 0 0;
	display: block;
/*	padding: 44px 0 0 0;*/
}
#rightBox {
	float: right;
}
#rightBox p {
	font-size: 8pt;
}
/** Arkeo CSS Ende **/
/** Arkeo Forms CSS Start **/
fieldset {
	padding: 8px 0 8px 0;
	background-color: transparent;
	width: 520px;
	margin-top: 10px;
	margin-left: 2px;
	border: 1px solid #D9D9D9;
	display: block;
	color: black;
}

fieldset legend {
	margin-bottom: 8px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: black;
}
fieldset p, #DataGrid1, #BasketGrid1, fieldset h1 {
	margin: 10px 10px 10px 10px;
}
fieldset a,fieldset a:link,fieldset a:hover {
	text-decoration: none;
} 
#btnSubmit {
	margin: 5px 0 0 250px;
}
#valSummary {
	padding:				4px;
	border:				2px ridge #ffcccc;
	width:				490px;
	margin:				10px;
	background-color:	#ffcccc;
	font-family: 		Verdana, Arial, Helvetica, sans-serif;
	font-size: 			8pt;
}
div.input {
	padding:	2px;
	clear: both;
}
div.inputbox {
	width: 425px;
	margin: 0 0 15px 130px;
	padding: 2px 0 0 10px;
	font-size: 0.5em;
	border: 1px outset #ffffff;
}
div.input label {
	display:				block;
	width:				140px;
	float:				left;
	padding-left:		16px;
}
div.options {
	padding:				4px 180px 20px 0;
	text-align:			right;
	margin-top:			8px;
}

div.options input {
	font-weight:		bold;
	border: 1px outset #F5F5F5;
	background-color: #94BFE5;
	color: #000000;
}

ul {
	margin-top:			2px;
}

div.input input, div.input select, div.input textarea {
	border:				1px solid #7B9CBD;
}

div.input input.error, div.input textarea.error, div.input select.error {
	border:				2px solid red;
	background-color:	#ffcccc;
}

div.input label.error {
	color:				#ff0000;
	font-weight:		bold;
}

.error input {
	border: 2px solid red;
	background-color: #ffcccc;
}

div.input #btnSubmit {
	margin: 5px 0 0 200px;
}
/** Arkeo Forms CSS Ende **/
