/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	}
	
body {
	line-height: 1;
	}
	
h1, h2, h3, h4, h5, h6 {
	clear: left;
	font-weight: normal;
	}
	
ol, ul {
	list-style: none;
	}
	
blockquote {
	quotes: none;
	}
	
del {
	text-decoration: line-through;
	}
	
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
	}
	
a img {
	border: none;
	}

/*-------------------------------------------------------------- */
body {
	background: #35161E;
	font-size:small;
	line-height:1.3em;
	font-family: Verdana, Tahoma, arial, sans-serif;
	color: #f6f6f6; 
	text-align: center;
	margin: 15px 0;
}

/* links */
a, a:visited {	
	color: #f6f6f6;
	background: inherit;
	text-decoration: none;
}
a:hover {
	color: #f6f6f6;
	background: inherit;
	text-decoration: underline;
}

a.email {
	text-decoration:underline;
}

p.speisekarte {
	margin: 10px 0 0 0px;
	line-height:2em;
	border:1px solid #fff;
	background-color: #d97f30;
	color: #000;
	text-align:center;
}


/* headers */
h1, h2, h3 {
	font-family: 'Rock Salt', cursive;
	font-weight: Bold; 		
}
h1 {
	font-size: 190%;	
	font-weight: normal;
	color: #555;
}
h2 {
	font-size: 130%;
	text-transform: uppercase;
	color: #fff;
}

h2.error {
	color: #F00;
}

h3 {
	font-size: 130%;	
}

h1, h2, h3, p {
	padding: 10px;		
	margin: 0;
}

#main h3 {
	padding-bottom: 0px;		
}

ul, ol {
	margin: 5px 20px;
	padding: 0 20px;
}
ul {
	list-style: none;
}

ul.links  {
	list-style:outside;
	margin: 20px 0 0 40px;
		
}



ul.links li {
	line-height:22px;

}

.clearLeft {
	 clear:left;
	}



/* images */
img {
	background: #FAFAFA;
   border: 1px solid #DCDCDC;
	padding: 5px;
}
img.float-right {
  	margin: 5px 0px 10px 10px;  
}
img.float-left {
  	margin: 5px 10px 10px 0px;
}

.galerie img {
	margin-right:30px;
	margin-top:15px;
}

blockquote {
	margin: 10px;
 	padding: 0 0 0 25px;  
   background: url(../img/post.jpg);
	border: 1px solid #E0DBC9;
	font: bold 1.3em/1.5em 'Trebuchet MS', Tahoma, Sans-serif;
	color: #A89A6A;
}


/*-----------------------------------------------------------------------------------*/
/* form elements
/*-----------------------------------------------------------------------------------*/
form#contactform {
	margin:30px 0 0 20px;
	}

input, textarea, select {
	background-color: #fff;
    border-style: solid;
    border-width: 1px;
    font-size: 14px;
    margin-bottom: 10px;
    padding: 5px;
}

input[type=reset],
input[type=submit] {
	background-color: #938875;
    border: 1px solid #313435;
    color: #ffffff;
    margin-top: 10px;
    padding: 5px 15px;
    text-align: center;
    width: auto;
}

input:focus,
textarea:focus,
select:focus {
	border: 1px solid #000;
}

label {
    color: #5A5D5D;
    display: block;
    text-transform: uppercase;
	display: block;
	font-size:90%;
	color: #fff;
	padding: 3px;
	margin:0;
}

	label.error {
		background-color: #872300;
		border: 1px solid #872300;
		padding: 5px;
		margin-top: -10px;
		width: 100%;
		color: #fff;
		text-transform: none;
	}

	form textarea,
	form input {
		font-size: 18px;
		padding: 5px;
		margin-bottom: 10px;
		background-color:#fff;
		border-color:#666;
		border-style:solid;
	}

		form textarea:focus,
		form input:focus {
			border: 1px solid #000;
		}

	form textarea {
		height: 165px;
	}

	form input.submit {
		margin-top: 10px;
		padding: 5px 15px;
		background-color:#fff;
		border:1px solid #313435;
		color: #000;
		text-align: center;
	}

	/* form specific stylings: contact page, blog comment form */
	#contactform textarea,
	#contactform input,
	#postform textarea,
	#postform input {
		width: 80%;
	}

	#postform input.submit,
	#contactform input.submit {
		width: auto;
	}

	#contactform label:after {
		content: ":";
	}

