/*
  This stylesheet uses relative values for sizes in almost all cases.
  This means the screen can be resized, and all elements will resize as well
  not only fonts and texts.
*/


/*
  Start with some global parameters
*/
html{
  font-size: 1.0em;
  font-family: verdana, sans-serif;
}

body{
  margin: 0 auto;
   width: 980px;
height:101%;

  padding: 0em;
  font-size: 0.75em;
  background-color: #DEEAF6;
  font-family: verdana, sans-serif;
  text-align: center;  /* Zentrierung im Internet Explorer */
}

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

a:hover, a:focus{
  text-decoration: none;
}

abbr:hover{
  cursor: help;
}

code{
  font-family: courier,monospace;
  font-style: italic;
}


h1{

  margin: 1.0em 0 1.0em 0;
  font-size: 120%;
  line-height: 1.2em;
  font-weight: bold;
  color: #000000;
}
h2{

  margin: 0em 0 0.5em 0;
  font-size: 100%;
  line-height: 1.2em;
  font-weight: bold;
  color: #3D6DBF;
}
h3{

  margin: 0em;
  margin-bottom: 0em;
  font-size: 90%;
  color: #666666 ;
  font-weight: normal;
}

h4{

  magin-top: 8.5em;
  margin-bottom: 4.0em;
  font-size: 100%;
  color: #E33629 ;
  font-weight: bold;
}

hr {
  width: 330px;
  height: 1px;
  color: #3d6dbf;
}

p {
margin: 0 0 1.0em 0;
}

img{
  border: 0em;

}

ul{
  margin: 1em 0em 0em 0em;
  padding: 1em;
}

ul.links{
  list-style-image: url("../../images/design/li_link.gif");
}

ul.links li{
  padding: 0em 0em 0em 0.7em;
  vertical-align: middle;
}

ul.unformattedList{
  margin:0;
  padding:0;
  list-style-type:none;
}

ul.unformattedList li{
  clear:both;
}

.noScreen{  /* This class is not shown on screen */
  display: none;
}

.handheld{  /* This class in only seen in handheld */
  display: none;
}

/*
  The first part describes the layout of the whole Page
*/

#Seite {
	background-color: white;
    text-align: left;    /* Seiteninhalt wieder links ausrichten */
    margin: 0;      /* standardkonforme horizontale Zentrierung */
    width: 980px;
    padding: 0;


}
#kopf{  
display:none;
	}


#kopf_logo {  /* Contains logo and nav top and img */

     text-align: left;    /* Seiteninhalt wieder links ausrichten */
    margin: 0.0em 0 0 0;      /* standardkonforme horizontale Zentrierung */
    /*width: 600px;*/
    padding: 0 0 0 0;
	height: 115px;

float:left
	}
div#kopf_suche {
display:none
}

div#kopf_position {

 margin-top: 5px; 
margin-left: 10px
   
}
  div#Inhalt {

    width: 600px;
    margin: 0 20px 1em 20px;
    padding: 0 1em;
  font-size: 90%;

  }
 


   div#Info {
   
    width: 600px;
    margin: 0 20px 1em 20px;
    padding: 0 1em;
  font-size: 90%;

  }





#navigation{  /* contains the navigation */
 display:none}

#contentPart{ /* contains breadcrumb and content */
  float: left;
  width: 45em;
}

#breadcrumb{  /* location and search-form */

  background-color: #CCCDCC;

  height: 2.02em;
  width: 44.9em;
  border-left: 0.1em black solid;
}

#location{
  float: left;
  padding: 0.3em 0em 0em 0.5em;
  width: 28em;
  height: 1.7em;
}

#content{  /* contains main content */
  clear: both;
  background-image: url("../../images/background/content.gif");
  background-repeat: repeat-x;
  padding-top: 1.2em;
  width: 45em;
  line-height: 1.3em;
}

.contentBox, .contentBoxBorder{  /* these contain all the later content */
  clear: both;
  display: block;
  margin: 0em 2em 0em 0.0em ! important;
  padding: 0.3em 0em 1em 0em ! important;
  color: #000000;
}

.contentHalf{  /* allows 2 divs next to each other in content */
  float: left;
  width: 20.7em;
}

