/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

* {
	margin: 0;
	padding: 0;
}

body {
	margin: 5px 0;
	background: #FFFFFF;
	font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #666666;
}

h1, h2, h3 {
	color: #666666;
}

h2 {
  font-size: 1.4em;
}

h3 {
	font-size: 1em;
}

p, blockquote, ul, ol {
	margin-bottom: 0.5em;
	line-height: 1.65em;
	text-align: justify;
}

p {
}

blockquote {
	margin-left: 2em;
	margin-right: 2em;
	font-style: italic;
}

ul {
	margin-left: 3em;
}

ul li {
}

ol {
	margin-left: 3em;
}

ol li {
}

a {
	text-decoration: underline;
	color: #3E9722;
}

a:hover {
	text-decoration: none;
	color: #E58C24;
}


img {
	border: none;
}

img.left {
	float: left;
	margin: 5px 20px 0 0;
}

.left {
	float: left;
	margin: 5px 20px 0 0;
}

img.right {
	float: right;
	margin: 5px 0 0 20px;
}

/* Boxed Style */

.boxed {
}

.boxed .title {
	background: #3C74E6 url(images/img06.gif) repeat-x;
}

.boxed .title h2 {
	height: 28px;
	padding: 12px 0 0 20px;
	text-transform: uppercase;
	font-size: 1em;
	color: #FFFFFF;
}

.boxed .content {
	padding: 20px;
	border-top: 1px solid #FFFFFF;
	background: url(images/img07.gif) repeat-x;
}

/* Post */

.post {
}


.post .date {
	margin-top: -25px;
	padding-bottom: 10px;
	padding-right: 20px;
	text-align: right;
	font-size: x-small;
	color: #FFFFFF;
	background: transparent;
  position: absolute;
  margin-left: 420px;
}

.post .icon {
	margin-top: -25px;
	position: absolute;
  margin-left: 440px;
}

.post .date .month {
}

.post .date .day {
}

.post .date .year {
}

/* Header */

#header {
	width: 920px;
	height: 120px;
	margin: 0 auto;
	padding: 20px 20px 0 20px;
	background: #CAE646 url(images/img01.jpg) no-repeat;
}

/* Header > Logo */

#logo {
	float: left;
	width: 240px;
	height: 50px;
}

#logo h1 {
	float: left;
	margin: 0;
	padding: 50px 0 0 0;
	font-size: 2.6em;
}

#logo h2 {
	float: left;
	margin-top: -5px;
	font-size: 1em;
}

#logo a {
	text-decoration: none;
	color: #000000;
}

/* Header > Menu */

#menu {
	float: right;
}

#menu ul {
	margin: 0;
	padding-top: 79px;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	width: 120px;
	height: 30px;
	margin-left: 2px;
	padding-top: 10px;
	background: url(images/img03.gif) no-repeat;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	color: #000000;
}

#menu a:hover {
	background-image: url(images/img04.gif);
}

#menu .active a {
	background-image: url(images/img05.gif);
}

/* Content */

#content {
	width: 920px;
	margin: 0 auto;
	padding: 20px;
	background: url(images/img02.jpg) no-repeat;
	border-top: 1px solid #FFFFFF;
}

/* Content > Main */

#main {
	float: left;
	width: 500px;
	padding-left: 20px;
}

/* Content > Main > Welcome */

#welcome {
}

/* Content > Main > Example */

#example {
}

/* Content > Sidebar */

#sidebar {
	float: left;
	width: 200px;
}

#sidebar_forum {
  float: left;
  width: 180px;
}

#sidebar .boxed .title h2 {
	background: url(images/img08.gif) no-repeat;
}

/* Content > Sidebar > Login */

#login legend {
  display: none;
}

#login fieldset {
  border:medium none;
}

form {
}

fieldset {
	border: none;
}


legend {
  background:#3592F8 none repeat scroll 0%;
  border:1px solid #3592F8;
  margin-left:5px;
  padding:2px 6px;
  color: #FFF;
  font-weight: bold;
}

label {
	display: block;
}

input, select {
	/*padding: 2px 5px;*/
	font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #666666;
}

#inputtext1, #inputtext2 {
	/*width: 160px;*/
	width: 155px;
	margin-bottom: 10px;
}

#inputisbn {
  width: 300px;
}

#inputsubmit1 {
	margin: 0;
	padding: 0;
}

/* Content > Sidebar2 */

#sidebar2 {
	float: left;
	width: 180px;
	padding-left: 20px;
}

#sidebar2 .boxed .title h2 {
	background: url(images/img10.gif) no-repeat right top;
}

/* Content > Sidebar2 > ad120x600 */

#ad120x600 {
	text-align: center;
}

/* Footer */

#footer {
	clear: both;
	width: 960px;
	height: 20px;
	margin: 0 auto;
	padding: 20px 0;
	background: url(images/img02.jpg) no-repeat;
}

#footer p {
	margin: 0;
	text-align: center;
	line-height: normal;
	font-size: x-small;
}

