/* ############################################################################################## */
/* buecherei-vreden                                                                               */

/* ********************************************************************************************** */
/* file: all-content.css                                                                          */
div.vm,div.dm {
	margin-bottom: 2px;
	margin-top: 2em;
}

/* ********************************************************************************************** */
/* file: all-editor-font.css                                                                      */
a,body,button,input,select,textarea {
	color: #9b9d9f;
}

hr {
	background-color: #9b9d9f;
	border: 0;
	color: #9b9d9f;
	height: 1px;
}

body,button,input,select,table,textarea {
	font-family: Verdana;
}

body {
	font-size: 11px;
}

button,input,select,table,textarea {
	font-size: 1em;
}

/* ********************************************************************************************** */
/* file: all-editor-form.css                                                                      */
button,input,select,textarea {
	border-color: #159137;
	border-style: solid;
}

button {
	background-color: #921b2a;
	border-width: 1px;
	color: #fff;
}

button.button,input.button {
	background-color: #921b2a;
	border-width: 1px;
	color: #fff;
}

button[type="button"],input[type="button"] {
	background-color: #921b2a;
	border-width: 1px;
	color: #fff;
}

input.image {
	
}

input[type="image"] {
	
}

button.reset,input.reset {
	background-color: #921b2a;
	border-width: 1px;
	color: #fff;
}

button[type="reset"],input[type="reset"] {
	background-color: #921b2a;
	border-width: 1px;
	color: #fff;
}

button.submit,input.submit {
	background-color: #921b2a;
	border-width: 1px;
	color: #fff;
}

button[type="submit"],input[type="submit"] {
	background-color: #921b2a;
	border-width: 1px;
	color: #fff;
}

input {
	
}

input.checkbox {
	
}

input[type="checkbox"] {
	
}

input.file {
	border-width: 1px;
	padding: 1px;
}

input[type="file"] {
	border-width: 1px;
	padding: 1px;
}

input.email {
	border-width: 1px;
	padding: 1px;
}

input.datefield {
	border-width: 1px;
	padding: 1px;
}

input.password {
	border-width: 1px;
	padding: 1px;
}

input[type="password"] {
	border-width: 1px;
	padding: 1px;
}

input.radio {
	
}

input[type="radio"] {
	
}

input.text {
	border-width: 1px;
	padding: 1px;
}

input[type="text"] {
	border-width: 1px;
	padding: 1px;
}

select {
	border-width: 1px;
	padding: 1px;
}

optgroup {
	
}

option {
	padding-left: 0.4em;
}

textarea {
	border-width: 1px;
	padding: 1px;
}

/* ********************************************************************************************** */
/* file: all-editor-global.css                                                                    */
* {
	margin: 0;
	padding: 0;
}

.clear {
	clear: both;
}

.clearLeft {
	clear: left;
}

.clearRight {
	clear: right;
}

/* ********************************************************************************************** */
/* file: all-editor-headline.css                                                                  */
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
	line-height: normal;
}

}
h1 a,h2 a,h3 a,h4 a,h5 a,h6 a {
	
}

h1 {
	font-size: 1.5em;
}

h2 {
	font-size: 1.3em;
}

h3 {
	font-size: 1.1em;
}

h4 {
	font-size: 1em;
}

h5,h6 {
	font-size: 0.9em;
}

/* ********************************************************************************************** */
/* file: all-editor-image.css                                                                     */
img {
	
}

img.image {
	display: block;
	margin-bottom: 0.6em;
}

img.teaserimg-left {
	float: left;
	margin-bottom: 1.667em;
	margin-right: 1.667em;
	margin-top: 0.75em;
}

img.teaserimg-right {
	float: right;
	margin-bottom: 1.667em;
	margin-left: 1.667em;
	margin-top: 0.75em;
}

a img {
	border: 0;
}

a img[border="1"] {
	border-width: 1px;
}

/* ********************************************************************************************** */
/* file: all-editor-link.css                                                                      */
a {
	outline: none;
}

/* ********************************************************************************************** */
/* file: all-editor-list.css                                                                      */
li {
	list-style-image: url("../img/li.gif");
	margin-left: 1.5em;
}

ol {
	margin-left: 2em;
}

ol li {
	list-style-image: none;
	margin-left: 0;
}

ul {
	margin-left: 1.5em;
}

ul li {
	list-style-image: url("../img/li.gif");
	margin-left: 0;
}

ul ul li {
	list-style-image: url("../img/li-li.gif");
	margin-left: 0;
}

ul ul ul li {
	list-style-image: url("../img/li-li-li.gif");
	margin-left: 0;
}

/* ********************************************************************************************** */
/* file: all-form-newsletter-sign-in.css                                                          */
#form-newsletter-sign-in {
	background-image: url(../img/bg-form-newsletter-sign-in.gif);
	background-repeat: no-repeat;
	background-position: 0 100%;
	padding-bottom: 25px;
	position: relative;
}
#form-newsletter-sign-in h2 {
	font-size: 1em;
	font-weight: bold;
}
#form-newsletter-sign-in input.submit {
	background-color: transparent;
	border-style: none;
	cursor: pointer;
	height: 25px;
	width: 25px;
	position: absolute;
	bottom: 0;
	left: 198px;
}
#form-newsletter-sign-in input.text {
	background-color: transparent;
	border-style: none;
	padding-right: 5px;
	padding-left: 5px;
	width: 185px;
	position: absolute;
	bottom: 5px;
	left: 0;
}

