/* GENERAL fonts */
P, OL, UL, DIV, H1, H2 {
	font-family: verdana, arial, "Trebuchet MS";
	font-size: 11px;
}
H1 { font-size: 18pt; }
H2 { font-size: 15px; }
P, H1, H2 {margin: 0px 0px 5px 0px;}

body
{
Overflow-y: hidden;
}
/* Style for inhalt-div */
div {
	font-size:12px;
}
#logo {
	top:2px;
	left:40px;
	position:absolute;
	z-index:1;
	display: none;
}
#logotext {
/*	top: 33px;
	left: 93px; */
	top: 20px;
	left: 40px;
	position: absolute;
	color:#cc0000;
	font-size: 25px;
	font-weight: bold;
	font-family: "Trebuchet MS", verdana, arial;
	z-index:20;
}
#login {
	bottom:30px;
	left:10px;
	position:absolute;
	width: 127px;
	border-right:3px solid #cc0000;
	text-align: center;
	color: #75633B;
}
#login a {
	color: #cc0000;
	text-decoration: none;
}
#login a:hover {
	text-decoration: underline;
}

#homenavi {
	top:10px;
	right:30px;
	position:absolute;
	font-size:10px;
}
#homenavi a {
	color: #75633B;
	text-decoration: none;
}
#homenavi a:hover {
	text-decoration: underline;
}

#topnavi {
	top: 65px;
	left: 140px;
	position: absolute;
	width: 825px;
	height: 20px;
	background-color: #E1D9C4;
	border-top:3px solid #cc0000;
	align: center;
}

#topnavi ul {
	margin-left: 0;
	padding-left: 0;
	display: inline;
} 

#topnavi ul li {
	margin-top:3px;
	margin-left: 0;
	margin-bottom: 0;
	list-style: none;
	display: inline;
}
		
#topnavi ul li a, #topnavi ul li a.menu_current {
	text-decoration: none;
	padding: 2px 15px 2px 15px;
	color: #75633B;
	font-size: 12px;
}

#topnavi ul li.menu-current,  #topnavi ul li.menu-parent {
	background: #FAF9F5 url(1.gif) left no-repeat;
}
#topnavi ul li a:hover {
	text-decoration: underline;
}
#leftnavi {
	top:150px;
	left: 20px;
	position: absolute;
	width: 117px;
	border-right:3px solid #cc0000;
	padding: -20px 0 0 -25px;
}
#leftnavi p {
	line-height:1px;
}
#leftnavi ul{
	margin-left: 0;
	padding: 0px 0px 0px 0px;
    list-style-type: none; 
}
#leftnavi ul a {
  display: block;
}
#leftnavi ul li a, #leftnavi ul li a.menu_current {
	text-decoration: none;
	padding: 1px 0 1px;
	color: #75633B;
	font-size: 12px;
}

#leftnavi ul li.menu-current, #leftnavi ul li.menu-parent {
	background: #E1D9C4;
}

#leftnavi ul li a:hover {
	text-decoration: underline;
}
/* Inhalt */
#content {
	top:93px;
	left:140px;
	width: 820px;
	height: 500px;
	position: absolute;
	background-color: #ffffff; 
	padding: 5px 0 0 5px;
	overflow:auto; 
}
#content h1 {
	align: center;
	font-family: "Trebuchet MS", verdana, arial;
	font-size:22px;
	font-weight: bold;
}
#content h2 {
	align: center;
	font-family: "Trebuchet MS", verdana, arial;
	font-size:18px;
	font-weight: bold;
	color: black;
}
#content h3 {
	align: center;
	font-family: "Trebuchet MS", verdana, arial;
	font-size:16px;
	font-weight: bold;
	letter-spacing: 2px;
	color: black;
	text-decoration: unterline;
}
#content h4 {
	align: center;
	font-family: "Trebuchet MS", verdana, arial;
	font-size:16px;
	font-weight: bold;
	color: black;
	text-decoration: unterline;
}
#content p {
	font-size: 13px;
	font-family: arial;
}

#imagelayer {
	top: -2px;
	right:3px;
	position: relative;
	float: right;
	width: 170px;
	background-color:#E1D9C4;
}
#image-text {
	width:100%;
	color:#75633B;
	text-align:justify;
	margin-bottom: 2px;
}

