/*
Farben

coffee_bright: #4F401D;
coffee_dark: #1E1404;
page: #080705;
background: 1C0F03;

*/

* {
  padding: 0;
  margin: 0;
} 

body {
  background: #1C0F03;
  color: #fff;
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  line-height: 18px;
}

html {
	overflow-y: scroll;
}


h2 {
	font-family:   Helvetica Neue, Helvetica, Arial, Sans;
	font-size: 24px;
	color: #fff;
	margin-bottom: 4px;
	line-height: 40px;
}

h3 {
	font-family: Helvetica Neue, Helvetica, Arial, Sans;
	font-size: 16px;
	line-height: 24px;
	color: #4F401D;
	margin-bottom: 4px;
}

a h3 {
	color: #6ad;
}

a h3:hover {
	font-decoration: underline;
}

.date {
}

.description {
	color: #4F401D;
}

#subscription label {
	line-height: 30px;
}
#subscription input {
	margin: 2px;
	background: #6ad;
}

.title {
	clear: right;
	display: block;
	font-weight: bold;
	color: #4F401D;
}

img { 
  border: none; 
  float: left;
  padding: 0 20px 10px 0;
}

p {
  clear: left;
}

a img {
	border:1px solid #6ad;
	margin:5px;
	padding:5px;
}

a img:hover {
	background:#6ad;
}

a { 
  color: #6ad; 
  text-decoration: none; 
}

a:hover { 
  text-decoration: underline; 
  color: #888; 
}

#shadow-top {
	height: 30px;
	background: url(shadow-top.png) repeat-x;
}

#shadow-bottom {
	height: 30px;
	background: url(shadow-bottom.png) repeat-x;
}

#panel {
  background: #080705;
}

#header {
  height: 157px;
  width: 1000px;
  margin: 0px auto; 
  background: url(header.png);
}

#nav {
	position: absolute;
	left: 346px;
	top: 2px;
}

#nav ul {
	list-style: none;
}

#nav li {
	display: inline;
}

#nav a {
	width: 110px;
	padding: 20px 0px;
	border-top: 3px solid #1E1404;
	float: left;
	margin-right: 20px;
}


#nav a:hover, #nav a.current {
	border-top: 3px solid #4F401D;
	text-decoration: none;
}



#logo {
	position: absolute;
	left: 60px;
	top: -30px;
}

#logo a img, #logo a:hover img {
	border: none;
	background: none;
}

#container {
	position: relative;
  width: 1000px;
  margin: 0px auto;
}

#sidebar {
	// IE6:
	//float:left;
	padding-left: 786px;
	padding-right: 6px;
}

#sidebar ul {
	list-style: none;
}


#sidebar a {
	display: block;
	border-bottom: 1px solid #1E1404;
	padding: 7px 0 7px 20px;
}

* html #sidebar a {
	display: inline;
	border-bottom: 1px solid #1E1404;
	padding: 7px 0 7px 20px;
}

#sidebar ul ul a {
	margin-left: 20px;
	padding: 3px 0 3px 20px;
}


#sidebar ul ul ul a {
	margin-left: 40px;
}

#sidebar a.current {
	background: url(arrow-left.png) 5px 11px no-repeat;
	font-weight: bold;
}

#sidebar ul ul a, #sidebar ul ul ul a {
	padding: 1px 0 1px 20px;
}

#sidebar ul ul a.current, #sidebar ul ul ul a.current {
	background: url(arrow-left.png) 5px 4px no-repeat;
}


#sidebar a:hover {
	text-decoration: none;
}

#extended  {
	float: left;
	width: 300px;
	margin-left: 20px;
}

* html #extended {
	width: 280px;
	margin-left: 10px;
}

#content {
	float: left;
	width: 408px;
	margin-left: 24px;
}

* html #content {
	width: 388px;
	margin-left: 6px;	
}

#footer {
	font-size: 80%;
	margin-left: 344px;
	padding-top: 40px;
	padding-bottom: 5px;
	color: #4F401D;	
}

#footer a {
	color: #fff;
}

hr {
	border: none;
	//border:solid #4F401D 1px;
	background-color:#4F401D;
	height: 1px;
	margin:10px 0;
}

* html hr, *:first-child+html hr {
	margin: 5px 0 0 0;
}

blockquote, .message {
	display: block;
	background:#1E1404;
	padding: 10px;
	margin: 10px 0;
}

#content ul {
	margin: 0 20px;
	list-style: none;
}

#content ul li {
	background: url(arrow-right.png) no-repeat 0 3px;
	padding-left: 20px;
}