/********************************************************************************
 *                                                                              *
 *   Karli's Biergarten CSS file                                                *
 *   Copyright 2005, Softloop                                                   *
 *   www.softloop.biz                                                           *
 *                                                                              *
 ********************************************************************************/


/******* Basic Tags *******/

* { /* reset all default values */
	border: none;
	margin: 0;
	padding: 0;
	text-decoration: none;
}

body {
	background: #FFF1C4 url("../pics/bg_body.jpg") repeat 50% 0;
	color: #642A00;
	text-align: center;
	font: 15px Georgia, "Times New Roman", serif;
	margin-bottom: 10px;
}

a {
	color: #6F0B29;
}

a:hover {
	color: #6F0B29;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	line-height: 1.3em;
	color: #642A00;
}

h1 {
	position: absolute;
	top: 80px;
	left: 115px;
	height: 20px;
	font: 32px "Monotype Corsiva", serif;
}

h2, h3 {
	font: 26px "Monotype Corsiva", serif;
	margin: 0 0 15px 0;
	padding-top: 15px;
	color: #D36146;
}

h3 {
	background: url("../pics/arabeske.jpg") no-repeat 50% 0;
	padding-top: 45px;
	margin-top: 20px;
}

h4, h5 {
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 15px;
}

h5 {
	background: url("../pics/arabeske.jpg") no-repeat 50% 0;
	padding-top: 45px;
	margin-top: 20px;
}

em {
	font-weight: bold;
	font-style: italic;
}

ul {
	list-style: none;
}


/******* Special Tags *******/

body.popup {
	line-height: 1.2em;
	font-size: 11px;
	text-align: left;
}

body.popup img {
	vertical-align: bottom;
}

body.reference {
	background: #B4B3B3 url("../pics/bg_body_referenz.gif") repeat-y 50% 0;
}

img.thumb {
	border: none;
}

a img.thumb:hover {
	border: none;
}

.logo {
	vertical-align: bottom;
}

.caption {
	font-size: 11px;
	line-height: 1.3em;
	color: #642A00;
	margin: 0 auto;
	margin-top: 3px;
}

.imgContent {
	line-height: 0;
	font-size: 0;
	margin-bottom: 20px;
}

.clearBoth {
}

ul.speisekarte {
	font-size: 12px;
	line-height: 1.2em;
}

.speisekarteEintrag {
	margin-bottom: 1.5em;
}

.speisekarteEintrag .nummer {

}

.speisekarteEintrag .bezeichnung {
	font: 22px "Monotype Corsiva", serif;
}

.speisekarteEintrag .beschreibung {
	font-family: Georgia, "Times New Roman", serif;
}

.speisekarteEintrag .preis {
	font-size: 12px;
}

/******* Basic Layout Components *******/

#background {
	position: relative;
	background: url("../pics/bg_background.jpg") repeat-y;
	margin: 0 auto;
	width: 810px;
	overflow: hidden;	
}

#wrapper {
	position: relative;
	background: url("../pics/bg_wrapper.jpg") no-repeat 0 0;
	width: 810px;
	overflow: hidden;
}

#left {
	position: relative;
	float: left;
	width: 170px;
	margin-top: 215px;
	overflow: hidden;
}

#right {
	position: relative;
	top: 0;
	width: 625px;
	margin: 150px 5px 0 10px;
	overflow: hidden;
}

#intro {
	line-height: 0px;
}

#footer {
	background: url("../pics/bg_footer.jpg") no-repeat;
	position: relative;
	clear: both;
	width: 780px;
	height: 125px;
	padding: 0px 15px;
	font-size: 10px;
	color: #642A00;
	overflow: hidden;
}

.content {
	padding: 30px 50px 0 50px;
	line-height: 1.3em;
}

.content a {
	color: #642A00;
	border-bottom: 1px dotted #642A00;
}

.content a:hover {
	color: #D36146;
	border-bottom: 1px dotted #D36146;
}

.content a.thumb {
	border: none;
}

.content a.thumb:hover {
	border: none;
}

.content a.pic:hover {
	border: none;
}

.content ul {
	list-style-type: none;
	margin: 0 0 1em 0;
}

.content ol {
	margin: 0 0 1em 16px;
	padding: 0;
}

.content li {
	margin: 0em 0 0.5em 0;
	padding: 0;
}

.content ul li {

	margin: 0 0 0.6em 0;
}

.content p {
	margin-bottom: 15px;
}

.sidebar {
	font-size: 11px;
	line-height: 18px;
	color: #00579F;
}

/******* Navi Components *******/

#navi {
	line-height: 18px;
	padding-bottom: 20px;
	font-family: "Georgia";
	text-align: left;
}

.mainnavi {
	font-size: 14px;
}

.mainnavi li {
}

.mainnavi li a {
	display: block;
	width: 134px;
	margin: 0 5px;
	padding: 2px 13px 3px 13px;
	border-top: 1px solid #FCF0E3;
	color: #642A00;
}

