body {
  font-family: "lucida grande", verdana, tahoma, helvetica, arial, sans-serif;
  font-size: 85%;
  color: #888888;
  background: #112211;
  border: 0;
  margin: 0;
  padding: 0;
}

a { color: #206010; }

code { font-style: monospace; font-size: 120%; }
pre { font-style: monospace; font-size: 120%; }

/* img.right { float: right; margin:0; margin-left:30px; }  */
img.right { margin:0; vertical-align:baseline; }
img.left { float: left; margin:0; margin-right:30px;}

textarea {
  width: 100%;
  height: 300px;
}


/* ===========================================
   dirlisting thingy.
   ======================================== */

td.dirfilename { }
td.dirsize { text-align: right; padding-left: 2em; }
td.dirlastmod { text-align: right; padding-left: 2em; }

/* Grobstruktur  */

div.sidebar {
	position:absolute;
	left: 0px;
	top: 104px;
	margin: 0px;
	margin-bottom: 2em;
    height:496px;  /* 500 really */
    width: 196px;
    background-image:url(/img/side.jpg);
    background-position:center;
    background-repeat:no-repeat;
    border: 2px dashed #112211;  
}

div.beef {
	position:absolute;
	left: 216px;
	top: 104px;
	width:520px;
	margin-bottom:2em;
	border: 2px dashed #112211;
	background: #f0f0f0;
}

div.navi {
	height:500px;
	float: left;
	vertical-align: top;
}

div.copyright {
	position:absolute;
	top: 450px;
	left: 0px;
}

div.feed {
	position:absolute;
	top: 420px;
	left: 20px;
}

/* ===========================================
   menu
   ======================================== */

div.menu_wrap, div.submenu_wrap { color: #ffffff; }
div.menu, div.submenu { 
  padding: 16px; 
  border-bottom: 0px solid #112211; 
  text-align: left;
}
div.menu a, div.submenu a { 
  text-transform: uppercase;
  color: #FFFFFF; 
  text-decoration: none;
  letter-spacing: 0.2em;
  margin-left: -16px;
  padding-left: 20px;
  padding-right: 20px;
}

div.submenu a {
	color:#b0b0b0; 
	letter-spacing:0.05em; }

div.menu p, div.submenu p { margin: 0; padding: 0; }

div.menu a:hover, div.submenu a:hover,
div.menu a:active, div.submenu a:active {
  color: #000000; 
  background: #C0D4E0;
}

/* ===========================================
   content
   ======================================== */

div.content_wrap { }
div.content a { }
div.content {
  text-align: justify;
  padding: 10px 30px 10px 30px;
  background:#f0f0f0;
  color:#303030;  
}

li { text-align: left; }

h1 { font-size: 160%; margin-top: 20px; }
h2 { font-size: 140%; margin-top: 20px; }
h3 { font-size: 120%; margin-top: 20px; }

h2 a { text-decoration: none; }


/* ===========================================
   copyright notice.
   ======================================== */

div.copyright_wrap { color: #000000; }
div.copyright { 
	text-align: left; 
	padding-left: 20px; 
	padding-bottom:12px; 
	padding-top:12px; 
	font-size:80%; 
	color: #303030;
}

div.copyright a { color: #505050; text-decoration: none; }

/* ===========================================
   edit/state bars.
   ======================================== */

div.funcbar a:hover, div.funcbar a:active,
div.editbar a:hover, div.editbar a:active { color:#808080; }

#submenu_select { }

div.funcbar, div.editbar { }
div.funcbar a, div.editbar a { color:#a0a0a0; }
div.statebar { }
div.statebar span { }

/* ===========================================
   some graphic design ;)
   ======================================== */

div.everything {
  position:relative;
  width:740px;
  margin:2em auto;
  padding:0;
}

div.title {
  text-align: right;
  width:696px;
  height:48px;  
  background-color:#206010;
  color:#ffffff;
  vertical-align:middle;
  font-size:100%;
  font-weight:bold;
  padding-left:20px;
  padding-right:20px;
  padding-top:20px;
  padding-bottom:20px;
  margin-bottom: 12px;
  background-image:url(/img/top.jpg);
  background-repeat:no-repeat;
  background-position:-2px -2px;  
  border: 2px dashed #112211;  
}
div.title h1 {  color:#ffffff; margin:0; padding:0; margin-bottom:8px; }
div.title p { color:#70ff40; margin:0; padding:0; }
div.title_wrap {   }


div.menu, div.submenu, div.copyright_wrap {
	width: 144px;
}

tr { border: 0; margin: 0; padding: 0; }
td { border: 0; margin: 0; padding: 0; vertical-align: top; }


//div.menubar { width: 80px; }

div.menu_wrap, div.submenu_wrap { }

div.title_wrap   { }
div.copyright_wrap { }
div.content_wrap {  } 

div.funcbar, div.editbar, div.statebar, 
div.menu, div.submenu, div.flickr, div.content, div.copyright { }


