@charset "utf-8";
/* CSS Document */

body {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:13px;
	margin:0;
	padding:0;
	background: #F0F0F3; 
	color: #404060;
}

img { 
	border: 0;
}

#header {
	width: 991px;
	margin: 30px auto 0 auto;
	height: 200px;
	background: #3000d0 url(../img/libuheadersmall.jpg) no-repeat;
}

#header h1 {
	position: relative;
	top: 55px;
	left: 220px;
	font-size: 2.5em;
	width: 600px;
	color: #EEE;
}

#content {
	width: 991px;
	background-image:url(../img/bg.gif);
	margin: 0 auto 0 auto;
	min-height: 200px;
	background-repeat:repeat-y;
}

#content h1, h2, h3, h4, p, div {
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 40px;
	margin-right: 40px;
}

#content h1 {
	display: none;
}

#content h2 {
	padding-top: 20px;
	padding-bottom: 5px;
}

#content div {
	padding: 5px 0;
}

#footer {
	width: 991px;
	height: 95px;
	margin: 0 auto 10px auto;
	background-image:url(../img/footer2.gif);
	background-repeat:no-repeat;
}

#footer div {
	font-size: 0.7em;
	padding-top: 35px;
	padding-left: 40px;
}

/* Menu */

#menu {
	height: 50px;
	margin: 0 0;
	padding: 86px 40px 0 40px;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
	background: url(../img/img05.jpg) no-repeat right top; 
}

#menu a {
	height: 35px;
	display: block;
	float: left;
	margin: 0px 20px 0px 10px;
	background: url(../img/img06.gif) no-repeat right 21px;
	padding: 15px 25px 0px 10px;
	text-decoration: none;
	text-align: center;
	font-size: 14px;
	font-weight: normal;
	color: #4B4B4B;
	border: none;
}

#menu a:hover, #menu .current_page_item a {
	text-decoration: none;
	color: #000010;
}

#menu .current_page_item a {
	font-weight: bold;
}

#menu .first a {
	padding-left: 0px;
}

.buchinfo {
	width:690px;
	margin-left:260px;
}

.buchinfo h1, .buchinfo h2, .buchinfo h3, .buchinfo h4, .buchinfo p, .buchinfo div {
	margin: 0;
}


.cover {
	margin: 25px 0 0 40px;
	border: 0;
	float: left;
/*	width: 190px;
	height: 300px; */
	background: url(../img/schatten3.jpg) no-repeat;
} 

.cover img {
	border: 0;
	margin-top: 5px;
	margin-left: 7px;
	margin-bottom: 42px; 
	margin-right: 24px;
}

#content hr { 
	width: 90%;
	margin: 20px auto;
	color:#aaa;
	border: 0;
	border-bottom: 1px;
	border-bottom-style:dashed;
}

/* Formulardesign */

label {
	display:block;
	float:left;
	width: 100px;
}


input, textarea {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:13px;
	width: 320px;
}

input[name="send"] {
	margin-left: 100px;
}

.error {
	background-color: #F99;
}