body{
	margin: 0;
	padding: 0;
	background: #fff5d7 url(css_schweitzer_02_FILES/bodybg.jpg) repeat-x;  
	font-style: "Trebuchet MS", "Verdana", Arial, Helvetica, sans-serif;
	color: #ffcc33;
}

h1, h2, h3, h4, h5, h6{
	color: #ffffff;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

h1 {
	margin-bottom: 2px;
	font-size: 22px;
	color: #e3e3e3;
}


h2 {
	margin-bottom: 2px;
	font-size: 17px;
	font-weight: bold;
	letter-spacing: -1px;
	margin-top: 2px;
	color: #d0d0d0;
}

h3 {
	font-size: 15px;
	font-weight: bold;
}

/* Überschrift bei Gallery*/
h4 {
	font-size: 20px;
	font-weight: bold;
	color: #ffffff;
}

h5{
	font-weight: bold;
	font-family: "Trebuchet MS", "Verdana", sans-serif;
}

h6{
	font-size: 13px;
	font-weight: bold;
}

p, blockquote, ol, ul {
	text-align: left;
	font-size: 13px;
}

li{
}

#wrapper{
	position: relative;
	width: 899px;
	margin: 0 auto;	
}

#logo{
	width: 899px;
	height: 170px;
	margin: 10px auto 0px auto;
	text-align: center;
}

/* Menu */

#menu {
	width: 899px;
	height: 40px;
	background: #1b613c;
/*	background: url(css_schweitzer_02_FILES/menuuntergrund.jpg) no-repeat;  */
	margin: auto auto 5px auto;	
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	float: left;
	width: 136px;
	height: 30px;
	padding-top: 10px;
	text-decoration: none;
	text-align: center;
	font-size: 17px;
	color: #ffffff;
	font-weight: 400;
	font-family: "Trebuchet MS", Arial;
}

#menu a:hover {
	background: url(css_schweitzer_02_FILES/menu.gif) no-repeat;
	color: #FFCC33;
}
#menu .ACT a {
	background: url(css_schweitzer_02_FILES/menu.gif) no-repeat;
	color: #FFCC33;
}
#menu .SUB a {
  padding-left: 20px;
}

#page{
	background: #fff5d7 url(css_schweitzer_02_FILES/menuleftbg.jpg) repeat-y;
}

#leftmenu{
	position: relative;
	width: 190px;
}

#leftmenu ul {
	padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
	list-style: none;
	display: block;
	line-height: 25px;
}

#leftmenu li {
	display: block;
	position: relative;
	min-height: 30px;
}

#leftmenu li li {
  height: auto;
}

#leftmenu a.menu {
	float: left;
	width: 184px;
	padding: 0px 5px;
	margin: 5px 10px 0px 10px;
	text-decoration: none;
	text-align: left;
	font-size: 14px;
	color: #FFCC33;
	font-weight: bold;
	font-family: "Trebuchet MS", Arial;
}

#leftmenu a.menu:hover, #leftmenu a.menu.cur {
	background: url(css_schweitzer_02_FILES/sidemenu.png) no-repeat;
	color: #1b613c;
}

#leftmenu li ul {
  margin: 5px 0 0 190px;
  background: #288555;
  position: absolute;
  display: none;
  width: 210px;
}

*+html #leftmenu li ul {
  margin-left: -20px;
}

#leftmenu .SUB a {
  margin-top: 5px;
  width: 190px;
}

#leftmenu li:hover ul {
  display: block;
} 

#leftmenu li.ACT ul
{
  position: static;
  width: 10px;
  margin: 0;
  display: block;
  background: none;
}

#leftmenu li.ACT
{
  height: auto;
}

#leftmenu li.ACT li.SUB a {
  padding-left: 20px;
  margin-top: 0;
  width: 166px;
}


#content{
	position: relative;
	float: right;
	width: 655px;
	min-height: 560px;
	margin: auto auto;
	font-family: "Trebuchet MS", "Verdana", sans-serif;
	color: #ffffff;
	font-size: 13px;
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 10px;
}

#content a {
	font-size: 13px;
	color: #dfdfdf;
	font-weight: 400;
	font-family: "Trebuchet MS", "Verdana", sans serif;
	text-decoration: underline;
}

/* Footer*/

#footer {
	position: relative;
	background: #1b613c;
	width: 899px;
	height: 30px;
	margin: 10px auto 20px auto;
	border-top: 10px solid #1b613c; 
	clear: both;
}

#footer a{
	float: none;
	margin: auto auto auto 5px;
	font-family: "Verdana", sans-serif;
	font-size: 10pt;
	color: #ffcc33;
	text-decoration: none;
	padding-left: 2px;
	padding-right: 2px;
	border-right: 2px solid;
	border-left: 2px solid;
}

/* Shadowbox */
  #sb-title, #sb-info-inner
  {
    background: #000;
    padding: 2px 8px 2px 8px !important;
  }
  
  #sb-info, #sb-info-inner 
  {
    min-height:24px !important;
  }             
  
  #kontaktformular input, #kontaktformular textarea
  {
    border: 1px solid #ccc;
  }
  
  #kontaktformular textarea
  {
    padding: 3px;
  }
