@charset "ISO-8859-1";
/**
* Internetauftritt Schnell-Restaurant Antalya.
*
* @link http://www.antalya-emden.de
* @package antalya
* @version 2.1
*/


/**
* Globale Einstellungen und Bugfixes
*
* @section Browser-Reset
*/


/* Zurücksetzen der Innen- und Außenabstände */
* {
  margin: 0px;
  padding: 0px;
}


/**
* Schriftgröße kontrollieren
*/
body, td, th { font: normal 75%/167% Georgia, Palatino, "Times New Roman", serif; }

td, th { font-size: 100%; }


/* Farben und Hintergründe setzen */
html, body {
  color: #000000;
  background-color: white;
  overflow: auto;
}


/**
* Regeln für allgemeine Elemente
*
* @section Überschriften
*/
h1 {
  color: #9F0F00;
  background-color: transparent;
  font-size: 3em;
  line-height: 1.1em;
  margin: .2em 0px;
}
h2 {
  color: #3C6331;
  background-color: transparent;
  font-size: 1.5em;
  line-height: 1.1em;
  margin: .8em 0px;
  text-transform: uppercase;
}


/**
* @section Absätze
*/
p { margin: .8em 0px; }


/**
* @section Links und Anker
*/
a:link {
  color: #980c02;
  background-color: transparent;
}
a:visited {
  color: #6F6F6F;
  background-color: transparent;
}
a:hover, a:focus {
  color: #FF7700;
  background-color: transparent;
  overflow: hidden;
}
a:active {
  color: white;
  background-color: #980c02;
  overflow: hidden;
}


/**
* @section Bilder
*/
/* Rahmen verlinkter Bilder entfernen */
a img { border: 0px; }


/**
* Regeln für besondere Bereiche
*
* @section Kopfbereich
*/
#head {
  width: 950px;
  height: 230px;
  margin: auto;
  top: 0px;
  padding: 0px 0px 0px 0px;
  border: 0px solid red;
}
#banner { border: 0px; }
#nazar {
  width: 250px;
  right: 0px;
  margin: auto;
  left: 650px;
  position: absolute;
  border: 0px solid green;
  top: 0px;
}
#nazar h1 {
  text-align: right;
  margin: 0px 0px 0px 0px;
  padding: 0px;
  width: 100%;
  background-color: transparent;
}


/**
* @section Navigation
*/
#navi {
  width: 950px;
  background-color: #4799b9;
  margin: auto;
  border: 0px solid red;
}
#navi ul {
  background-color: #4799b9;
  width: 950px;
  margin:  0px auto 0px auto;
  padding: 0px 0px 0px 0px;
  border: none;
  text-align: center;
}
#navi ul li {
  display: inline;
  list-style: none;
  margin: 0px 8px 0px 2px;
  padding: 5px 0px 0px 5px;
  border-left: 1px solid black;
  font-size: 1.4em;
  font-weight: normal;
  font-variant: small-caps;
}
#navi ul strong {
  color: #C8DFF2;
  text-decoration: none;
}
#navi ul a {
  font-weight: normal;
  color: black;
  letter-spacing: 0.1em;
  text-decoration: none;
}
#navi ul a:visited {
  font-weight: normal;
  color: black;
  text-decoration: none;
}
#navi ul a:hover {
  font-weight: bold;
  color: black;
  text-decoration: none;
}
#navi ul a:focus {
  font-weight: bold;
  background-color: #4799b9;
  text-decoration: none;
}
#navi ul a:active {
  font-weight: bold;
  background-color: #4799b9;
  text-decoration: none;
}


/**
* @section Main
*/
#main {
  border: 0px solid yellow;
  margin: 0px auto 0px auto;
  height: 685px;
  width: 950px;
  background-color: transparent;
  display: block;
}


/**
* @section Speisekarte Menue
*/
#curved {
  height: 745px;
  width: 300px;
  border: 0px solid green;
  float: left;
  padding: 0px 0px 0px 0px;
  margin: -1px 0px 0px 0px;
  background: url(../images/sidebar_bg.jpg) top left repeat-x;

}
#menu {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  height: 740px;
  background: transparent;
  width: 290px;
  float: left;
  border: 6px solid #4799b9;
  border-top: 0px solid #4799b9;
  display: inline;
}
#menu li {
  list-style-type: none;
  background: transparent;
}
#menu li a {
  text-decoration: none;
  background: transparent;
  margin: 10px 0px 0px 10px;
  padding: 0px 0px 0px 0px;
  width: 282px; ;
  border-bottom: 2px dotted #DEBD7E;
  float: left;
}
#menu li a:hover {
  background: #f1f1f1;
  width: 280px;
}

#menu .h2 {
  margin: 0px 5px;
  padding: 0px;
  color: #9F0F00;
  border: 0px;
  font-variant: small-caps;
  letter-spacing: 1px;
  font-family: footlight mt light, sans-serif;
  font-size: 1.4em;
}
#menu .h3 {
  margin: 0px 0px;
  padding: 0px;
  font-size: 1.1em;
  color: #00b;
}


/* Kontaktfeld */
#contact {
  text-align: left;
  color: black;
  background-color: transparent;
  margin: 5px 0px 0px 15px;
  border: 0px solid red;
  width: 270px;
  height: 275px;
  position: absolute;
}
#contact h3 {
  color: inherit;
  background-color: transparent;
  font-weight: 900;
  text-decoration: none;
  font-size: 1.3em;
}
#contact p.tel {
  color: #9F0F00;
  background-color: transparent;
  font-size: 2.2em;
  font-weight: bold;
  margin: .3em 0px;
}
#contact p.address {
  font-weight: bold;
  font-size: .9em;
}


