body {
   	background-image:url(images/back2.jpg);
   	background-repeat:repeat-y;
   	background-position:0px 266px;
	font-family:Verdana;
    font-size:8pt;
    color:#020000;
    margin:0px;
 	line-height:13pt;
}

.maincontent {
	width:100%;
 	margin-top:0px;
  	margin-left:0px;
   	background-image:url(images/back1.jpg);
   	background-repeat:no-repeat;
   	background-position:0px 0px;
	position:absolute;
}

.content {
	width:460px;
	text-align:left;
	margin-top:135px;
	margin-left:279px;
	margin-bottom:7pt;
}

.gallery {
	width:100px;
	position:absolute;
	top:82px;
	left:890px;
}

.gallery img {
	margin-top:10px;
}

img {
	border:0px;
}

.imgbig {	position:fixed;
	margin-left:-20px;
	position:relative;}

/* Überschriften */

h1 {
   font-size:8pt;
   color:#000000;
   font-weight:bold;
}

h2 {
   font-size:8pt;
   color:#000000;
   font-weight:bold;
}

h3 {
   font-size:8pt;
   color:#000000;
}

h4 {
   font-size:8pt;
   color:#000000;
}

.button {	color:#660033;
	background-color:#ffffff;
	border:solid 1px #ff6600;}

.inputnews {	color:#663300;
	width:136px;
	padding:4pt;
	border:solid 1px #ff6600;}

/* Allgemeine Links */
a:link {
       color:#663300;
       text-decoration:none;
}

a:visited {
          color:#663300;
          text-decoration:none;
}

a:active {
         color:#FF6600;
         text-decoration:underline;
}

a:hover {
        color:#FF6600;
        text-decoration:none;
}

/* Menü */
.aktiv {
	font-weight:bold;
         cursor:default;
}

.untermenu {
	margin-left:20px;
         width:144px;
         overflow:visible;
}

#menu ul {
	margin:0;
         padding:0;
         list-style:none;
	width: 144px; /* Width of Menu Items */
}

#menu ul li {
	position:relative;
         margin-top:15px;
         border-bottom: 1px solid #FF6600;
}

#menu li ul {
	position:absolute;
         left:143px; /*Set 1px less than menu width */
         top:0;
         display:block;
}

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

#menu li:hover>ul {
	visibility:visible;
}

#menu ul ul {
	visibility:hidden;
}

/* Fix IE. Hide from IE Mac \*/
* html #menu ul li {
	float:left;
         height: 1%;
}

* html #menu ul li a {
	height: 1%;
}
/* End */ /* Make-up syles */

#menu ul, li {
	margin: 0 0 0 0;
}

/* Styles for Menu Items */

#menu ul a {
	display:block;
         text-decoration:none;
         color:#663300;
         background:#FFFFFF;
         font-size:8pt;

	/* IE6 Bug */
	padding:4px;
         border:1px solid #FF6600;
         border-bottom: 0;
}

/* Hover Styles*/

#menu ul a:hover {
	color:#FF6600;
         background:#ffffff;
}

/* Sub Menu Styles*/

#menu li ul a {
	text-decoration:none;
         color:#77F;
         background:#FFFFE6;
	/* IE6 Bug */
         padding:5px;
         border:1px solid #FF6600;
         border-bottom: 0;
}

/* Sub Menu Hover Styles */
#menu li ul a:hover {
	color:#E2144A;
         background:#ffffff;
}

/* Icon Styles */
#menu ul a.submenu {
	background:#fff url("images/r_arrow.html") no-repeat right;
}

#menu ul a.submenu:hover {
	background:#f9f9f9 url("images/r_arrow.html") no-repeat right;
}