
/* 
 *
 * nachtcafemeissen.de
 * Version: 5.0
 * Autor: A&K www.arzberger-krueger.de
 *
 * usr: ma
 * 
 */

body {
	background-color: #541b15;
	font-size: 12px;
	font-family: Verdana, Arial, Sans-Serif;
	color:#564b47;
	padding:0;
	margin:0;
}
a {color: #ddc26f;}
a:visited {color:#ddc26f;}
a:hover {color: #fff;}
a:active { color:#ddc26f;}


h1 {
	font-size:20px;
	font-weight: normal;
	padding: 5px 10px;
	margin:0px;
}

h2 {
	font-size: 14px;
	padding:5px 15px;
	padding-left: 0px;
	margin:0
}

h3 {
	font-size: 10px;
	padding-left: 0px;
	text-transform:uppercase;
}

#header, #navigation, #content, #subnav, #footer {
	text-align: center;
}

.header, .navigation, .content, .subnav, .footer {
	width: 900px;
	margin:0 auto;
	text-align: left;
}

#header {
	height: 20px;
	padding: 0px;
	margin: 0px;
	background: #b93e3c;
}
.header {
	text-align: right;
	color: #ddc26f;
}

#navigation {
	padding: 20px;
	background: #ccc url(images/navigation_bg.gif) repeat-x;
	height: 120px;
}

#content {
	padding: 20px;
	background: #747577 url(images/content_bg_weg.gif) repeat-x;
	color: #ddc26f;
	min-height: 400px;
}

#subnav {
	height: 180px;
	background: #b93e3c url(images/subnav_bg.gif) repeat-x;
	border-top: 1px solid #ddc26f;
	clear:both;
}

#snLeft {
	float: left;
	width: 450px;
	height: 180px;
}

#snRight {
	float: right;
	width: 450px;
	height: 180px;
}

#footer {
	height: 110px;
	background: #b93e3c url(images/footer_bg.gif) repeat-x;
	border-top: 7px solid #ddc26f;
}

.footer {
	text-align: right;
	color: #ddc26f;
}


.small {
	font-size: 10px;
	text-decoration: none;
	font-weight: bold;
}

img.left {
	float: left;
	margin: 30px;
	border: 2px solid #ddc26f;
}

img.right {
	float: right;
	margin: 30px;
}
.navigation ul {
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
	padding-left: 50px;
	width: 100%;
}

.navigation li {
	width: 100px;
	height: 150px;
	float: left;
	text-align: center;
	margin-bottom: 2px;
	margin-right: 3px;
	margin-top: 40px;
}

.navigation li a { 
	text-decoration: none;
	font-size: 10px;
	text-transform:uppercase;
	font-weight: bold;
	
}

.subnav ul {
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
	width: 100%;
}

.subnav li {
	width: 120px;
	float: left;
	text-align: center;
	margin-bottom: 2px;
	margin-right: 3px;
	margin-top: 8px;
}

.subnav li a { 
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
	
}

.inhaltsstoffe {
	font-size:9px;
	line-height:10px;	
}

.td-header {
	font-weight: bold;
	padding-top: 15px;
	font-size: 14px;
}

#liste tr:hover { background-color: #b93e3c; }

.content ul {
	padding-left: 10px;
	list-style-position: outside;
	margin-left: 15px;
}

#webcam {
	position: absolute;
	left:0px;
	top:0px;
}


