/*
  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;
}

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 */
background: url(../images/back_neu.gif) repeat-x; 
}

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{
 margin-top: 0.4em;
  margin-bottom: 1.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: 0 0 1.5em 1.5em;
list-style-image:url(/images/li_element.gif);
}

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: #ffffff;
    text-align: left;    /* Seiteninhalt wieder links ausrichten */
    margin: 0;      /* standardkonforme horizontale Zentrierung */
    width: 980px;
    padding: 0;
    border: 1px solid white;


}




#kopf{  /* Contains logo and nav top and img */
     text-align: left;    /* Seiteninhalt wieder links ausrichten */
    margin: 0.0em 0 0 0;      /* standardkonforme horizontale Zentrierung */
    width: 980px;
    padding: 0.0em 0 0 0;
	height: 190px;
clear: both;


	}




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


}

  div#popUp {

    width: 370px;
    margin: 0 0 1em 15px;
    padding: 0 0 0 0;
font-size: 90%;

  }


div#kopf_suche {
padding-left: 20px;
margin: 0; 
font-size: 90%;
    width: 360px;
	height: 20px;


}

div#kopf_position {

  position: bottom;
margin: 6px 0 0 0; 
margin-left: 210px;
    width: 360px;
	height: 20px;

}




    div#Info {
  font-size: 90%;
    float: left; 
   width: 350px;
    margin: 0 0 1.1em 40px; padding: 0;



  }

  div#Suche {
 width: 150px;

float: right;
height: 20px;
}


  div#Hotline {
 width: 180px;
text-position: top;
float: left;
height: 37px;
vertical-align: top;

}


  div#Inhalt {

    width: 350px;
    margin: 0 0 1em 50px;
    padding: 0 0 0 0;
  font-size: 90%;
float: left;



  }
  * html div#Inhalt {
    height: 1em;  /* Workaround gegen den 3-Pixel-Bug des Internet Explorers */
}

#navigation{  /* contains the navigation */
  float: left;
  width: 150px;
  margin: 0em;
  padding: 0.0em 0em 0em 1.0em;
  background-color: #ffffff;

}

#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;
}


#searchForm{
  float: right;
  text-align: right;
  padding: 0.2em 1em 0em 0em;
  width: 15em;
}

#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;
border: 1px solid #2B5FB8;
}

#ansprechp {
 width: 350px;
 margin: 1.0em 0 0 0;
 padding: 1.0em 0 1.0em 0.5em;
 background-color: #F0F4F8;
border: 1px solid #2B5FB8;
}

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

#ansprechp input {
border: 1px solid red;

}

#ansprechp label {
width: 60px;
}

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;
  margin: 1px 1px;
  padding: 0;
  width: 150px;
border: 0;
}

.i_suche  { 
  font-family: verdana, sans-serif;
font-size: 80%;
  margin: 1px 1px;
  padding: 0;
  width: 150px;
height: 14px;
border: 1px solid #184797;
}

.i_submit  { 
  font-family: verdana, sans-serif;
  border: 0.1em solid red;
  margin: 0 0 1px 0;
  padding: 0 0 0 0;
  width: 60px;
  height: 15px; 
  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.2em 0 0 2.0em; 
margin: 0 0 0 0; 
font-family: helvetica, arial, sans-serif;  
font-size: 90%; 
background: url(../images/nav_neu/line.gif) no-repeat; 
height: 16px;

} 
#headnavi ul li { 
display: inline; 
font-weight:normal; 
} 
#headnavi ul li a { 
padding: 0.0em 1.0em 0.0em 0.0em; /*padding: 6px 0px 6px 8px;*/ 
color: #184797; 
text-decoration: none; 
float: left; 



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

} 

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

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

.trennung { 
COLOR: #E40000; 
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: 175px;

}

/*
  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{
  background-color: #ffffff;
  font-size: 90%;
  display: block;
  height: 1.9em;
  padding-left: 0.4em;
  line-height: 1.9em;
  color: #1F52A9;
  text-decoration: none;
  border-top: 1px solid #1F52A9; 
  border-left: 1px solid #1F52A9; 
  border-right: 1px solid #1F52A9;
 

}


#navContainer ul li a:hover, #navContainer ul li a:focus{
    font-weight:bold; 
}
#navContainer li.angebote {  width:168px; display: block; padding: 2.3em 0.0em 0.4em 0.5em; margin: 0em 0 0 0; border: 1px solid #1F52A9; color: #000000; font-size: 90%;  text-decoration: none; background-color: #ffffff;} 

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

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





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

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

#navContainer ul ul a{
  display: block;
  height: 1.8em;
  padding: 0em;
  padding-left: 1.5em;
  color: #1F52A9;
  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: #1F52A9;
    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 #2B5FB8; 
      padding-bottom:4px; margin:0px;
    clear: both;
  }
 div#Fusszeile1 {
float: left;
width: 200px;

}

  div#Fusszeile2 {
width: 350px;
margin: 0 200px 1em 200px;


}


  div#Fusszeile3 {
 float: right;
width: 380px;
margin: 0.6em 0 0.1em 0; 




}


/* Overlay Jquery Tools */

/* the overlayed element */ 
div.overlay { 
     
    /* growing background image */ 
    background-image:url(/white.png); 
     
    /* dimensions after the growing animation finishes  */ 
    width:500px; 
    height:670px;         
     
    /* initially overlay is hidden */ 
    display:none; 
     
    /* some padding to layout nested elements nicely  */ 
    padding:55px; 
} 
 
/* default close button positioned on upper right corner */ 
div.overlay div.close { 
    background-image:url(/close.png); 
    position:absolute; 
    right:5px; 
    top:5px; 
    cursor:pointer; 
    height:35px; 
    width:35px; 
} 
 
 
/* black */ 
div.overlay.black { 
    background:url(../img/overlay/transparent.png) no-repeat !important; 
    color:#fff; 
} 
 
/* petrol */ 
div.overlay.petrol { 
    background:url(../img/overlay/petrol.png) no-repeat !important; 
    color:#fff; 
} 
 
div.black h2, div.petrol h2 { 
    color:#ddd;         
}

 
/* container for external content. uses vertical scrollbar, if needed */ 
div.wrap { 
    height:591px; 
    
}