#footer a {
	text-decoration: underline;
	color: #666666;
}

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

/* Footer > Legal */

#legal {
}

/* Footer > Links */

#links {
}

.box-orange {
	background: url(images/or_img09.gif) repeat-x;
}

.box-orange .section {
	background: url(images/or_img11.gif) no-repeat right top;
	font-size: 100%;
	color: #FFFFFF;
}

.box-orange .section b {
	display: block;
	height: 23px;
	padding: 7px 0 0 10px;
	background: url(images/or_img10.gif) no-repeat;
}

.box-orange .content {
	padding: 20px;
}

.byline {
	color: #CCCCCC;
}

h1, h2 {
font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;
font-weight:normal;
}

h1	{
	font-size: 172%;
}

.box-blue {
	background: url(images/blue_img13.gif) repeat-x;
}

.box-blue .section {
	background: url(images/blue_img15.gif) no-repeat right top;
	font-size: 100%;
	color: #FFFFFF;

}

.box-blue .section b {
	display: block;
	height: 23px;
	padding: 7px 0 0 10px;
	background: url(images/blue_img14.gif) no-repeat;
}

.box-blue .content {
	padding: 10px;
	line-height: 1.6em;
}

.dotted {
	background:transparent url(images/grey-dot-horiz-border.gif) repeat-x scroll left bottom;
}

.col2
{
	width: 230px;
	float: left;
	padding: 0px 8px 0px 8px;
}

.col2 .box-blue .content ul{
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}

.col2 .box-blue .content {
	padding:10px 0px 20px 10px;
}

#links ul {
  margin-left: 1.5em;
}

#buchliste ul {
  margin-left: 0;
	padding-left: 0;
	list-style: none;
}

#buchliste a {
  color: #4466EE
}

.buchinfos {
  float: right;
  width: 368px;
}

.buchdetail {
  float: right;
  width: 320px;
}


.schrankliste a {
  color: #4466EE
}

.suchergebnis {
	float: right;
	margin: 0px 20px 0 0;
	width: 350px;
}

img.addicon {
  margin-top: 30px;
  text-align: right;
  float: right;
  padding-left: 10px;
}

.sort li {
  display: inline;
  margin-left: 130px;
}

.sort li.first {
  display: inline;
  margin-left: 5px;
}

/* Offset Navigation */
ul.arrows {
  list-style-image: none;
  list-style-position:outside;
  list-style-type:none;
  text-align: center;
  margin-left: 0;
}


.arrows li {
  display: inline;
  line-height: 15px;
}

.arrows select {
  margin-bottom: 4px;
  width: 50px;
}

.arrows a {
  text-decoration: none;
}

ul.aktionen {
  list-style-image: none;
  list-style-position:outside;
  list-style-type:none;
  margin-left: 0;
  text-align: center;
}

.aktionen li {
  display: inline;
  margin-right: 50px;
  margin-left: 50px;
}

ul.bewertung {
  list-style-image: none;
  list-style-position:outside;
  list-style-type:none;
  margin-left: 0;
  text-align: center;
}

.bewertung li {
  display: inline;
  margin-bottom: 10px;
}

ul.kats {
  list-style-image: none;
  list-style-position:outside;
  margin-left: 0;
}

#buchliste a.headerlink {
  color: white;
}

.rbox {
  position:relative;
}

.rbox.nocaption .h .c {
  /*font-size:1px;*/
  height:10px;
}

.rbox .h {
  background:transparent url(img/top.png) no-repeat scroll 0px;
}

.rbox .h .c {
  background:transparent url(img/top_r.png) no-repeat scroll right 0px;
}

.rbox .bd {
  background:transparent url(img/middle.png) repeat-y scroll 0px;
}

.rbox .f .c {
  background:transparent url(img/bottom_r.png) no-repeat scroll right 0px;
}

.rbox .bd .c {
  background:transparent url(img/middle_r.png) repeat-y scroll right 0px;
  padding:8px 6px 8px 0px;
}

.rbox .f {
background:transparent url(img/bottom.png) no-repeat scroll 0px;
}

select option {
  margin: 3pt;
}

#tbl_header_2col_l {
  width: 300px;
  float: left;

}

#tbl_header_2col_r {
  float: right;
  margin-right: 15px;
}

.tbl_2col_l {
  width: 400px;
  float: left;
}

.tbl_2col_r {
  float: right;
  margin-right: 15px;
}

ul.link_enum {
  list-style-image: none;
  list-style-position:outside;
  list-style-type:none;
  margin-left: 0;
  text-align: center;
}

.link_enum li {
  display: inline;
}

ul.tbl {
  list-style-image: none;
  list-style-position:outside;
  list-style-type:none;
  text-align: center;
}

.tbl li {
  display: inline;
}

.tabelle {
  margin-left: 20px;
  margin-top: 15px;
}

.l_column {
  float: left;
  width: 200px;
  min-width: 200px;
}

.r_column {
  float: left;
  width: 285px;
  min-width: 285px;
  margin-left: 15px;
}

