
/* body */

body {
	background-color: #eaeaea;
	margin: 0;
	padding: 10px 0;
	color: #333;
	text-align: center;
	font-size: 86%;
	font-family: Verdana, Geneva, sans-serif;
	line-height: 150%;
}

/* ------------------- main containers ------------------- */

#page { /* contains all containers */
	padding: 0;
	width:auto;
	max-width: 1200px;
	margin: 0 auto;
	text-align: left;
	background-color: #fff;
	height:auto;
	
}


#header {
	/*width: 960px;*/
	height: 60px;
	
	padding-top: 30px;
	margin: 0;
	background-color: #fff; /* #f9f8cc; */
	clear: both;
	text-align:center;
	
}

/*#logo {
	margin: 10px 0 0 10px;
	padding: 0;
	float: left;
	width: 400px;
	height: 127px;
}*/

#navigation {
	position:relative;
	width:100%;
	max-width: 1024px;
	margin: 0 auto;
	padding: 0;
	margin: 0;
	background-color: #c7002c;/*#d7d7d7;	*/
	text-align: center;
	box-sizing:border-box;
	/*top:0;
	left:0;
	height:40px;*/
	
	float: left;
}

#content {
	width:auto;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0;
	margin: 0;
	height:auto;
	max-height: 1700px;
	overflow-y:hidden;
	
}

#testcenter {
	width: 800px;
	margin: 0px;
	padding: 0px 10px 20px 33px;
	height:1850px;/*1780px;height:1480px;moni*/
	float: left;
	overflow-y:hidden;
	
	
}

#center {
	width: 800px;
	margin: 0px;
	padding: 0px 10px 20px 33px;
	height:1700px;/*1780px;height:1480px;moni*/
	float: left;
	overflow-y:hidden;
	
}

#centerimpressum{
	width: 800px;
	margin: 0;
	padding: 0 10px 20px 33px;
	height:1780px;
	float: left;
	overflow-y:hidden;
}

#right, #rightimpressum {
	/*width: 320px;*/	
	margin: 0;
	padding: 40px 0px 10px 30px;
	float: left;
	position: relative;
	height:1780px;/*height:1480px;moni*/
	box-sizing:border-box;
	width:auto;
	overflow-y: hidden;
	
}

#img1{
	position:relative;
	margin: 0 auto;
	max-width:320px;
	width:auto;
}
#img2{
	margin-top:120px;/*235px*/
	box-sizing:border-box;
}
#page, #content,  #center,#centerimpressum{
	box-sizing:border-box;
	overflow-y: visible;
}
#willkommen{
	float:left;
	margin-top:30px;/*margin-top:40px;moni*/
	box-sizing:border-box;
	height:250px;
	
}
#imgbuecher{
	float:left;
	/*margin-top:-100px;*//*margin-top:-50px;moni*/
	box-sizing:border-box;
	margin-right:20px;
	margin-bottom:30px;/*margin-bottom:70px;moni*/
	height:295px;
	width:480px;
}
#buecherstand{
	width:450px;
	margin-top:10px;
	margin-left:0px;
	
}
#imgschaufenster{
	position:relative;
	margin-top:10px;
	width:700px;
	display:block;
}
#oeffnung{
	clear:both;
	position:relative;
	box-sizing:border-box;
}
.oeffnung{
	clear:both;
	position:relative;
	box-sizing:border-box;
}
#adresse{
	position:relative;
	margin-top:70px;/*margin-top:40px;*/
	box-sizing:border-box;
}
#center.shop {
	width: 900px;
	padding-right: 27px;
}

#footer {
	width:auto;
	margin: 5px 0 0 0;
	padding: 20px 47px 70px 33px;
	clear: both;
	font-size: 100%;
	background-image:url(/images/bg-footer.jpg);
	background-position: left bottom;
	background-repeat: no-repeat;
}
#map_canvas_adresse{
    position:relative;
	width:auto;
	max-width: 320px;
	/*margin: 0 auto;*/
	top:60px;
    /*width:320px;*/
	height:21%;
	box-sizing:border-box;
	border:1px solid #000;
}
/* ------------------- header ------------------- */

/* ------------------- navigation ------------------- */
#toggle{
	position:relative;
	display:none;
	color:#fff;
	float:left;
	border:2px solid #909090;
	border-radius:5px;
	height:29px;
	box-sizing:border-box;
	margin-top:1px;
	/*height:30px;
	float:left;
	color:#fff;
	box-sizing:border-box;
	border:2px solid #fff;*/
}
#menu{
	display:block;
	float:left;
	padding:3px;
}
#topNavi {
	overflow:hidden;
	list-style-type: none;
	list-style-image: none;
	margin:0px auto;
	/*margin: 0 0 0 95px;*/
	padding: 0;
	width: 735px;
	box-sizing:border-box;
	display:block;
	
}

