* {
 margin: 0; padding: 0;
  border: 0px solid silver;
 }
html {
 height: 101%;
 }
body {
 font: normal normal 11px verdana, arial, sans-serif;
 line-height: 1.5;
 text-align: center;
 background: url(http://blog.druckerey.de/img/body-bg03.gif) repeat-x;
 }

#wrapper {
 width: 960px;
 text-align: left;
 margin: auto;
 }
#header {
  height: 145px;
  margin-bottom: 20px;
  }
#header h1 {
  text-indent: -5000px;
font-size: 0;
  height: 0;
  line-height: 0;
  }
#header img {
  padding: 29px 0 0 62px;
  }

#sidebar-left {
 float: left;
 width: 300px;
 padding-left: 64px;
}
#about img {
margin: 16px 0 0 0;
border: 2px solid #666;
}
#rss {
margin: 20px 0;
padding-left: 20px;
background: url(http://blog.druckerey.de/img/feed-icon-14x14.png) no-repeat;
}

#content {
  float: right;
margin-bottom: 40px;
  width: 560px;
  font: normal 14px georgia, serif;
  line-height: 1.5;
  }
#content h2 {
 font: normal 17px georgia, serif;
 font-style: italic;
 margin-bottom: 17px;
 }
#content p {
 width: 450px;
clear: both;
 }
#content .datum {
text-transform: uppercase;
letter-spacing: 1.1pt;
font: normal 12px georgia, serif;
margin-bottom: 16px;
 }
#content p + p {
 text-indent: 16px;
clear: both;
 }
#content .imgrt {
float: right;
margin: 16px -70px 16px 24px;
}
#content h2 a:link, #content h2 a:visited, #content h2 a:hover, #content h2 a:focus, #content h2 a:active {
 text-decoration: none;
 color: #000;
 }
a img {
border: none;
}
 #footer {
  clear: both;
  padding-left: 60px;
  text-align: center;
  } 
#stichworte {
padding: 32px 200px;
background: #D9DADB url(http://blog.druckerey.de/img/stichworte-bg01.gif) repeat-x top left;
text-align: center;
}
#navigation {
  margin-bottom: 24px;
  }
/*
#navigation  h2  {
 text-transform: uppercase;
 margin-bottom: 6px;
 font-size: 13px;
 font-weight: bold;
 }
#navigation  h2 a {
 width: 190px;
 padding: 6px 0;
 text-decoration: none;
 border: 0px solid gray;
 color: #666;
 display: block;
 background:  url(http://blog.druckerey.de/img/navigation-bg.gif) no-repeat top right;
 background: url(http://blog.druckerey.de/img/nav-bg01.jpg) repeat-x bottom left;
 }
#navigation  h2 a:hover {
 text-decoration: none;
 color: #F07A00;
 background: url(http://blog.druckerey.de/img/nav-bg02.jpg) repeat-x bottom left;
 }
#navigation  h2 a:focus {
 text-decoration: none;
 outline: none; 
 color: #F07A00;
 background: url(http://blog.druckerey.de/img/nav-bg02.jpg) repeat-x bottom left;
 }
#navigation  h2 a:active {
 text-decoration: none;
 outline: none; 
 color: #F07A00;
 background: url(http://blog.druckerey.de/img/nav-bg02.jpg) repeat-x bottom left;
 }
 #navigation ul {
  list-style-type: none;
  margin: 6px 0 8px;
  font-weight: bold;
  }
 #navigation li {
  padding-bottom: 4px;
  
  }
 #navigation li a {
  color: #F07A00;
  text-decoration: underline;
  }
 #navigation li a:hover {
  text-decoration: none;
  }  
  */
#navigation ul {
margin: 8px 0 20px 0;
}
#navigation li {
list-style-type: none;
}
#navigation li a {
text-decoration: none;
}

#navigation li a:hover {
text-decoration: underline;
}

 
 a:link {
 color: #F07A00;
 text-decoration: none;
 }
 a:visited {
 color: #F07A00;
 text-decoration: none;
 }
 a:focus {
 color: #F07A00;
 text-decoration: none;
 }
 a:hover {
 color: #F07A00;
 text-decoration: underline;
 }
 a:active {
 color: #F07A00;
 text-decoration: none;
 }

#txpCommentInputForm {
margin-top: 32px;
}

ol.comments {
 margin-left: 36px;
 }
ol.comments li {
margin-bottom: 16px;
}
#txpCommentInputForm {
margin-left: 16px;
margin-bottom: 40px;
}
#txpCommentInputForm td {
 padding-right: 8px;
}
ul.comments_error {
margin: 24px;
}
input, textarea{
background: #fff;
border-top:1px solid #909090;
border-left:1px solid #CECECE;
border-right:1px solid #CECECE;
border-bottom:1px solid #E4E4E4;
}
textarea {
width: 380px;
height: 200px;
}
div.suchergebnis {
width: 450px;
border-bottom: 1px solid silver;
margin: 12px 0;
padding-bottom: 16px;
} 
input.searchbox {
width: 165px;
background: #f0f1f2;
}   
/* SLIMBOX */

#lbOverlay {
	position: absolute;
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottom {
	position: absolute;
	left: 50%;
	overflow: hidden;
	background-color: #fff;
}



.lbLoading {
	background: #fff url(http://blog.druckerey.de/loading.gif) no-repeat center;
}

#lbImage {
	border: 10px solid #fff;
}


#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}



#lbPrevLink {
	left: 0;
}



#lbPrevLink:hover {
	background: transparent url(http://blog.druckerey.de/prevlabel.gif) no-repeat 0% 30%;
}



#lbNextLink {
	right: 0;
}



#lbNextLink:hover {
	background: transparent url(http://blog.druckerey.de/nextlabel.gif) no-repeat 100% 30%;
}



#lbBottom {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}



#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(http://blog.druckerey.de/closelabel.gif) no-repeat center;
	margin: 5px 0;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}

  