@CHARSET "ISO-8859-1";

* {margin:0;padding:0}

/* mac hide \*/
html,body{height:100%;width:100%;}
/* end hide */

body { 
	background-color: #ebebeb;
	min-height:580px;/* for good browsers*/
	min-width:992px;/* for good browsers*/
    text-align:center;
    font-family:Verdana, Arial, sans-serif;
    font-size:12px;
}

#xouter{
	height:100%;
	width:100%;
	display:table;
	vertical-align:middle;
	position: relative;
}

#xcontainer {
	text-align: center;
	position:relative;
	vertical-align:middle;
	display:table-cell;
	height:580px;
}

#xinner {
	width:992px;
	background-image:url('images/main_bg.jpg');
	background-position: center top;
	background-repeat: no-repeat;
	height:580px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
    position: relative;
}

#header{
	width:992px;
	height:165px;
	margin: 0px auto;
	text-align: left;
}

#logobanner{
	margin-top: 38px;
	margin-left: 50px;
}

#navbar{
	float: right;
	margin-top: 15px;
	margin-right: 45px;
}

#btn_kalender-drucken{
    float: left;
    margin-top: 9px;
    margin-left: 15px;
}

#btn_kalender-shop{
    float: left;
    margin-top: 6px;
    margin-left: 15px;  
}

#btn_kalender-service{
    float: left;
    margin-top: 3px;
    margin-left: 15px;
}

#sidebar{
    float: right;
    width: 265px;
    height: 265px;
    margin-right: 35px;
}

#bookmarkbar{
	text-align: right;
    margin-top: 20px;
    margin-bottom: 20px;
}

#adbar{
    width: 251px;
    height: 251px;
    padding: 7px;
    overflow: hidden;
    background-image:url('images/sidebar_bg.gif');
    background-repeat: no-repeat;
}

#sidebarmenu{
    text-align: right;
    margin-right: 5px;	
}

#content{
	width:100%;
	height:390px;
	text-align:left;
	overflow:hidden;
	line-height:18px;
}

#scrollWindowDiv {
    position:absolute;
    top:175px;
    left:0px;
    width:650px; 
    height:375px;
    clip:rect(0px,650px,375px,0px);
    z-index:1;
    overflow:hidden;
}

#scrollContentDiv {
    position:absolute;
    width:570px;
    z-index:0;
    float: left;
    margin-left:50px;
}

#scrollBar{
    float: right;
    width:21px;
    visibility: hidden; 
}

#scrollBar a{
    display: block;	
}

#footer{

}

div.between_hr {
	width:100%;
	border-top:1px solid #E13817;
	border-bottom:1px solid #E13817;
	padding:25px 0px;
	margin:5px 0px;
}

div.bottom_hr {
	width:100%;
	border-bottom:1px solid #E13817;
	padding-bottom:25px;
	margin-bottom:10px;
}

/* *** menu *** */


/* *** hyperlinks *** */
#content a:active, #content a:link, #content a:visited {
	color:#000;
	text-decoration:underline;
}

#content a:hover{
    color: #E13817;
}

div.nav_h_flat a {
    display: block;
    float: right;
    background-image: url("images/sidebar_menu_bg.gif");
    background-repeat: no-repeat;
    background-position: right;
    margin: 0px 2px;
    padding-right: 8px;
    font-size: 0.8em;
    color: #000;
    text-decoration: none;
}

div.nav_h_flat a:hover {
    background-color: transparent;
}



/* *** text *** */
p{
	margin-bottom: 10px;
}

#content h1 {
	font-size:1.3em;
	font-weight:bold;
	padding-top:5px;
	padding-bottom:10px;
	margin: 0;
	color:#183712;
}

#content h2{
    font-size:1.1em;
    font-weight:bold;
    padding-bottom:7px;
    color:#183712;
}

#content h3, #content h4, #content h5, #content h6{
    font-size:1.0em;
    font-weight:bold;
    padding-bottom:5px;
    color:#183712;
}

#sidebar h1 {
    font-size:1.3em;
    font-weight:bold;
    padding-top:15px;
    padding-bottom:0px;
    margin: 0;
    color:#183712;
}

#sidebar h2{
    font-size:1.2em;
    font-weight:bold;
    padding-bottom:7px;
    color:#183712;
}