.contentBoxBorder{  /* contentBox but with border at bottom */
  margin: 0em 2em 0em 1.5em ! important;
  padding: 1em 0em 1em 0em ! important;
  border-bottom: 0.1em solid #B7B7B7;
}

.newLine{
  display: block;
  clear: both ! important;
}



#footer{  /* impressum */
  clear: both;
  width: 60em;
  height: 25px;
  background-image: url("../../images/background/footer.gif");
}

/*
  following styles are used in listviews
*/
a.linkButton{
  display: block;
  font-size: 0.75em;
  text-decoration: none;
  color: white;
  margin-top: 2em;
  margin-bottom: 2em;

  padding-bottom: 0.2em;
  background-color: #355DD6;
  width: 8em;
  text-align: center;
  border: 0.1em solid black;
}
a.linkButton:hover, a.linkButton:focus{
  color: #CCCCCC;
}

img.thumbnail_200_150{  /* Thumbnails in image-gallery */
  margin: 1em;
  border: 0.2em solid black;
}

/*
  Here starts the part with the forms, this will later be in another file
  contains all needed styles for the used forms
*/


form {
  margin: 0;
  padding: 0;
}

#kontakt {
 width: 340px;
 margin: 0;
 padding: 1em;
 background-color: #F0F4F8;
}

#ansprechp {
 width: 340px;
 margin: 0;
 padding: 1em;
 background-color: #F0F4F8;
}

#ansprechp img {
float: left;
margin:0;
padding: 0;
}




label {
    margin: 0;
  padding: 0;
float: left;
display: block;

  width: 100px;


}


fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}

/*
  search form
*/
.searchForm {
  font-size: 0.8em;
  margin: 0;
  padding-top: 0.2em;
}

.searchForm#text{
  width: 9em;
}

.searchForm#submitbutton{
  margin: auto;
  padding: 0.1em 0.1em 0em 0.1em;
}


/*  contact form  */
.contactInput, .contactTextarea{
  font-size: 1em;
  padding: 0;
  margin: 0;
  width: 18em;
}

.contactSelect{
  font-size: 1em;
  padding: 0;
  margin: 0;
  width: 9em;
}

.contactTextarea{
  height: 8em;
}

.formError{
  color: red;
  border-color: red;
}

input {  /* global stuff ... */
  font-family: verdana, sans-serif;
  border: 0.1em solid #666666;
  margin: 0;
  padding: 0;
font-size: 90%
}

.i_kontakt  { 
  font-family: verdana, sans-serif;
  border: 0;
  margin: 1px 1px;
  padding: 0;
  width: 150px;



}

.i_submit  { 
  font-family: verdana, sans-serif;
  border: 0.1em solid red;
  margin: 0;
  padding: 0 0 0 0;
  width: 60px;
  height: 16px; 
  background-color: #ffffff;
}


textarea {  /* global stuff ... */
  font-family: verdana, sans-serif;
  border: 0.1em solid #666666;
  margin: 0;
  padding: 0;
}

.t_kontakt {  /* global stuff ... */
  font-family: verdana, sans-serif;
  border: 0;
  margin: 0;
  padding: 0;
  width: 150px;
  height: 60px;
}

















/*
  Following part deals with the navigation in div with id "headnavi"
*/

#headnavi ul { 
padding: 0.5em 0 0 3.0em; 
margin: 0 0 0 0; 
font-family: helvetica, arial, sans-serif;  
font-size: 90%; 
display: none;
visibility: hidden;
} 
#headnavi ul li { 
display: inline; 
font-weight:normal; 
} 
#headnavi ul li a { 
padding: 0.0em 1.0em 0.0em 2em; /*padding: 6px 0px 6px 8px;*/ 
color: #3D6DBF; 
text-decoration: none; 
float: left; 

border-right: 1px solid #3D6DBF;
	padding-left: 10px;
	padding-right: 10px;

} 
#headnavi ul li a:hover { 
text-decoration: underline; 

} 

#headnavi ul li a:active { 
color: #3D6DBF; 
text-decoration: underline; 

} 
#headnavi .active, #unternavi .active { 
color: #3D6DBF; 
background: #fff none; 
text-decoration: underline; 
} 

.trennung { 
COLOR: #3D6DBF; 
padding:0.5em 0em 0.5em 0em; 
margin: 0.5em 0em 0.5em 0.3em; 
background-color:#CCCCCC; 
font-weight:bold; 
} 







