/*
Theme Name: Dossier
Theme URI: http://dossier.dunker.de/downloads
Description: A design using different paper textures
Version: 0.1
Author: Darius Dunker
Author URI: http://dossier.dunker.de
*/ 
body {
  background-image:url(images/Umschlagbeige.jpg);
  font-family:"Courier New",monospace;
  font-size:9pt;
}

a { text-decoration:none }
a:hover { text-decoration:underline }

#container {
  width:820px;
  position:relative;
  left:50%;
  margin-left:-410px;
}

#owner {
  width:157px;
  height:180px;
  background:url(images/foto_24bit.png) no-repeat;
  /*float:left;*/
}

#head {
  width:649px;
  height:74px;
  margin-right:5px;
  background:url(images/header_24bit.png) no-repeat bottom;
  float:right;
  text-align:right;
  margin-bottom:20px;
}

#head ul, #head li {
  display:inline;
}

#head li.current_page_item {
  background-color:#ddeeff;
  border-bottom-color:#99aacc;
}

#head li.current_page_item:hover {
  background-color:#ccddff;
}

#sidebar {
  width:158px;
  float:left;
}
.side-top {
  width:158px;
  height:16px;
  background:url(images/sidebar-top_24bit.png) no-repeat bottom;
}
.side-bot {
  width:158px;
  height:17px;
  background:url(images/sidebar-bot_24bit.png) no-repeat top;
}
.side-mid {
  width:158px;
  background:url(images/sidebar-mid_24bit.png) repeat-y;
  padding:0 10px;
}

#content {
  width:657px;
  float:right;
  margin-top:-80px;
}

#content img {
  float:left;
  margin: 0 5px 0 0;
  border-width: 0;
  background-image:url(images/Papierweiss.jpg);
}

.main-top {
  width:657px;
  height:24px;
  background:url(images/main-top_24bit.png) no-repeat bottom;
}

.main-bot {
  width:657px;
  height:26px;
  background:url(images/main-bot_24bit.png) no-repeat top;
  text-align:right;
  padding-top:6px;
}

.main-mid {
  width:597px;
  padding:0 30px;
  background:url(images/main-mid_24bit.png) repeat-y;
}

.clear {
  clear:both;
}

h2 {
  margin-top:0
}

.tab, #head li {
  margin:0 2px;;
  background-color:#ffffdd;
  font-family:Helvetica,Arial,sans-serif;
  font-size:8pt;
  padding:2px 8px;
  border-bottom:solid #eeeeaa 1px;
}

.bottab {
  margin:0 2px;
  background-color:#ffeeee;
  font-family:Helvetica,Arial,sans-serif;
  font-size:8pt;
  padding:2px 8px;
  border-top:solid #888 1px;
}

span.tab:hover, #head li:hover {
  background-color:#ffff88;
}


span.bottab:hover {
  background-color:#ffcccc;
}

.tabs {
  padding:0 10px;
}

blockquote {
  background-image:url(images/Papierweiss.jpg);
  padding: 5px 20px;
  font-family:"Adobe Garamond","Times New Roman",serif;
  font-size:10pt;
  border:1px solid #ccc;
}

blockquote b, blockquote strong{
  background-color:#ffff33;
  font-weight:300;
  padding:0 2px;
}

.comment, .trackback, .pingback, code {
  background-image:url(images/Papierweiss.jpg);
  padding: 5px 20px;
  border:1px solid #ccc;
}

code {
  display:block;
}

.info {
  text-align:right;
  margin:0;
}
.more {
  text-align:left;
  margin:0;
}
.main-mid a {
  color:#c00000;
}
.main-mid a:visited {
  color:#a00000;
}

.main-mid h2 a, .main-mid h2 a:visited {
  color:black;
  font-weight:bold;
}

#footer {
  clear:both;
  text-align:center;
  font-family:Verdana,sans-serif;
  font-size:7pt;
}

#sidebar ul { margin-bottom:0 }
#sidebar h2 { font-size:8pt; }
#sidebar h2 em { font-style:normal }

#sidebar ul, #sidebar li {
 font-size:8pt;
 list-style:none inside;
 padding:0 10px 0 0;
 }