#image-text h2 {
	font-size: 14px;
	font-weight: bold;
	align: center;
	line-height: 15px;
	color: #75633B;
}
#image-text p {
	font-size: 12px;
	margin: 0 2px 0 2px;
}
#bottom {
	left:140px;
	bottom: 5px;
	width: 825px;
	height: 10px;
	position: absolute;
	text-align: center;
	font-size:10px;
	font-face:Trebuchet MS, Arial;
	color:#CC0000;
	letter-spacing: 1pt;
}
/* Sondereinstellungen für Startseite */
#outer {height: 505px; overflow: hidden; position: relative; background-color: #FAF9F5; margin-left: -5px; margin-top: -5px; }
#outer[id] {display: table; position: static;}
		
#middle {position: absolute; top: 50%;} /* for explorer only*/
#middle[id] {display: table-cell; vertical-align: middle; position: static;}
	
#inner {position: relative; top: -50%; overflow: hidden;} /* for explorer only */
/* optional: #inner[id] {position: static;} */
		
/* just format */
div.greenBorder {border: 1px solid green; }


/*sitemap */
#sitemap {
	background-color: #FAF9F5;
	width:400px; 
	float:right; 
	height:100%;
	margin-top: -5px;
}
#sitemap ul.menu-top {
	list-style: none;
}
#sitemap ul.level0 a {
	font-size: 12px;
	font-weight: bold;
	color: #75633B;
	text-decoration: none;
	border-bottom:2px solid #75633B;
	display: block;
	width: 330px;
}
#sitemap ul.level0 a:hover {
	color: #cc0000;
}
#sitemap ul.level0 span {
	display: block;
	width: 330px;
}

#sitemap ul.level0 ul.sitemap {
	list-style: none;
}
#sitemap ul.level1 a{
	font-weight: normal;
	border-bottom:1px solid #75633B;
	width: 290px;
}
#sitemap ul.level1 span {
	display: block;
	width: 290px;
}
#sitemap ul.level2 a{
	font-weight: normal;
	border-bottom:1px solid #75633B;
	width: 250px;
}
#sitemap ul.level2 span {
	display: block;
	width: 250px;
}
#sitemap ul.level3 a{
	font-weight: normal;
	border-bottom:1px solid #75633B;
	width: 210px;
}
#sitemap ul.level3 span {
	display: block;
	width: 210px;
}


#search {
	text-align:center; 
	width:390px; 	
	float:left; 
	height:100%;
	margin-top: -5px;
}

/* Formulare */
#formular {
	background-color: #FAF9F5;
	width:400px; 
	float:right; 
	height:100%;
	margin-top: -5px;
}

#formular .required {
	color: #cc0000;
	font-weight: bold;
}

#formular .textfield, #formular .email, #search .textfield {
	font-size: 12px;
	width: 200px;
	background-color:transparent;
	border:none;
	border-bottom:#75633B 1px dashed;
	font:14px arial, sans-serif;
	color: black;
}
#formular .textarea {
	font-size: 12px;
	width: 200px;
	height: 100px;
	background-color:transparent;
	border:#75633B 1px dashed;
}
#formular .field_title {
	font-size: 12px;
/*	width: 100px; */
	vertical-align: top;
	text-align:right;
	white-space:nowrap;
}
#formular .select {
	font-size: 12px;
	background-color:transparent;
}
#formular .captcha {
	font-size: 12px;
	width: 75px;
	background-color:transparent;
	border:none;
	border-bottom:#75633B 1px dashed;
	font:14px arial, sans-serif;
	color: black;
}
#formular .submit, #search .submit {
	background-color:#E1D9C4;
	color:black;
	width:100px;
	border:solid 1px #75633B;
	cursor:hand
}

/* Style for the Path-menu: */
TD#path {
  white-space: nowrap;
  background-color: #F8F8EC;

  font-family: verdana, arial;
  font-size: 11px;
  font-style: italic;
  font-weight: bold;
  padding: 1px 1px 5px 5px;
}
TD#path A {
  text-decoration: none;
  color:black;
}
TD#path A:hover {
  text-decoration: underline;
}

DIV#clientsniffer {
  visibility: hidden;
}


/* Styles for phplist - Newsletter-System */
DIV#phplist p {
	font-weight: normal; font-size: 11px; color: #000000; font-style: normal; font-family: verdana, sans-serif; text-decoration: none;
}
DIV#phplist td {
	font-weight: normal; font-size: 11px; color: #666666; font-style: normal; font-family: verdana, sans-serif; text-decoration: none;
}
DIV#phplist h1, h2, h3, li.list {
	color: #75633B;
}
DIV#phplist input.text {
	background: #FAF9F5;
	border: #E1D9C4;
	border-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}

DIV#phplist input.submit{
cursor:pointer;
border:outset 1px #ccc;
background:#999;
color:#666;
font-weight:bold;
padding: 1px 2px;
background:url(form-submit-bg.gif) repeat-x left top;
}



