/*

Author : Prime-Icon Digital Design
Contact: info@prime-icon.com

*/

/* Main styles */

html,body {
  margin: 0;
  padding: 0;
  border: 0;
}
 
body {
  min-width: 780px;
  background: #4a4a4a;
  font: 1.0em Arial, Verdana, sans-serif;
  text-align: left;
  line-height: 1.4em;
  color: #525252;
}

#container {
 max-width: 1200px;
 margin: 0 auto 0 auto;
}

p {
  margin: 0;
  padding: 0;
}

ul {
  list-style-position: outside;
}


/* Header styles */

#header {
 background: #FEC67A url(../img/headerback.gif) repeat-x; 
 height: 162px;
 border-bottom: solid 2px #FFFDE3;
 }

#headerimages {
 height: 126px;
 overflow: hidden;
}
 
#topmenu {
 height: 24px;
 padding: 6px 28px;
 clear: both;
 }

#topmenu a, topmenu a:visited {
 border-right: solid 5px #662414;
 padding: 3px 11px 3px 11px;
 color: #f6d0a3;
 text-decoration: none;
 font-weight: bolder;
 font-size: 0.9em;
 }
 
#topmenu a:hover, topmenu a:active {
 border-right: solid 5px #662414;
 padding: 3px 11px 3px 11px;
 color: #FFFFFF;
 text-decoration: none;
 font-weight: bolder;
 font-size: 0.9em;
 }

.topnavwhite {
 color: #FFFFFF;
}

/* Menu styles */  

#navigation {
 float: left;
 width: 210px;
 margin-left: -100%;
 margin-top: 16px; 
 }

#navigation A:link, A:visited {
 text-decoration: none;
 color: #3b2407;
 font-weight: bolder;
}

#navigation A:hover, A:active {
 text-decoration: none;
 color: #880000;
 font-weight: bolder;
}

#menuitem {
 height: 27px;
 padding: 7px 0px 0px 40px;
 font-weight: bolder;
 font-size: 12px;
}

.level0-menu_up {
 background: url(../img/menu.jpg) no-repeat top left;
}

.level0-menu_hl {
 background: url(../img/menuhl.jpg) no-repeat top left; 
}

.level1-menu_up {
 background: url(../img/menusub.jpg) no-repeat top left;
}

.level1-menu_hl {
 background: url(../img/menusubhl.jpg) no-repeat top left;
}


/* Content styles */

.kopfzeile1 {
  font-size: 1.6em;
  font-weight: bold;
  line-height: 1.2em;
  color: #000000;
 }

.kopfzeile2 {
  font-size: 1.1em;
  font-weight: bold;
  color: #000000;
 }

.seitenbild {
  border: 2px solid #E3C6AE;
 }

.seitenbildlinks {
  border: 2px solid #E3C6AE;
  margin-right: 20px;
  margin-bottom: 12px;
  float: left;
 }

.seitenbildrechts {
  border: 2px solid #E3C6AE;
  margin-left: 20px;
  margin-bottom: 12px;
  float: right;
 }

#wrapper {
 float: left;
 width: 100%;
 background: #FFFDE3 url(../img/menugrad.jpg) top left no-repeat;
}

#content {
 margin: 28px 240px 0px 240px;
 }

#content a, #content a:visited {
 color: #5d4627;
 text-decoration: none;
 font-weight: bolder;
 }

#content a:hover {
 color: #000000;
 text-decoration: underline;
 }

#contentfull {
 margin: 28px 46px 0px 240px;
 }

#contentfull a, #contentfull a:visited {
 color: #5d4627;
 text-decoration: none;
 font-weight: bolder;
 }
 
#contentfull a:hover {
 color: #000000;
 text-decoration: underline;
 }


/* Column 3 styles */

#column3 {
 float: right;
 width: 210px;
 margin-left: -210px;
 background: #FDDDB2 url(../img/neu.gif) no-repeat;
 }

#neu {
 padding: 48px 30px 0px 30px;
 font-size: 13px;
 line-height: 16px;
}

#neu a {
 color: #000000;
}

#termine {
 background: url(../img/termine.gif) no-repeat;
 padding: 78px 30px 0px 30px;
 margin-top: -18px;
}

#column3bottom {
 background: #FDDDB2 url(../img/column3bottom.gif) bottom no-repeat;
 height: 50px;
}

.neutitel {
 width: 110px;
 color: #000000;
 font-weight: bolder;
 font-size: 13px;
 line-height: 15px;
}

.neutext {
 width: 150px;
 color: #6c6c6c;
 font-weight: bolder;
 font-size: 13px;
 line-height: 16px;
}

.neutext a, .neutext a:visited {
 color: #983620;
 text-decoration: none;
}

.neutext a:hover, .neutext a:active {
 color: #000000;
 text-decoration: underline;
}

.terminetext {
 width: 150px;
 color: #6c6c6c;
 font-weight: bolder;
 font-size: 13px;
 line-height: 16px;
}

.terminetext a, .terminetext a:visited {
 color: #983620;
 text-decoration: none;
}

.terminetext a:hover, .terminetext a:active {
 color: #000000;
 text-decoration: underline;
}


/* Footer styles */

#footer {
 font: .8em Arial, Verdana, sans-serif;
 font-weight: bold;
 color: #DEAF6F;
 }
 
#footer a {
 color: #A98A61;
 text-decoration: none;
 } 
 
#footer a:hover {
 color: #FF9300;
 text-decoration: underline;
 }
 

/* Facebook styles */

#fb {
 width: 180px;
 margin: 20px 14px 20px 14px;
 padding: 0;
 background: #ffe9be;
 } 
