body {
	background-image: url(images/back.gif);
	background-attachment: fixed; 
}
a.titel {
	font-family: "Courier New", Courier, monospace;
	color: #999999;
	text-decoration: none;
}
a.titel:hover {
	color: #000000;
}
a.menu { 
	display:block;
	margin-bottom: 2px;
	text-align:center; 
	width:100px;
   border-style:ridge; 
	border-width:2px; 
	padding:0px; 
	text-decoration:none; 
}
a.menu:link    {
	color: Black;
	background-color: #DCDCDC;
}
a.menu:visited {
	color: Black;
	background-color: #DCDCDC;
}
a.menu:hover   {
	color: Maroon;
	background-color: Gray;
}
a.menu:active  {
	color: Maroon;
	background-color: Gray;
}
#button {
	width: 100px;
	border-right: 1px solid #000;
	padding: 0 0 1em 0;
	margin-bottom: 1em;
	font-family: Tahoma, Arial, sans-serif; /*'Trebuchet MS', 'Lucida Grande', Verdana, Arial, sans-serif;*/
	font-size: 10px;
	background-color: Gray;
	color: #333;
}

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

        #button li {
	border-bottom: 1px solid #535353;
	margin: 0;
	list-style: none;
	list-style-image: none;
}

        #button li a {
	display: block;
	padding: 5px 5px 5px 0.5em;
	border-left: 10px solid #8F8F8F;
	border-right: 10px solid #868686;
	background-color: #7C7C7C;
	color: #fff;
	text-decoration: none;
	width: 100%;
}

        html>body #button li a {
                width: auto;
                }

        #button li a:hover {
                border-left: 10px solid #9E9E9E;
	border-right: 10px solid #9E9E9E;
	background-color: #8B8B8B;
	color: #fff;
                }

        #button li #active {
	border-left: 10px solid #9E9E9E;
	border-right: 10px solid #9E9E9E;
	background-color: #8B8B8B;
	color: #fff;
}
.container {
        width: 480px;
        padding: 5px;
        margin: 3px 0 10px 0;
        
}

/* circle */

#navCircle {
        margin: 0;
        padding: 0 0 20px 10px;
        border-bottom: 1px solid #9FB1BC;
}

#navCircle li {
        margin: 0;
        padding: 0;
        display: inline;
        list-style-type: none;
}

#navCircle a:link, #navCircle a:visited {
        float: left;
        font-size: 10pt;
        line-height: 14px;
        font-weight: bold;
        padding: 0 6px 6px 6px;
        text-decoration: none;
        color: #708491;
}

#navCircle a:link.active, #navCircle a:visited.active, #navCircle a:hover {
        padding-bottom: 6px;
        color: #000;
        background: url(circle.gif) no-repeat bottom center;
}