/*
  Following part deals with the navigation in div with id "navContainer"
*/

.navigationBorder{  /* Start and End of Navigation with gradient */
  width: 150px;
}

.navigationBorder#naviHead{  /* Header */
  height: 2.0em;
  background-color: #ffffff;
}

.navigationBorder#naviFoot{  /* Footer */
  height: 3.5em;

}

#navContainer{  /* contains the menu */
  clear: both;
  width: 170px;
}

/*
  navigation level 1
*/
#navContainer ul{
  margin: 0em;
  padding: 0em;
  list-style-type: none;

}

#navContainer ul li{ 

margin:0; 
}

#navContainer ul li#li_nav1_open{ 
 /* special layout for open links */

}


#navContainer ul li a{
  font-size: 90%;
  display: block;
  height: 1.9em;
  padding-left: 0.4em;
  line-height: 1.9em;
  color: #3D6DBF;
  text-decoration: none;
  border-top: 1px solid #3D6DBF; 
  border-left: 1px solid #3D6DBF; 
  border-right: 1px solid #3D6DBF;
display: none;
visibility: hidden;

}


#navContainer ul li a:hover, #navContainer ul li a:focus{
    font-weight:bold;
}
#navContainer li.angebote {  width:157px; display: block; padding: 0.3em 0.0em 0.4em 1em; border: 1px solid #3D6DBF; color: #000000; font-size: 90%;  text-decoration: none; display: none;
visibility: hidden;
} 

#navContainer a.angebote {  text-decoration: underline; font-size: 100%; padding-left: 0em; font-weight: normal; width: 157px; border: none; }

#navContainer a.angebote:hover { font-size: 100%; text-decoration: none;  font-weight: normal; width: 157px; border: none; }





#navContainer ul li a#a_nav1_open, #navContainer ul li a:hover#a_nav1_open{
  font-weight:bold;
  background-color: #DEEAF6;
}

/*
  Design for submenu
*/
#navContainer li li{
  background-color: #EEF3F8;
  line-height: 1.1em;
  }

#navContainer ul ul a{
  display: block;
  height: 1.8em;
  padding: 0em;
  padding-left: 1.5em;
  color: #3D6DBF;
  font-size: 90%;
  text-decoration: none;
  background-image: none;
}

#navContainer ul ul a:hover, #navContainer ul ul a:focus, #navContainer ul ul a#a_nav2_open{
  color: #3D6DBF;
    font-weight:bold;
  }



/*
  needed styles for the shop
*/
table.shop {
  width: 41em;
}

table.sum, table.shop{
  font-size: 1.0em;
  border-spacing: 0em;
  border-collapse: collapse;
}

table.shop td, table.shop th, table.sum th, table.sum td {
  margin: 0em;
  padding: 0em 1em 0em 0em;
  border-bottom: 0.1em solid #013499;
  text-align: left;
}

table.shop th {
  border-bottom: 0.2em solid #013499;
}

table.shop td.price, table.shop th.price, table.sum td.price{
  text-align: right;
}

table.shop td.amount, table.shop th.amount{
  text-align: center;
}

table.shop td.icon{
  padding: 0em 0em 0em 0em;
  text-align: right;
}

/*
  Needed styles for the blog
*/

table.tableMonthOverview{
  font-size: 1.0em;
  width: 40em;
  border: thin solid;
  margin: 0.5em 0 0.5em 0;
  border-collapse: collapse;
  border-spacing: 0;
}

table.tableMonthOverview th, table.tableMonthOverview td{
  text-align: center;
  border: thin solid;
  padding: 0.1em;
}

/*
  Breadcrumb
*/
a.locationCat{
  color: #000000;
}

.error{
  color: red;
}

.debug{  /* this is just a debug style*/
  border: 0.1em red solid;	/*	debug	*/
}


  div#Fusszeile {

    font-size: 90%;
	height: 35px;
    margin: 0 ; padding: 0.1em 0 0 1.0em;
    text-align: left;
	background-color: white;
	border-top:1px solid #DEEAF6; 
      padding-bottom:4px; margin:0px;
    clear: both;
  }
 div#Fusszeile1 {
float: left;
width: 200px;

}

  div#Fusszeile2 {
display: none;


}


  div#Fusszeile3 {
display: none




}