.mainnavi li a:hover {
	color: #D36146;
}

.mainnavi li a.aktiv {
	background: url("../pics/bullet_navi_aktiv.gif") no-repeat 0 6px;
	overflow: visible;
	font-weight: normal;
	color: #D36146;
}

.mainnavi li.aktiv a:hover {
}

.mainnavi .subnavi {
	font-size: 12px;
	font-weight: normal;
}

.mainnavi .subnavi li {
	font-weight: normal;
}

.mainnavi .subnavi li a {
	display: block;
	width: 108px;
	padding: 0 26px;
	margin-top: -2px;
	margin-bottom: 2px;
	border: none;
	color: #642A00;
	font-weight: normal;
}

.mainnavi .subnavi li a:hover {
	background: none;
	color: #D36146;
}

.mainnavi .subnavi li a.aktiv {
	background: none;
	color: #D36146;
	font-weight: normal;
}


/******* Main Content Components *******/


/******* Sidebar Components *******/


/******* Footer Components *******/

#footer p {
	text-align: left;
	position: absolute;
	bottom: 10px;
}

#footer p.left {
	left: 15px;
}

#footer p.right {
	right: 15px;
}

#footer a {
	color: #FCF0E3;
}

#footer a:hover {
	color: #fff;
}


/*** Form Tags *****************************************************************/

#formwrap {
	margin-top: 30px;
}

#form {
   text-align: center;
}

/* Rahmenfarbe angeben für Opera */

fieldset {
	font-size: 13px;
}

legend {
}

label {
}

.inpt {
	border: 1px solid #D36146;
    margin-bottom: 10px;
	width: 300px;
	font: 13px Georgia, "Times New Roman", serif;
	background-color: #FFF5E2;
	padding: 1px;
}

.txt {
	border: 1px solid #D36146;
    margin-bottom: 10px;
	width: 300px;
	font: 13px Georgia, "Times New Roman", serif;
	background-color: #FFF5E2;
	padding: 1px;
}

input.inpt:focus, textarea.txt:focus {
   color: #000;
}

.senden {
    width: 130px;
	margin: 0px;
	padding: 2px;
	background-color: #D36146;
	color: #FFF5E2;
	border: 1px solid #D36146;
	cursor: pointer;
	font: 13px Georgia, "Times New Roman", serif;
}

label,
select,
input[type=checkbox],
input[type=radio],
input[type=button],
input[type=submit] {
   cursor: pointer;
}

/*** Hasso Galerie *****************************************************************/

#hassoGallery {
}


#hassoNav {
	display: block;
	text-align:left;
}

#hassoNav ul {
	display: block;
	text-align:left;
	list-style: none;
	margin-left: 0.5em;
	font-size: small ;
	line-height: normal;
	margin-top: 2px;
	margin-bottom: 2px;
}

#hassoNav a {
	display: block;
}

#hassoNav a:hover {
	display: block;
}

#hassoNav #active {
	display: block;
}

#hassoThumbs {
	float: left;
	text-align: center;	
}

#hassoThumbs .hassoThumb {
	float: left;
	margin: 0px 5px 5px 0px;
	width: 160px;
	text-align: center;
	vertical-align: middle;
}

#hassoThumbs .hassoThumb a {
	border: none;	
	font-size: 0;
}

#hassoThumbs .hassoThumb a img {
	border: 1px solid #B78594;
}

#hassoThumbs .hassoThumb a img:hover {
	border: 1px solid #6F0B29;
}

#hassoPic {
	clear: both;
}

#hassoPic .hassoTitle {
}

#hassoPic .hassoDescription {
}

#hassoPic a {
	font-size: 0;
	border: none;	
}

#hassoPic a img {
	border: 1px solid #B78594;
}

#hassoPic a img:hover {
	border: 1px solid #6F0B29;
}

#hassoPrevNextNav {
	width: 350px;
}

#hassoPrevNextNav #hassoPrevPic{
	float: left;
	margin-bottom: 10px;
}

#hassoPrevNextNav #hassoNextPic{
	float: right;
	margin-bottom: 10px;
}

#hassoPrevNextNav #hassoPrevPic a {
	text-align:left;
}

#hassoPrevNextNav #hassoNextPic a {
	text-align:right;
}


/*** Map24-Modul *****************************************************************/

#map24 {
}

#map24 input.text {
	border: 1px solid #D36146;
    margin-bottom: 10px;
	width: 300px;
	font: 13px Georgia, "Times New Roman", serif;
	background-color: #FFF5E2;
	padding: 1px;
}

#map24 .senden {
    width: 130px;
	margin: 0px;
	padding: 2px;
	background-color: #D36146;
	color: #FFF5E2;
	border: 1px solid #D36146;
	cursor: pointer;
	font: 13px Georgia, "Times New Roman", serif;
}
