/* ++++++++++++++++++++++ */
/* +++ Anjama.net +++++++ */
/* ++++++++++++++++++++++ */

/* +++++++++++++++++++++ */
/* +++ Allgemein +++++++ */
/* +++++++++++++++++++++ */
body {
	background-color:#000000;
	margin:50px 0px 0px 0px;
	padding:0px;
	overflow: -moz-scrollbars-vertical;
	text-align:center;
	color:#bfbfbf;
	font: 11px/16px verdana, sans-serif, arial;
}
#background {
	width:960px;
	height:640px;
	margin:0px auto;
	padding:0px;
	background-image: url(images/hintergrund_dunkel.jpg);
	background-repeat:no-repeat;		
}
#background.home {
	background-image: url(images/hintergrund.jpg);
}
p {
	text-align:left;
	margin:0px 0px 5px 0px;
	}
td {
	font: 11px/16px verdana, sans-serif, arial;
	color:#bfbfbf;
}
ul {
	line-height:20px;
	list-style-type:square;
	}	
.yellow {
	color: #eab81f; /*gold*/
}	
a {
	color:#bfbfbf;
	text-decoration:underline;
}
a:visited {
	color:#bfbfbf;
	text-decoration:underline;
}
a:hover {
	color:#ffffff;
	text-decoration:none;
}
/* +++++++++++++++++++++ */
/* +++ Header ++++++++++ */
/* +++++++++++++++++++++ */
#header {
	width:906px;
	height:70px;
	float:left;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}
#version {
	padding: 15px 0px 0px 2px;
	margin:0px;
	text-align:left;
	width:225;
	float:left;
}
#print-header {
	display:none;
}

/* +++++++++++++++++++++++ */
/* +++ Navigation ++++++++ */
/* +++++++++++++++++++++++ */
#navigation {
	width: 225px;
	height:520px;
	float:left;
	padding: 0px;
	margin: 0px;
	text-align:left;
}

/* +++++++++++++++++++++ */
/* +++ Content +++++++++ */
/* +++++++++++++++++++++ */
#content {
	width:566px;
	margin:15px 55px 15px 55px;
	padding:0px;
	float:left;
}
#content h1.home {
	font-size:19px;
	font-weight:bold;
	margin-top:0pt;
	margin-bottom:18px;
	text-align:center;
	letter-spacing:1px;
	text-transform:uppercase;
}
#content h2.home {
	font-size:15px;
	font-weight:bold;
	margin-top:10px;
	margin-bottom:5px;
	text-align:center;
	letter-spacing:1px;
	text-transform:uppercase;
}
#content h1 {
	font-size:18px;
	font-weight:bold;
	margin-top:0pt;
	margin-bottom:30px;
	text-align:center;
	letter-spacing:1px;
	text-transform:uppercase;
}
#content h2 {
	font-size:14px;
	font-weight:bold;
	margin-top:0px;
	margin-bottom:12px;
	text-align:left;
}
#content h2.bullet {
	border-left:11px solid #eab81f; /*gold*/
	line-height:11px; 
	padding-left:5px;
}
#content h3 {
	font-size:11px;
	font-weight:bold;
	margin-top:14px;
	margin-bottom:8px;
	text-align:left;
}
#content h3.bullet {
	border-left:9px solid #eab81f; /*gold*/
	line-height:9px; 
	padding-left:5px;
}
#content li {
	list-style-image:none;
	text-align:left;
}
/* +++ Happy Hour ++++++++++ */
#content #happyhour {
	border:1px solid #eab81f;
	margin:15px 3px 0px 3px;
	padding:5px;
}
#content #happyhour h2 {
	text-align:center;
	color: #eab81f; /*gold*/
	margin-bottom:5px;
}
#content #happyhour a {
	font-size:11px;
	text-align:center;
	color: #eab81f; /*gold*/
}
#content #happyhour p {
	font-size:12px;
	text-align:center;
	color: #eab81f; /*gold*/
}

/* +++++++++++++++++++++ */
/* +++ Footer ++++++++++ */
/* +++++++++++++++++++++ */
#footer {
	color:#fff;
	clear:left;
	float:left;
	margin:10px 0px 0px 0px;
	padding:0px;
}
#print-footer {
	display:none;
}

