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

body {
  background-color: #e9e9e9;
  color: #000000;
  font-family: 'Trebuchet MS', Verdana, Arial, Tahoma, sans-serif;
  font-size: 12px;
  background-image: url(../bilder/body-bg.gif);
  background-repeat: repeat-y;
  background-position: center;
  line-height: 16px;
  margin-bottom: 20px;
}

a {
  color: #008543;
  text-decoration: none;
}

a:hover {
  color: #008543;
  text-decoration: underline;
}

.clear {
  clear: both;
}

.green {
  color: #008543;
}

#main {
  max-width: 1000px;
  min-width: 780px;
  background-color: #FFFFFF;
  margin: 0 auto 0 auto;
}

	#header {
	  max-width: 1000px;
	  min-width: 780px;
	  height: 200px;
	  background-image: url(../bilder/header-preload.gif);
	  background-position: center;
	  background-repeat: no-repeat;
	  text-align: right;
	}

		#impressum {
		  width: 95%;
		  height: 34px;
		  padding: 10px 0 0 5%;
		  text-align: left;
		}

			#impressum a, #impressum a:hover {
			  color: #FFFFFF;
			}

		#slogan {
		  margin-right: 27px;
		}

		#logo {
		  padding-top: 53px;
		  margin-right: 20px;
		}

	#body {
	  max-width: 1000px;
	  min-width: 780px;
	}

		#left-navigation-wrapper {
		  width: 23%;
		  min-height: 430px;
		  padding: 27px 0 0 0;
		  background-image: url(../bilder/left-navigation-bg.jpg);
		  background-repeat: no-repeat;
		  float: left;
		  color: #595959;
		}

			#left-navigation {
			  width: 79%;
			  padding-left: 21%;
			}

			#left-navigation ul {
			  list-style-type: none;
			  margin-left: 2px;
			}

				#left-navigation ul li {
				  background-image: url(../bilder/li.gif);
				  background-repeat: no-repeat;
				  background-position: 0 7px;
				  padding-left: 9px;
				}

                #left-navigation li.active {
                  background-image: url(../bilder/li-active.gif);
                  background-position: 0 6px;
                }

			#left-navigation a {
			  color: #595959;
			  text-decoration: underline;
			  font-weight: bold;
			}

			#left-navigation a:hover, #left-navigation a.active {
			  color: #018443;
			  text-decoration: underline;
			  font-weight: bold;
			}

			#left-navigation li a {
			  color: #595959;
			  text-decoration: none;
			  font-weight: normal;
			}

			#left-navigation li a:hover, #left-navigation li a.active {
			  color: #018443;
			  text-decoration: none;
			  font-weight: bold;
			}

		#right {
		  width: 77%;
		  float: left;
		}

            #navigation {
              width: 543px;
              height: 75px;
              background-image: url(../bilder/navigation-bg.jpg);
              background-repeat: no-repeat;
              float: right;
              color: #ffffff;
            }

            	#navigation a, #navigation a:hover {
            	  color: #ffffff;
            	  text-decoration: none;
            	}

            	#navigation #navi-left {
            	  width: 340px;
            	  height: 48px;
            	  padding: 27px 0 0 33px;
            	  float: left;
            	}

            		#navigation #navi-left a {
            		  margin-right: 15px;
            		}

            	#navigation #navi-right {
            	  height: 53px;
            	  padding: 22px 0 0 11px;
            	  float: left;
            	}

                    #navigation #navi-right .size-12, #navigation #navi-right .size-14, #navigation #navi-right .size-18 {
                      text-decoration: underline;
                    }

                        #navigation #navi-right .size-12 {
                          font-size: 12px;
                        }

                        #navigation #navi-right .size-14 {
                          font-size: 14px;
                        }

                        #navigation #navi-right .size-18 {
                          font-size: 18px;
                        }

            #content {
              width: 77%;
              clear: both;
              padding: 0 20px 0 20px;
            }

                #content .eintrag-left {
                  width: 132px;
                  float: left;
                  margin-bottom: 30px;
                }

                #content .eintrag-right {
                  width: 100%;
                  margin: 0 0 30px 132px;
                }

                	* + html #content .eintrag-right {
                	  width: auto;
                	}

				#content #galerie {
				  margin-left: 132px;
				  width: 100%;
				}

					* + html #content #galerie {
					  width: auto;
					}

					#content .galerie ul {
					  color: #008543;
					}

					#content .galerie-left {
					  width: 220px;
					  float: left;
					}

					#content .galerie-right {
					  float: left;
					}

			    #content #details {
                  width: 432px;
                  border-top: 20px solid #c7bdb2;
                  border-right: 17px solid #c7bdb2;
                  border-bottom: 20px solid #c7bdb2;
                  border-left: 17px solid #c7bdb2;
                  padding: 17px;
                  margin-top: 35px;
                }

                	#content #details table {
                	  margin-top: 4px;
                	}

                		#content #details table td {
                		  padding: 4px 0 4px 0;
                		}

#popup {
  background-color: #e9e9e9;
  color: #000000;
  font-family: 'Trebuchet MS', Verdana, Arial, Tahoma, sans-serif;
  font-size: 12px;
  line-height: 16px;
  padding: 25px;
  text-align: center;
}