/* ********************************************************************************************** */
/* file: all-form-search.css                                                                      */
#form-search {
	background-image: url(../img/bg-form-search.gif);
	background-repeat: no-repeat;
	background-position: 0 100%;
	padding-bottom: 25px;
	position: relative;
}
#form-search input.submit {
	background-color: transparent;
	border-style: none;
	cursor: pointer;
	height: 25px;
	width: 25px;
	position: absolute;
	bottom: 0;
	left: 0;
}
#form-search input.text {
	background-color: transparent;
	border-style: none;
	padding-right: 5px;
	padding-left: 5px;
	width: 185px;
	position: absolute;
	bottom: 5px;
	left: 28px;
}

/* ********************************************************************************************** */
/* file: all-layout.css                                                                           */
* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #55595c;
}

html {
	overflow-y: scroll;
}

.clear {
	background-color: #0f0;
	clear: both;
	/*
	height: 0;
	overflow: hidden;
	*/
}

#page {
	background-color: #fff;
	margin: 30px auto;
	width: 1008px;
	padding-top: 15px;
	padding-right: 41px;
	padding-bottom: 15px;
	padding-left: 48px;
	width: 919px;
}

#header {
	padding-top: 9px;
}

div#logo {
	padding-bottom: 21px;
}

div#logo a {
	background-image: url("../img/logo-Buecherei-Vreden.gif");
	background-position: 50% 50%;
	background-repeat: no-repeat;
	display: block;
	height: 73px;
	margin: 0 auto;
	overflow: hidden;
	text-indent: -9999em;
	width: 570px;
}

#header-bottom {
	background-color: #55595c;
	height: 24px;
	position: relative;
}

#navi {
	font-size: 11px;
}

#navi-ico {
	position: absolute;
	right: 8px;
	top: 6px;
}

#navi-ico ul,#navi-ico li {
	list-style-image: none;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#ico-printer {
	background-image: url(../img/ico-printer.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
	display: block;
	height: 12px;
	overflow: hidden;
	text-indent: -9999em;
	width: 16px;
}

#body {
	margin-top: 13px;
}

#body .body-col {
	float: left;
	overflow: hidden;
}

#body-col-1 {
	width: 285px;
}

#body-col-1 .body-col-cnt {
	margin-right: 62px;
}

#navi-sub {
	min-height: 265px;
}

#info {
	border-color: #afafae;
	border-top-style: solid;
	border-width: 1px;
	padding-top: 1px;
}

#form-search {
	margin-top: 17px;
}

#news {
	margin-top: 17px;
}

#form-newsletter-sign-in {
	margin-top: 17px;
}

#body-col-2 {
	width: 634px;
}

#body-col-2 .body-col-cnt {
	
}

#footer {
	background-color: #55595c;
	font-size: 11px;
	line-height: 1em;
	margin-top: 13px;
	overflow: hidden;
	padding: 5px 6px;
}

#footer,#footer a {
	color: #fff;
}

#footer ul,#footer ul {
	list-style-image: none;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#footer ul {
	float: right;
}

#footer li {
	border-color: #fff;
	border-left-style: solid;
	border-width: 1px;
	float: left;
	padding: 0 1em;
}

#footer li.first-child {
	border-left-style: none;
	padding-left: 0;
}

#footer li.last-child {
	padding-right: 0;
}

#footer a {
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

/* ********************************************************************************************** */
/* file: all-navi-sub.css                                                                         */
#navi-sub ul 
, #navi-sub li {
	list-style-image: none;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#navi-sub ul {
	background-color: #e8e9ea;
}
#navi-sub .men ul {
	display: none;
}

#navi-sub li {
	border-color: #fff;
	border-top-style: solid;
	border-width: 1px;
	padding-top: 5px;
	padding-bottom: 6px;
	padding-left: 18px;
}
#navi-sub li:first-child {
	border-top-style: none;
}

#navi-sub a {
	color: #9b9d9f;
	text-decoration: none;
}
#navi-sub a:hover {
	text-decoration: underline;
}

/* ********************************************************************************************** */
/* file: all-navi.css                                                                             */
#navi ul 
, #navi li {
	list-style-image: none;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#navi li ul {
	display: none;
}

#navi li {
	border-color: #fff;
	border-style: none solid none none;
	border-width: 1px;
	float: left;
	line-height: 24px;
	height: 24px;
}

#navi a {
	color: #fff;
	display: block;
	padding-right: 15px;
	padding-left: 15px;
	text-decoration: none;
}
#navi .men-pfad a 
, #navi a:hover {
	background-color: #9b9d9f;
	text-transform: uppercase;
}
#navi .men-pfad a {
	font-weight: bold;
}
#navi .men a {
	text-transform: none;
}