ul#topNavi li {
	display: block;
	box-sizing:border-box;
	float: left;	
	margin: 0 20px 0 0;
	padding: 0 5px 0 5px;
	font-weight: bold;
	background-image: none;
}
ul#topNavi li:last-child{
    margin:0px;
}

ul#topNavi li a {	
	font-family: Georgia,"Palatino Linotype",Garamond,"Times New Roman",Times,serif;
	font-size: 120%;
	font-weight:normal;
	display: block;
	color: #fff;/*333;*/
	text-decoration: none;
	padding: 5px 0;
	margin: 0;
}

ul#topNavi li:hover {
	background-color: #b30027;
	/*color: #eaeaea;*/
}

ul#topNavi li a.selected {
	/*color: #eaeaea;*/
	background-color: #b30027;
}




/* ------------------- left ------------------- */


/* ------------------- center ------------------- */


/* ------------------- right ------------------- */


/* ------------------- footer ------------------- */






/* ------------------- general classes ------------------- */

p {
	margin: 0;
	padding: 8px 0;
}

.box p {
	padding: 2px 0;
}

h1 {
	font-family: Georgia,"Palatino Linotype",Garamond,"Times New Roman",Times,serif;
	color: #c7002c;
	font-size: 150%;
	margin: 0;
	padding: 30px 0 10px;
	clear: both;
	line-height: 150%;
	font-weight: normal;
}

h2 {
	font-family: Georgia,"Palatino Linotype",Garamond,"Times New Roman",Times,serif;
	color: #c7002c;
	font-size: 135%;
	margin: 0;
	padding: 15px 0 5px;
	clear: both;
	line-height: 150%;
	font-weight: normal;
}

h3 {
	font-family: Georgia,"Palatino Linotype",Garamond,"Times New Roman",Times,serif;
	color: #c7002c;
	font-size: 125%;
	margin: 0;
	padding: 15px 0 5px;
	clear: both;
	line-height: 150%;
	font-weight: normal;
}
h4 {
	font-family: Georgia,"Palatino Linotype",Garamond,"Times New Roman",Times,serif;
	color: #c7002c;
	font-size: 100%;
	margin: 0;
	padding: 15px 0 5px;
	clear: both;
	line-height: 150%;
	font-weight: normal;
}

.box h3 {
	padding: 8px 30px 3px 0;
	color: #333;
}

h4.formRow {
	color: #c7002c;
	font-size: 100%;
	margin: 0;
	padding: 5px 10px;
	clear: both;
	line-height: 150%;
}

a img {
	border: 0px;
}

a:link,
a:active,
a:visited {
	color: #c7002c;
	text-decoration: underline;
}

a:hover {
	color: #c7002c;
	text-decoration: none;
}

table {
	display: table;
	margin: 5px 0;
	padding: 0;
	border-collapse: collapse;
	width: 100%;
	clear: both;
}

tr {	
	display: table-row;
}

th {
	background-color: #f9f19a;
	font-weight: bold;
	margin: 0;
	padding: 4px 10px;
	text-align: left;
	display: table-cell;
	border-bottom: 1px solid #FFF;
	border-right: 1px solid #FFF;
	white-space: nowrap;	
}

td {
	background-color: #fdfadb;	
	padding: 4px 10px;
	margin: 0;
	display: table-cell;
	border-bottom: 1px solid #FFF;
	border-right: 1px solid #FFF;
	vertical-align: top;
}

.box td {
	background-color: transparent;
}

form {
	margin: 0;
	padding: 0;
}

/*fieldset {
	margin: 5px 0;
	padding: 5px 0 0;
	clear: both;
	width: 100%;
	border: none;
	background-color: #EAEAEA;
	position: relative;
}*/

.formRow {
	width: 610px;	
	margin: 0;
	padding: 5px 10px;
	float: left;
	clear: both;
	list-style-type: none;
	list-style-image: none;
}

.formRow.buttonRow {
	padding: 10px 10px 10px 260px;
	width: 360px;
}

label {
	width: 250px;
	float: left;
	padding: 0;
	margin: 0;
}

li label.checkboxLabel {
	width: auto;
	float: left;
}

label.checkboxLabel {
	width: 470px;
	float: left;
}

input, select, textarea {
	font-family: Verdana, Geneva, sans-serif;
	width: 300px;
	margin: 0;
	padding: 0 1px;
	font-size: 100%;
}

select {
	width: 306px;
}

textarea {
	width: 302px;
}

input.checkbox,
input.radio {
	width: auto;
	float: left;
	margin: 3px 5px 0 0;
	vertical-align: middle;
	padding: 0;
}