.error-message, .success-message {
	margin-left:30px;
	line-height:18px;
}
/*-----------------------------------------------------------------------------------*/
/* newsletterform
/*-----------------------------------------------------------------------------------*/
#newsletterform fieldset {
	position: relative;
	padding-top:6px;
	padding-left:6px;
}

	#newsletterform input {
		font-size:12px;
		margin:0;
		padding: 5px 15px;
		font-weight:bold;
	}

		#newsletterform input:focus {
			border-color: #7f7565 #bbb9a4 #bbb9a4 #7f7565;
		}

	#newsletterform label.error {
		position: absolute;
		top:12px;
		background: none;
		color: #f00;
		border:0;
	}

	#newsletterform label.error:after {
		content: "";
	}
	
	.mittagstisch {
		margin: 20px 0 0 20px;
		padding:8px;
		border:1px solid #fff;
		background-color: #d97f30;
		color: #000;
	}

/*-----------------------------------------------------------------------------------*/
/* Speiseplan
/*-----------------------------------------------------------------------------------*/

form#plan  {
	margin:20px 0 20px 0;
	padding:10px;
	background-color:#f1f1f1;
	border: 1px solid #666;
	width:100%;
	font-size:90%;
	}
	
	form#plan fieldset {
	margin-bottom: 8px;
	border:1px solid #666;
	background-color:#fff;
	padding-left:5px;
	color:#000;
}

form#plan legend {
	color:#000;
	font-weight:bold;
}


form#plan label {
	
	font-weight:normal;
	display:block;
	float:left;
	text-align:left; 
	padding-right:10px;
	width:70px;
	color:#000;
	}
	
form#plan #submit { 
	background-color:#666;
	margin:10px 0 0 80px;
	color:#fff; 
	}
	

	
form#plan h2 {
	padding-left:25px;
	color:#AC1221;
	}

form#plan br {
	clear:left;
	}
	
form#plan .grid {
	float: left;
	width: 80px;
	}

form#plan input, form#plan textarea {
	border: 1px solid #666;
	font-size:110%;
	}

form#plan textarea {
	height:45px;
	width:600px;
	}
	
form#plan .preis {
	width:80px;
	vertical-align:top;
	}

/************************ #table menu ****************************/

table	{
	width: 600px;
	margin: 10px 0px 10px 10px;
	background-color: #35161E;
	text-align:left;
	color:#fff;
	}

table tr {
	border-bottom:1px dotted #D97F30;
	}

table td {
	padding: 15px 5px;
	}
	
table .menu, table .content, table .price {
	vertical-align:top;
	}

table .menu {
	font-weight:bold;
	width:90px;
	}

table .content {
	width:400px;
	}

table .price {
	text-align:right;
	width:70px;
	}

table .menu, table .content {
	padding-right:10px;
	}
	





/********************************************
   LAYOUT
********************************************/ 
#wrap {
	position: relative;
	width: 820px;
	margin: 0 auto;
	text-align: left;

}
#top-bg {
   position: absolute;
	width: 820px;
	height: 19px;
	top: 0; left: 0;
	z-index: 2;	
}
#content-wrap {
	position: relative;
	clear: both;
	float: left;	
	width: 820px;	
	padding: 0;

	display: inline;
}
#header {
	width: 820px;
	position: relative;
	height: 100px;
	padding: 0;	
	color: #f6f6f6;
}

#header h1#logo-text a {
	position: absolute;
	margin: 0; padding: 0;
	font: bold 42px  'Rock Salt', cursive;
	letter-spacing: -1px;
	text-transform: none;
	text-decoration: none;
	
	/* change the values of top and left to adjust the position of the logo*/
	top: 0px; left: 16px;	
}
#header h1#logo-text span {
	font-size:60%;
}
#header p#slogan {
	position: absolute;
	margin: 0; padding: 0;
	font: normal 11px 'Rock Salt', cursive;
	text-transform: none;
	
	/* change the values of top and left to adjust the position of the slogan*/
	top: 65px; left: 55px;		
}

/* header links */
#header-links {

	position: absolute;
	top: 100px; right: 0px;	
	color: #838181;
	font-size: 10px;
}
#header-links a {	
	color: #838181;
	text-decoration: none;	
}

 #header-links img {	
	margin-right: 15px;
	border:1px solid #f6f6f6;
	padding:0;
}
#header-links a:hover {
	color: #444;		
}