#sidebar h3, #sidebar h4, #sidebar h5, #sidebar h6{
    font-size:1.0em;
    font-weight:bold;
    padding-bottom:5px;
    color:#183712;
}

#content p{
	margin-top:0;
}

#content ul{
	margin-bottom:20px;
}

#content li{
	margin-left:25px;
}

.small{
	font-size:10px;
}


/* *** forms *** */
form {
    margin: 0px;
    padding: 0px;
}

input,textarea,select {
    border-top: 1px solid #183712;
    border-left: 1px solid #183712;
    border-right: 1px solid #183712;
    border-bottom: 1px solid #183712;
    background-color: #EBEBEB;
}

input.button, input.submit_button {
    background-color: #EBEBEB;
    color: #000;
    border-top: 1px solid #B4CEB1;
    border-left: 1px solid #B4CEB1;
    border-right: 1px solid #183712;
    border-bottom: 1px solid #183712;
    font-weight: bold;
    font-size: 1.2em;
    padding: 2px 10px;
}

input.radio_field, input.checkbox_field {
    border: none;
    background: none;
}

fieldset {
    border: 1px solid #183712;
    padding: 10px;
    margin: 0px 0px 25px 0px;
}

legend {
    background: #C6D9C3;
    color:#000;
    padding: 4px;
    margin: 0px 0px 0px 0px;
    border: 1px solid #183712;
    border-right-width: 2px;
    border-bottom-width: 2px;
    font-weight: bold;
}

label {
    margin: 0px;
}

#search_input {
    float: left;
    width: 114px;
    height: 16px;
    margin-right: 12px;
    padding: 3px;
    font-weight: bold;
}

#search_submit {
    border: none;
}


/* *** misc *** */
a img{
	border:none;
}

img.image_border{
	border:1px solid #183712;
}

table tr td{
	vertical-align:top;
}

.clear{
	clear:both;
}

/* *** contact *** */
table.contact_form_infos{
    margin-bottom: 25px;
}

table.contact_form_infos tr td{
    padding-right: 50px;
}

table.contact_form_fields{
    width:404px;
}

td.input_cell input{
    float:right;
    margin-bottom:5px;
    width:250px;
}

div.subject_box{
    margin-top:15px;
    margin-bottom:15px;
}

div.message_box textarea{
    height:150px;
    width:100%;
}

div.subject_box input{
    width:100%;
}

div.submit_button{
    float:right;
    margin-left: 15px;
}

div.submit_button, div.cancel_button {
    margin-top:10px;
}

div.mandatory_fields_notice{
    font-size:0.8em;
    margin-top:25px;
}

tr.error_field td input{
    background-color: #E13817;
}

div.error_message_box{
    margin:10px 0px;
    padding:10px;
    border:1px solid #E13817;
}

div.sent_message_box{
    margin:10px 0px;
    padding:10px;
    border:2px solid #183712;
}

/* *** ashop *** */
table.category_listing_table{
    width: 100%;
    border-top: double #183712;
    border-bottom: double #183712;
    margin-bottom: 30px;
}

table.category_listing_table tr td{
    padding:10px;
}

p.parent_cat{
    font-weight: bold;
    margin: 0;
    padding: 0;
}

span.child_cat{
	margin-right: 10px;
    display: block;
    font-size: 0.9em;
}

div.product_list_container{
    margin-bottom: 20px;
    padding:10px 0px;
    border-bottom: 1px solid #183712;
}

div.product_list_img{
    float: left;
    margin-right: 15px;
}

div.product_list_price{
	clear: left;
	margin-top:15px;
	text-align: right;
	font-weight: bold;
}

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

div.product_list_detail_button{
    text-align: right;
    margin-top:10px;
}

#shop_description {
    margin-bottom: 10px;
}

/* *** pdf_calendar *** */
.calendar_form_submit {
    width: 300px;
}

#calendar_month_table{
    width: 100%;
    margin: 10px auto;
}

#calendar_month_table tr td{
    padding-bottom: 10px;
}

#calendar_category_select{
    width: 160px;
}

#calendar_month_select{
    width: 60px;
}

#calendar_year_select{
    width: 95px;
}