@charset 'utf-8';

/* 
CSS Reset by Eric Meyer
http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ 
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

q:lang(de) {
	quotes: '„' '“' '‚' '‘';
}
q:lang(en) {
	quotes: '"' '"' "'" "'";
}



/****************************************************
Elemente
****************************************************/
.content h2 {
	font-size:20px;
	margin:1.4em 0 .8em;
}
.content h3 {
	font-size:18px;
	margin:1.4em 0 .8em;
}
.content h4 {
	font-size:16px;
	margin:1.4em 0 .8em;
}
.content strong {
	font-weight:bold;
}
.content em {
	font-style:italic;
}



/****************************************************
Layout
****************************************************/
html.ie8 {
	overflow-y:scroll;
}
body {
	font-size:16px;
}
body#page {
	background:url(img/bg.png) repeat-x #4f3a1c;
}
body#page.noie {
	overflow-y:scroll;
}
body.editor {
	padding:20px;
}

div#login {
	position:absolute;
	top:1px;
	right:1px;
	width:20px;
	height:20px;
}
div#login a {
	display:block;
	width:20px;
	height:20px;
	text-indent:-99999px;
	outline:0;
}

div#box {
	width:915px;
	margin:0px auto;
	background:url(img/cont.png) 0% 100%;
}
div#box div.headerwrap {
	background:url(img/header.png) no-repeat 0% 0%;
}
div#box div.headerwrap div.endwrap{
	background:url(img/end.png) no-repeat 0% 100%;
	padding-bottom:40px;
}

div#box h1 {
	text-indent:-9999px;
}

div#box ul#menu{
	position:relative;

	width:865px;
	height:46px;
	
	margin:183px 0 0 25px;
	
	border-left:1px solid #e6e6e6;
	
	font-family:'Verdana', 'Helvetica', 'Arial', sans-serif;
}
div#box ul#menu li {
	float:left;
}
body.ie6 div#box ul#menu li {
	width:1px;
	white-space:nowrap;
}
div#box ul#menu li a {
	display:block;
	line-height:46px;
	padding:0 20px;
	
	border-right:1px solid #e6e6e6;
	
	color:#4f3a1c;
	text-decoration:none;
}
div#box ul#menu li a:hover, div#box ul#menu li a:active, div#box ul#menu li a:focus, 
div#box ul#menu li.active a {
	background:#fff;
}
div#box ul#menu li ul {
	display:none;
	
	position:absolute;
	top:46px;
	left:0px;
	
	width:865px;
	overflow:hidden;
	
	background:#fff;
	
	padding-bottom:10px;
	border-bottom:1px dotted #bc8a07;
}
div#box ul#menu li.active ul {
	display:block;
}
div#box ul#menu li ul li a {
	border:0 !important;
	
	height:35px;
	
	color:#bc8a07;
}
div#box ul#menu li ul li a:hover, div#box ul#menu li ul li a:active, div#box ul#menu li ul li a:focus, 
div#box ul#menu li ul li.active a  {
	background:none;
	text-decoration:underline;
}


div#box div#content{
	margin:100px 46px 0;
}
.content {
	color:#4f3a1c;
	font-family:'Georgia', 'Times New Roman', serif;
	line-height:1.5em;
}
.content a {
	color:#bc8a07;
	text-decoration:none;
}
.content a:hover {
	text-decoration:underline;
}


div#footer {
	width:823px;
	margin:25px auto 20px;
	
	line-height:1em;
	
	text-align:right;
	color:#a4a4a4;
	font-family:'Verdana', 'Helvetica', 'Arial', sans-serif;
}
div#footer div#foottext {
	float:right;
	height:18px;
	overflow:hidden;
}
div#footer ul {
	float:right;
}
div#footer ul  li {
	display:block;
	float:left;
	padding-left:7px;
	border-left:1px solid #a4a4a4;
	margin-left:7px;
}
div#footer ul  li.active a {
	text-decoration:underline;
}
div#footer div.c {
	clear:both;
}



/****************************************************
Layout
****************************************************/
div.haikus {
	text-align:center
}
div.haikus a.prev,
div.haikus a.next,
div.haikus a.prev span,
div.haikus a.next span {
	display:block;
	width:60px;
	background:url(img/buttons.png) no-repeat;
	cursor:pointer;
}
div.haikus a.prev,
div.haikus a.next {
	position:relative;
	height:60px;
	margin-top:10px;
	text-indent:-9999px;
}
div.haikus a.prev {
	float:left;
	margin-left:50px;
	
	background-position:0px 0px;
}
div.haikus a.next {
	float:right;
	margin-right:50px;
	
	background-position:-60px 0px;
}
div.haikus a.prev.inactive,
div.haikus a.next.inactive {
	visibility:hidden;
}
div.haikus a.prev span,
div.haikus a.next span {
	position:absolute;
	top:0;
	left:0;
}
body.nojs div.haikus a.prev:hover,
div.haikus a.prev span {
	background-position:0 -60px;
}
body.nojs div.haikus a.next:hover, 
div.haikus a.next span {
	background-position:-60px -60px;
}