/*  webdesign und programmierung:
 *  fessen+friends, München        
 *  www.fessen-friends.de          */
@charset "UTF-8";
html {height: 101%;}
body {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #E7F5FC;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
	background-position: top;
    }
    #cont {
	width: 780px; 
	background: #FFFFFF;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0px;
	padding-bottom: 0px;
    }
#header {
	background-repeat: no-repeat;
	background-position: center top;
	height: 134px;
	padding-top: 0;
	padding-bottom: 0;
	margin-top: 0px;
	margin-bottom: 0px;
	vertical-align: bottom;
    }
#main{
	background-image: url(images/l_cont.gif);
	background-repeat: repeat-y;
	background-position: center;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 5px;
	padding-right: 25px;
	padding-bottom: 0;
	padding-left: 25px;
	font-size: 0.8em;
}
#main h1 {
	color: #003A81;
	font-size: 1.5em;
}
#main h2  {
	color: #003A81;
	font-size: 1.3em;
}
#main h3 {
	font-weight: lighter;
	font-variant: small-caps;
	color: #003A81;
	font-size: 1.2em;
}
#main #sl, #main #sr {
	width: 350px;
	vertical-align: text-top;
	text-align: left;
	margin: 0px;
	padding: 0px;
}
#main #sr {
	float: right;
}
#main a {
	color: #003A81;
}
#footer {
	background-image: url(images/l_foot.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 50px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	font-size: 0.7em;
	text-align: center;
	color: #003A81;
    }
#footer p {
	padding-top: 15px;
	margin-top: 0px;
}
#footer a {
	color: #003A81;
	text-decoration: none;
	padding-right: 3px;
	padding-left: 3px;
}
.polaroid {
	float: left;
	margin-right: 20px;
	margin-bottom: 5px;
	margin-left: -10px;
	margin-top: -5px;
}
/* seafood lexikon, bistro karte*/
.lex_nav {
	width: 150px;
	margin-right: 45px;
	margin-bottom: 75px;
	float: left;
	background-color: #E7F5FC;
	padding: 10px;
	margin-left: -5px;
}
.main_lex {
	margin-left: 0px;
	line-height: 150%;
}
.menu {
}
.menu caption {
	font-size: 1.3em;
	color: #003A81;
	font-weight: bold;
}
.menu th {
	font-weight: normal;
	text-align: left;
}
.menu td {
	text-align: right;
	vertical-align: top;
	padding-right: 5px;
	padding-left: 2px;
}
/* standards */
.fll {
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
}
.flr {
	float: right;
	margin-bottom: 5px;
	margin-left: 10px;
}
.note {
	font-size: 0.8em;
}
.error {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #993300;
}

/* (c) fessen+friends, München */
