body,td,th {
	font-family: "Trebuchet MS", Geneva, sans-serif;
	font-size: 12px;
	color: #666;
}
body {
	background-color: #ffcb33;
	background-image: url(../images/bg_body.png);
	margin-left: 10px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	background-repeat: repeat-x;
	background-position: left top;
}
a:link {
	color: #F90;
	font-weight: normal;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #F90;
}
a:hover {
	text-decoration: underline;
	color: #000;
}
a:active {
	text-decoration: bold;
	color: #000;
}
h1 {
	font-size: 16px;
	color: #F90;
}
h2 {
	font-size: 14px;
	color: #F90;
}
h3 {
	font-size: 12px;
	color: #F90;
}
li {
  margin-left: 20px;
}
p {
  margin: 5px 0;
}
img {
border: none;
}
#page_bg {
  height: 480px;
  background-image: url(../images/bg_page.png);
  background-repeat: no-repeat;
  background-position: left bottom;
}  

#page {
	width: 720px;
	margin: 0 auto;
  text-align: left;
  
}
#header {
  float: left;
  width: 720px;
  margin: 0;
}
#headleft {
	width: 10px;
	background-image: url(../images/headleft.png);
	background-repeat: no-repeat;
	float:left;
	height: 100px;
}
#headmiddle {
  background: #fff;
  float:left;
  width: 700px;
  height: 100px;
}
#headright {
	width: 10px;
	background-image: url(../images/headright.png);
	float:left;
	background-repeat: no-repeat;
	height: 100px;
}
#navi {
  margin: 0;
  float: left;
  height: 50px;
  width: 720px;
}
#navileft {
	width: 10px;
	float:left;
	background-image: url(../images/navileft.png);
	background-repeat: no-repeat;
  height: 50px;
}
#navimiddle {
	width: 700px;
	background-image: url(../images/bg_mainmenu.gif);
	float:left;
  height: 50px;
}
#navi-inner{
}
#naviright {
  width: 10px;
  background-image: url(../images/naviright.png);
  background-repeat: no-repeat;
  float:left;
  height: 50px;
}
#start {
background: url(../images/quad2.gif) left top no-repeat;

}
#service {
background: url(../images/quad3.gif) no-repeat;
}
#leistungen {
background: url(../images/quad4.gif) no-repeat;
}
#kont {
background: url(../images/quad4.gif) no-repeat;
}
#start a:hover {
background: url(../images/quad3.gif) no-repeat;
}
#service a:hover {
background: url(../images/quad2.gif) no-repeat;
}
#leistungen a:hover {
background: url(../images/quad1.gif) no-repeat;
}
#kont a:hover {
background: url(../images/quad2.gif) no-repeat;
}

#wrapper {
  background-image: url(../images/bg_content.png);
  background-repeat: repeat-y;
  margin: 0;
  float: left;
  width: 720px;
}
#contleft {
	width: 10px;
	float:left;
}
#content {
  padding: 0 10px;
  float:left;
  width: 690px;
}
#contright {
	width: 10px;
	float:left;

}
#footer-menu {
  background-image: url(../images/bg_content.png);
  background-repeat: repeat-y;
  margin: 0;
  float: left;
  width: 720px;
  height: 35px;
  text-align: right;
}
#footer-menu a, #footer a:visited {
  margin-right: 30px;
  color: #000000;
}
#footer {
	margin: 0;
	float: left;
	background-image: url(../images/bg_footer.png);
	width: 720px;
	height: 20px;
	background-repeat: no-repeat;
}
#page-end {
  width: 720px;
  margin-top: 10px;
  font-size: 8pt;
  color: #666;
  text-align: center;
}

#page-end a:link, #page-end a:visited {
  color: #666;
  text-decoration: none;
}

#page-end a:hover {
  color: #999;
  cursor: pointer;
}


#menu {
	margin-left: 15px;
  margin-top: 3px;
}
#slogan {
	float: left;
	margin-left: 0px;
	margin-top: 0px;
  width: 335px;
}
#logo {
	float: right;
	margin-right: 0px;
	margin-top: 0px;
}

#inhalt {
	margin: 25px 0px 25px 87px;
}
/* The outermost container of the Menu Bar, an auto width box with no margin or padding */
ul.MenuBarHorizontal
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 8pt;
  font-weight: bold;
	cursor: default;
	width: auto;
	float: left;
  height: 25px;

}
/* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
ul.MenuBarActive
{
	z-index: 1000;
	background: url(../images/bg_nav_active.gif) top left no-repeat;
}
/* Menu item containers, position children relative to this container and are a fixed width */
ul.MenuBarHorizontal li
{
	margin: 0;
  margin-right: 18px;
	padding-right: 10px;
	padding: 0;
	list-style-type: none;
	position: relative;
	text-align: left;
	cursor: pointer;
	width: auto;
	float: left;
	font-family: "Trebuchet MS", Geneva, sans-serif;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	color: #000;
  font-weight: bold;  
  display: block;
}
/* Submenus should appear below their parent (top: 0) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
ul.MenuBarHorizontal ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	z-index: 1020;
	cursor: default;
	width: 200px;
	position: absolute;
	left: -1000em;
}
ul.MenuBarHorizontal a, ul.MenuBarHorizontal a:visited
{
	display: block;
	cursor: pointer;
	padding: 0.3em 0.9em;
	color: #000;
	text-decoration: none;

    font-weight: bold;
}
/* Menu items that have mouse over or focus have a blue background and white text */
ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus
{

	color: #fff;
	width: inherit;
    font-weight: bold;
}
/* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
ul.MenuBarHorizontal a.MenuBarItemHover, ul.MenuBarHorizontal a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal a.MenuBarSubmenuVisible
{
	color: #ff6600;
	background-position: 95% 50%;
}
#submenu {  
  background: #efefef;
  width: 692px;
  float: left;
  padding: 4px;
  margin-top: 15px;
  margin-bottom: 30px;
  
}
#submenu a, #submenu a:visited {
margin-left: 21px;
font-size: 0.9em;
font-weight: normal;
color: #000;
}
#botborder {
float: left;
	background-image: url(../images/bg_content.png);
	width: 720px;
	height: 10px;
  height: 30px;
	background-repeat: repeat-y;
}
#bb1 {
float: left;
width: 25px;
}
#bb2 {
float: left;
width: 670px;
border-top: 1px solid #000;
}
#bb3 {
float: left;
width: 25px;
}
#textblock {
	margin-right:175px;
  }
#leftblock {
float: left;
margin-right: 230px;
}

