/* CSS - Stylesheet                                         */
/* Project:     www.lavanchymedia.com                       */
/* Customer:    Lavanchy Media GmbH                         */
/* Design:      Lavanchy Media GmbH                         */
/* Programming: Lavanchy Media GmbH                         */
/*                                                          */
/* Copyright:   Lavanchy Media GmbH                         */

/* Grundlegende Einstellungen                               */
* {margin: 0; padding: 0;}

body {
  text-align: center;
  font-size: 90%;
  font-family: Arial, sans-serif;
  background: rgb(255,255,255);
  border-top: 20px solid rgb(0,50,81);
}

a:link, a:visited {
  color: rgb(41,56,66);
  text-decoration: none;
  font-weight: bold;
}

a:active, a:focus, a:hover {
  color: rgb(0,0,0);
}
#wrap {
  width: 1000px;
  margin: 0 auto;
  text-align: left;
}

#header {
  width: 1000px;
  height: 50px;
  text-align: center;
  margin-bottom: 20px;
}

#header h1 {
  font-family: Garamond, Georgia, Times, serif;
  font-weight: bold;
  color: rgb(41,56,66);
  margin-top: 15px;
  font-size: 40px;
}

img.header {
  margin-top: 10px;
  width: 629px;
  height: 50px;
}

#menu {
  width: 1000px;
  height: 20px;
}

#menu h2 {
  font-size: 80%;
  margin-bottom: 2px;
  font-family: Verdana, Tahoma, Arial, sans-serif;
  font-weight: bold;
}

#menu ul {
  display: inline;
  margin-bottom: 30px;
}

#menu li {
  font-size: 80%;
  display: inline;
  color: rgb(41,56,66);
}

#menu a{
  color: rgb(102,102,102);
  text-decoration: none;
  font-weight: bold;
}

#left {
	width: 750px;
	border-top: 3px solid rgb(0,50,81);
	float: left;
	margin-left: 0;
}

#right {
	float: left;
	width: 240px;
	border-top: 3px solid rgb(102,102,102);
	margin-left: 10px;
	font-size: 80%;
    padding-top: 3px;
}


#right h2 {
  margin-bottom: 2px;
  font-family: Verdana, Tahoma, Arial, sans-serif;
  font-weight: bold;
  font-size: 100%;
}


#right ul{
	list-style-type: none;
}
li.news {
  margin-bottom: 5px;
}

#content {
  float: left;
  width: 550px;
  overflow: auto;
  max-width: 550px;
}

#content h1, h2, h3 {
  font-family: Verdana, Geneva, Arial, sans-serif;
}

#content h1 {
  font-size: 120%;
  font-weight: bold;
  margin-bottom: 10px;
}

#content h2 {
  font-size: 100%;
  font-weight: normal;
  color: rgb(41,56,66);
  margin-top: 20px;
  margin-bottom: 5px;
}

#content h3 {
  font-size: 100%;
  margin-top: 12px;
  margin-bottom: 0px;
}

#content p {
  font-size: 80%;
  margin-bottom: 10px;
}

#content img {
  float: right;
  margin-left: 5px;
  margin-bottom: 5px;
}

#contact h2 {
  margin-bottom: 2px;
  font-family: Verdana, Tahoma, Arial, sans-serif;
  font-weight: bold;
  font-size: 100%;
}

#contact ul {
  list-style-type: none;
}

#contact {
	border-top: 3px solid rgb(102,102,102);
	margin-top: 10px;
	padding-top: 3px;
}

#footer {
  float: left;
  width: 1000px;
  height: 20px;
  text-align: center;
  margin-top: 10px;
}

#footer p {
  font-size: 9px;
}