* html input.checkbox,
*+html input.checkbox,
* html input.radio,
*+html input.radio {
	margin-top: 0;
	margin-left: -3px;
}

label.shortlabel {
	width:  auto;
	margin-right:  5px;
}

/*.button {
	background-color: #c7002c;
	border-top: 1px solid #e1e1e1;
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
	border-left: 1px solid #e1e1e1;
	background-repeat: repeat-x;
	padding: 2px 10px;
	color: #fff;
	width: auto;
}

* html .button,
*+html .button {
	padding: 2px 5px;
}*/

.button.cancel {
	background-color: #7A7A7A;
	border-top: 1px solid #e1e1e1;
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
	border-left: 1px solid #e1e1e1;
	color: #fff;
}

.button.warn {
	background-color: #A60021;
	border-top: 1px solid #e1e1e1;
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
	border-left: 1px solid #e1e1e1;
	color: #fff;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.small {
	font-size: 85%;	
}

td.small {
	line-height: 130%;
}

.normal {
	font-weight: normal;
}

.floatRight {
	float: right;
}

ul {
	margin: 5px 0;
	padding: 0;
	list-style: none;
}

li {
	margin: 10px 0;
	padding: 0 0 0 12px;
	background-image: url(/images/bg-li.gif);
	background-position: left 7px;
	background-repeat: no-repeat;
}

ul.horizontal-four li {
	float: left;
	width: auto;
	margin-right: 30px;
}

#right .box{
	width: 218px;
	padding: 5px 15px;
	border: 1px solid #D7D7D7;
}


.box {
	background-color: #f4f4f4;
	margin: 10px 0 10px;
	border-right: 1px solid #E1E1E1;
	border-bottom: 1px solid #E1E1E1;
	line-height: 150%;
	font-size: 85%;
}

.okayMessage {
	width: 608px;
	color: #005940;
	font-weight: bold;
	margin: 5px 0 15px;
	padding: 5px 10px;
	background-color: #fff;
	border: 1px solid #005940;
}

.warnMessage {
	width: 608px;
	color: #E88B00;
	font-weight: bold;
	margin: 5px 0 15px;
	padding: 5px 10px;
	background-color: #fff;
	border: 1px solid #E88B00;
}

.errorMessage {
	width: 608px;
	color: #A60021;
	font-weight: bold;
	margin: 5px 0 15px;
	padding: 5px 10px;
	background-color: #fff;
	border: 1px solid #A60021;
}

.errorLabel {
	color: #A60021;
	font-weight: bold;
}

.linkRow {
	width: 100%;	
	margin: 15px 0 5px;
	padding: 0;
	float: left;
	clear: both;
}

td.sumRow {
	background-color: #FAF5C4;
}

.adjustToFullWidth {
	margin-right: 55px;
}

.productImage {
	border: 1px solid #e6e6e6;
}

.red {
	color: #A60021;
}

.nowrap {
	white-space: nowrap;
}

table#searchResults td {
	padding-bottom: 10px;
}

.sortArrow {
	margin-left: 5px;
	margin-bottom: 1px;
}

.invitationcard {
	border: 2px solid #EAEAEA;	
}

/*suchformular  */
.bz {
	width:20%;
	padding:5px 0 5px 0;
}
.werte{
	width:65%;
	margin-left:5px;
}
.bz, .werte {
	float:left;
	font-weight:normal;
	margin-bottom:10px;
	border:0px solid #f00;
}
.formzeile{
	position:relative;
	width:100%;
	margin-bottom:14px;
	border-bottom:1px dotted #bbb;
	padding:3px;
}
.clearer{
	/*position:relative;*/
	clear:both;
	width:auto;
	height:5px;
	/*border:1px solid #00f;*/
}
.flang{
	/*width:300px;*/
	padding:5px;
}
#formular1{
	position:relative;
	width:80%;
	visibility:visible;
	/*margin:10px auto 0 auto;*/
	margin-left:10px;
	
}
fieldset {
	position:relative;
	box-sizing:border-box;
	border:2px solid #c7002c;
	padding:10px 15px 10px 10px;
	margin:0px 0px 10px 0px;
	width:auto;
}

legend {
	color:#c7002c;/* #0D2458;*/
	font-weight:700;
	background-color:transparent !important;
	height:30px;
	margin-bottom:5px;
	padding:8px 10px 0px 10px;
}
.suchen{
	position:relative;
	margin-left:90px;
	height:30px;
	width:100px;
	background-color:#c7002c;
	color:#fff;
}
.loeschen{
	height:30px;
	width:100px;
	background-color:#b1b1b1;
	color:#fff;
}