/**
* @section Content / Speisekarte
*
*/
#content {
  margin: -1px 0px 0px 302px;
  padding: 0px 0px 0px 0px;
  height: 745px;
  width: 645px;
  border-left: 3px solid #EFEFEF;
  border-top: 1px solid #EFEFEF;
  position: absolute;
  background-color: #EFEFEF;
  overflow: auto;
  color: #0D4B85;
  font-family: sans-serif;
  vertical-align: top;
}
#content h2 {
  letter-spacing: 2px;
  font-family: footlight mt light, sans-serif;
  font-size: 2.3em;
  font-variant: small-caps;
  color: #0D4B85;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  width: auto;
}
#content a:link {
  color: black;
  background-color: transparent;
  text-decoration: none;
}
#content a:visited {
  color: #0090E0;
  background-color: transparent;
  text-decoration: none;
}
#content a:hover, a:focus {
  color: #FF7700;
  background-color: transparent;
  overflow: hidden;
  text-decoration: none;
}
#content a:active {
  color: black;
  background-color: transparent;
  overflow: hidden;
  text-decoration: none;
}

#content .h3 {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}
h2#abstand{
  letter-spacing: 2px;
}
#download {
  float: right;
  border: 0px solid black;
  border-style: dashed;
}
.speisekarte {
  color: #0D4B85;
}
table.speisekarte,
table.speisekarte2 {
  width: 100%;
  border: 0px solid #C8DFF2;
  margin: 0px 0px 15px 0px;
  padding: 0px 0px 0px 0px;
}
.h3 strong {
  margin: 0px 0px 35px 0px;
}
.speisekarte tr,
.speisekarte2 tr {
  color: inherit;
  background: url(../images/speisekarte_bg.gif) bottom left repeat-x;
}
.speisekarte td,
.speisekarte2 td {
  background-color: transparent;
  border: 0px solid #C8DFF2;
  font-family: sans-serif;
  font-style: normal;
  font-size: .9em;
  margin: auto;
  padding: 10px 5px 8px 0px;
}
.speisekarte td strong,
.speisekarte td.price,
.speisekarte2 td strong,
.speisekarte2 td.price {
  color: #0D4B85;
  background-color: transparent;
  font-size: 1.2em;
  font-weight: bold;
}
.price {
  text-align: right;
  vertical-align: bottom;
  white-space: nowrap;
}
td.number {
  text-align: left;
  font-weight: bold;
  font-size: 1em;
  width: 35px;
  height: 15px;
  margin: 0px 5px 0px 2px;
  padding: 0px 0px 0px 10px;
  border: 0px solid red;
}

#speisekartefix {
  width: 100%;
  height: 200px;
  margin: auto;
  top: 0px;
  background-color: #C8DFF2;
  border: 1px solid #898BEF;
  position: absolute;
  display: none;
}
#speisekartefix h2 {
  letter-spacing: 5px;
  font-family: footlight mt light, sans-serif;
  font-size: 2.3em;
  font-variant: small-caps;
  color: #0D4B85;
  margin: 0px 0px 0px 20px;
  padding: 0px;
  vertical-align: top;
}
table.speisekartefix-inner {
  width: 100%;
  border: 0px solid black;
  padding: 0px 10px 0px 0px;
}
table.speisekartefix-inner tr td{
  height: 8px;
  border: 0px solid black;
  font-family: sans-serif;
}
table.speisekartefix-inner td strong {
  color: #0D4B85;
  background-color: transparent;
  font-weight: bold;
}
table.speisekartefix-inner td.price {
  text-align: right;
  color: #0D4B85;
  background-color: transparent;
  font-size: .8em;
  font-weight: bold;
}
table.speisekartefix-inner td.number {
  text-align: left;
  font-weight: bold;
  font-size: 1em;
  width: 50px;
  height: 15px;
  margin: 0px 5px 0px 2px;
  padding: 0px 0px 0px 0px;
  border: 0px solid red;
  color: #0D4B85;
}
table.speisekartefix-inner td.numbergetr {
  text-align: left;
  width: 2px;
  height: 15px;
  margin: 0px 5px 0px 2px;
  padding: 0px 0px 0px 0px;
  border: 0px solid red;
  color: #0D4B85;
}
table.speisekartefix-inner td.numbergetr2 {
  text-align: left;
  width: 2px;
  height: 10px;
  margin: 0px 5px 0px 26px;
  padding: 0px 0px 0px 10px;
  border-left: 1px solid #898BEF;
}
#beil {
  width: 50%;
  height: 200px;
  border-left: 0px solid #898BEF;
  vertical-align: top;
  position: relative;
  float: right;
}
#getr {
  width: 49%;
  height: 200px;
  border-right: 1px solid #898BEF;
  vertical-align: bottom;
  right: auto;
}



/**
*@Anzeigen
*/
#stadtportal {
  position: absolute;
  top: 920px;
  padding: 0 0 0 10px;
}



/**
* @section Footer
*/
#footer {
  color: #7F6063;
  background-color: #F3F2FA;
  padding: 8px 0px 0px 0px;
  font-family: Tahoma, Arial, sans-serif;
  font-size: .9em;
  clear: both;
  margin: auto;
  text-align: center;
  border: 0px solid red;
  width: 950px;
  position: relative;
}
#footer p {
  width: 950px;
  margin: 0px auto 0px auto;
}