/* header-photo */
#header-photo {
	clear: both;
	height: 330px;
	width: 820px;
	margin: 0 auto;
	background: #f6f6f6 url(../img/head_05.jpg) no-repeat center center;
	border-left:1px solid #dfdfdf;
	border-right:1px solid #dfdfdf;
}

#index #header-photo {
	background: #FFF url(../img/head_05.jpg) no-repeat center center;
}

#tapas #header-photo {
	background: #FFF url(../img/head_09.jpg) no-repeat center center;
}

#mexikanische-kueche #header-photo {
	background: #FFF url(../img/head_08.jpg) no-repeat center center;
}

#mittagstisch #header-photo {
	background: #FFF url(../img/head_07.jpg) no-repeat center center;
}


/* Navigation */
.nav {
	clear: both;	
	padding: 0;	

}
.nav ul {
	float: left;
	list-style: none;
	width: 760px;	
	height:36px;
	margin: 0;
	padding: 0 10px 10px 2px;	
	display: inline;
}
.nav ul li {
	display: inline;
	margin: 0;
	padding: 0;
}
.nav ul li a {
	display: block;
	float: left;
	width: auto;
	margin: 0;
	padding: 0 20px;
	border-bottom: none;
	font: normal 16px/2.5em 'Rock Salt', cursive;
	font-weight:bold;
	text-decoration: none;	
	letter-spacing: 1px;
}

.nav ul.small {
	background-color:#fff;
	width: 802px;
	height:12px;
	padding-left:10px;

}

.nav ul.small li a {
	margin-top:8px;
	font: normal 12px/1.5em 'Rock Salt', cursive;
	color:#333;
}

.nav ul li a:hover {
	color:#D97F30;
}

.nav ul.small li a:hover {
	text-decoration:underline;
		color:#333;

}
#index #nav1 a,
#tapas #nav2 a,
#mexikanische-kueche #nav3 a,
#mittagstisch #nav4 a{	
	color:#D97F30;
}

#reservierung #navb1 a,
#kontakt #navb2 a,
#links #navb3 a,
#galerie #navb4 a{	
	text-decoration:underline;
}

/* Main Column */
#main {
	float: left;
	width: 75%;
	padding: 20px 0 0 0; margin: 0 0 20px 0;
	display: inline;
}

#plan #main {
	width: 800px;
}


#main a {
	text-decoration:underline;			
}

#main h2 {
	text-transform: none;
	padding: 10px 3px 0px 10px; 			

}

#main ul li {
	list-style-image: url(../img/bullet.gif);
	padding-bottom:4px;
}

/* Sidebar */	
#sidebar {
	float: right;
	width: 23.5%;
	padding: 20px 0px 20px 0;
	margin: 0;
	text-align:right;
}	
#sidebar h3 {
	padding: 0px 10px 0px 5px; 
	font: bold 1.4em 'Rock Salt', cursive;
}

#sidebar p {
	padding: 0 10px 6px 0;
}

#plan #sidebar {
	display:none;
}

/* footer */
#footer-wrap {
	clear: both;
	width: 820px;
	font-size: 95%;	
	text-align: left;
	padding: 5px 0;
	border-top: 1px solid #fff;
	}

#footer-wrap a {
	text-decoration: none;
	font-weight: bold;
}
#footer-wrap a:hover {
	color: #fff;	
}
#footer-wrap p {
	padding:0px 0;
}
#footer-wrap h3 {
	color: #666666;
	margin: 0;
	padding: 0 10px; 
	text-transform: uppercase;
}

#footer-wrap ul.menu {
	margin:0px 0px 5px 0px;
	}
	
#footer-wrap ul.menu li {
	display:inline;
	font-size:11px;
	padding:0;
	margin:0;
	padding-right:8px;
	border-right:1px solid #cccccc;
	margin-right:8px;
	}

#footer-wrap ul.menu li.last {
	border-right:none;
	}
/* bottom */
#footer-bottom {
	clear: both;
	margin: 0 auto; 
	width: 820px;
	padding: 10px 0;
	text-align: center;
}

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* display and additional classes */
.clear { clear: both; }



