@charset "utf-8";
/*
Theme Name: Alter Kaiser
Theme URI: http://www.alter-kaiser.net
Description: Theme for WP 2.x. Made by <a href ="http://www.website-kurier.de">Website-Kurier.de</a>.
Version: 1.0 (10.04.2010)
Author: Website-Kurier.de
Author URI: http://www.website-kurier.de
*/

/* CSS Document */
a {color: #000; text-decoration: none; outline:none;}
a:hover, a:active, a:focus {text-decoration: underline;}
img {border:none;}

html, body {
	font-family: verdana, sans-serif;
	margin: 0;
	padding: 0;
	height: 100%;
	background: #050424;
	background: #071849;

}
#container {
	width: 900px;
	min-height:100%;
	height:auto !important;  /* für moderne Browser */
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
}
#bgleft {
	float: left;
	width: 50px;
	height:100px;
	padding-bottom: 1000em;
	margin-bottom: -1000em;
	background: url(images/bg-left.gif) repeat-y top left;
}
#page {
	float: left;
	width: 800px;
	padding-bottom: 1000em;
	margin-bottom: -1000em;
	background: url(images/schild.gif) no-repeat top left #FFF;
}
#bgright {
	float: left;
	width: 50px;
	height:100px;
	padding-bottom: 1000em;
	margin-bottom: -1000em;
	background: url(images/bg-right.gif) repeat-y top left;
}
#left {
	float: left;
	width: 180px;
	padding: 250px 0px 0px 40px;
	padding: 0px 0px 0px 40px;
}
#header {
	float: left;
	width: 520px;
	padding: 30px 0px 0px 0px;
	margin: 0 20px 0px 10px;
	border-bottom: 1px solid black;
	border-bottom: none;
}
a#homelink{
	display: block;
	width: 140px;
	height: 230px;
	margin-bottom: 20px;
}
ul.marquee {
	font-size:12px;
}
#main {
	float: left;
	width: 520px;
	min-height:400px;
	height:auto !important;  /* für moderne Browser */
	height:400px;  /*für den IE */
	padding: 30px 0px 0px 10px;
}
#footer {
	width: 640px;
	padding: 20px 30px 0px 30px;
	margin: 40px 50px 0px 50px;
	border-top: 1px solid black;
}
#footer img.i2 { margin:0 115px;}
#footer p { margin:0 0 6px 0 ; padding: 0; font-size: 11px; text-align: center;}
h2 { font-weight: normal; margin: 0 0 0.8em 0; font-size: 16px; font-weight: bold;}
h3 { font-weight: normal; margin: 1em 0 0.8em 0; font-size: 14px; font-weight: bold;}
h4 { font-weight: normal; margin: 1em 0 0.8em 0; font-size: 14px; font-weight: bold;}

p.head1{font-weight: normal; margin: 0 0 12px 0;font-size: 24px; letter-spacing:1.5px;}
p.head1{font-weight: bold; margin: 0 0 12px 0;font-size: 22px; letter-spacing:1px;}
p.head2{font-weight: normal; margin: 0 0 10px 0;font-size: 12px; letter-spacing:0.8px;}

#main p{
	font-size: 14px;
	line-height: 22px;
	margin: 0 0 0.5em 0;
}
#left ul{
	list-style-type: none;
	margin: 0 0 0 10px;
	padding: 0;
}
#left ul ul {
	display:none;
	margin: 4px 0px 10px 25px;
}
#left li.current_page_item ul, #left li.current_page_ancestor ul{
	display:block;
}
#left ul li {
	font-size: 14px;
	margin: 0 0 0.6em 0;
}
#left ul ul li {
	margin-bottom: 0.4em;
}
#left ul ul {
	list-style-type: disc;
}
#left li.current_page_item a,
#left li li.current_page_item a{
	color: #172983;
	font-weight: bold;
}
#left li.current_page_item li a{
	color: #000;
	font-weight: normal;
}

h2#post-2 { display:none; }


#main a:link, #main a:visited { 	text-decoration: underline; }
#main a:hover, #main a:active, #main a:focus { 	text-decoration: underline; color: #666;}

.ngg-albumtitle a{
	font-size: 14px;
}
#main table {
	font-size: 14px;
	width:100%;
	margin-bottom:30px;
	border-collapse: collapse;
}
#main td {
	vertical-align: top;
	padding: 5px 5px 5px 0;
	border: none;
}
#main tr {

}	
#main td.nummer {
	width: 50px;
}
#main td.preis {
	width:60px;
	text-align:right;
}
#main td.drink {
	width:320px;
}
#main ul li {
	font-size: 14px;
	line-height: 22px;
	margin: 0 0 0.3em 0;
}
#main ul li a:link, #main ul li a:visited {
	text-decoration: none;
}
#main ul li a:hover{
	text-decoration: underline;
}
/* Styles Laufschrift */

ul.marquee {
	/* required styles */
	display: block;
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	position: relative;
	overflow: hidden;

	/* optional styles for appearance */
	width: 520px;
	height: 22px; /* height should be included to reserve visual space for the marquee */

	background-color: #fff;
	background-color: #e9e9ff;
	border-bottom: 1px solid #000;
	border-top: 1px solid #000;
}

ul.marquee li {
	/* required styles */
	position: absolute;
	top: -999em;
	left: 0;
	display: block;
	white-space: nowrap; /* keep all text on a single line */

	/* optional styles for appearance */
	padding: 5px 0px 3px 0px;
}