.ms_box {
  margin-top: 15px;
  border: 1px solid #3592F8;
}

.ms_box h3 {
  background-color: #3592F8;
  color: white;
  font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;
  font-weight:normal;
  font-size: 110%;
  padding-left: 7px;
  line-height: 20px;
}

.ms_box h4 {
  background-color: #CEE4FD;
  font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;
  text-align: right;
  font-weight:normal;
}

.ms_box h4 a{
  color: #4466EE;
}

.ms_box .ms_content {
  background-color: white;
  padding: 5px;
  line-height: 1.5em;
}

.ms_content a {
  color:#4466EE;
}

.ms_content ul {
  text-align: left;
}

.pin_pic {
  float: left;
  width: 60px;
  padding-right: 5px;
}

.pin_header {
  background-color: #F0F0F0;
}

.pin_message {
  float:right;
  width: 410px;
}

.notiz {
  background-color: #F0F0F0;
}



#pinFormular {
  border: 1px solid blue;
  margin: 5px;
  text-align: center;
}

.ms_content h4 {
  background-color: #F0F0F0;
  font-size: 1.4em;
  text-align: center;
}

.bearbeiten {
  text-align:right;
  padding-top: 10px;
}

.bearbeiten a {
  color:#3E9722;
}

fieldset {
  border:1px solid #3592F8;
}

.edit tr {
  line-height: 2.2em;
}

.pinFooter {
  text-align: right;
  font-size: 0.8em;
}

.verwaltung ul {
  list-style-image: url(img/list_item.png);
  list-style-position:outside;
  list-style-type:none;
  text-align:left;
  margin-left: 20px;
}

.verwaltung ul ul {
  list-style-image: url(img/list_item2.png);
}

div.wunschzettel {
  padding: 10px;
  height: 80px;
  width: 76px;
  float: left;
  text-align: center;
  vertical-align: middle;

}

#buchinfo_ol a {
  color: #4466EE;
}

#buchinfo_ol {
  line-height: 150%;
}

div.besucher {
  float: left;
  text-align: center;
  width: 78px;
  margin-top: 5px;
}

div.besucher img {
  height: 65px;
}

/*
  Blog
*/
h2.date-header {
  margin:1.5em 0 0.5em;
  color:#999999;
  font-family:'Trebuchet MS',Trebuchet,Arial,Verdana,Sans-serif;
  font-size:78%;
  font-size-adjust:none;
  letter-spacing:0.2em;
  line-height:1.4em;  
  text-transform:uppercase;
}

h2.date-header_front {
  margin:0 0 1.5em;
  color:#666666;
  font-family:'Trebuchet MS',Trebuchet,Arial,Verdana,Sans-serif;
  font-size:78%;
  font-size-adjust:none;
  letter-spacing:0.2em;
  line-height:1.4em;  
  text-transform:uppercase;
}

h2.title a {
  color: #CC6600;
  display:block;
  font-weight:normal;
  text-decoration:none;
  line-height:1.4em;
  font-size: 140%;
}

h2.title_front a {
	color: #CC6600;
  display:block;
  font-weight:normal;
  text-decoration:none;
  line-height:1.4em;
  font-size: 110%;
}

div.blog-body {
  line-height:1.6em;
  margin:0 0 0.75em;
  color: #333333;
}

div.blog-footer {
  color:#999999;
  font-family:'Trebuchet MS',Trebuchet,Arial,Verdana,Sans-serif;
  font-size:78%;
  font-size-adjust:none;
  font-style:normal;
  font-variant:normal;
  font-weight:normal;
  letter-spacing:0.1em;
  line-height:1.4em;
  text-transform:uppercase;
}

div.blog-footer_front {
  color:#666666;
  font-family:'Trebuchet MS',Trebuchet,Arial,Verdana,Sans-serif;
  font-size:78%;
  font-size-adjust:none;
  font-style:normal;
  font-variant:normal;
  font-weight:normal;
  letter-spacing:0.1em;
  line-height:1.4em;
  text-transform:uppercase;
}

div.blog-post {
  border-bottom:1px dotted #CCCCCC;
  margin:0.5em 0 1.5em;
  padding-bottom:1.5em;
}

ul.blog-kat {
  list-style-image:none;
  list-style-position:outside;
  list-style-type:none;
  margin-left:0;
  padding-left:0;
  text-align: center;
}

h4.kommentare {
  color:#999999;
  font-weight:bold;
  letter-spacing:0.2em;
  line-height:1.4em;
  margin:1em 0;
  text-transform:uppercase;
}

h4.kommentare_front {
  color:#666666;
  font-weight:bold;
  letter-spacing:0.2em;
  line-height:1.4em;
  margin:1em 0;
  text-transform:uppercase;
}

div.kommentar {
  color: #333333;
  padding-bottom:1.5em;
  border-bottom:1px dotted #CCCCCC;
}

div.kommentar_text {
  margin:0.5em 0 0.5em;
}

.kommentar a {
  color: #5588AA;
}

span.bbu {
  text-decoration: underline;
}
