.glossymenu{
list-style-type: none;
margin: 0px 0;
padding: 0;
width: 180px;
/*border: 1px solid #9A9A9A;**/
/*border-bottom-width: 0;*/
}

.glossymenu li a{
background: white url(glossyback.gif) repeat-x bottom left;
font: bold 13px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: #800000/*white*/;
display: block;
width: auto;
padding: 3px 0;
padding-left: 10px;
text-decoration: none;

}


* html .glossymenu li a{ /*IE only. Actual menu width minus left padding of A element (10px) */
width: 170px;
}

.glossymenu li a:visited {color: Maroon;}
.glossymenu li a:active{color:white;}
.glossymenu li a:hover{
background-image: url(glossyback2.gif);color:White;
}

/* -------- Menu Nav End----------*/


* {
	margin: 0;
	padding: 0;
}

body {
	background: #A1DFDB url(bg.gif) repeat-x;
	font: normal small Verdana, Arial, Helvetica, sans-serif;
	color: #959595;
}

a {
	color: #33C;
}

/* Logo */

#logo {
	width: 760px;
	height: 70px;
	margin: 0 auto;
	padding: 40px 0 0 0;
	background: url(logo-0012.png) no-repeat;
}

#logo h1 {
	float: left;
	letter-spacing: -2px;
	font-size: 3em;
	
}

#logo a:hover {color:Gray;}

/* impressum */

#impressum {
	width: 760px;
	height: 50px;
	margin: -50px auto 0 auto;
}

#impressum ul {
	float: right;
	margin: 0;
	list-style: none;
}

#impressum li {
	display: inline;
}

#impressum a {
	position: relative;
	margin-left: 1.6em;
	text-decoration: none;
	text-transform: uppercase;
	border-bottom: 5px solid #FBE880;
	font-size: xx-small;
	font-weight: bold;
	color: #666;
}

#impressum a:hover, #impressum .active a {
	border-bottom-color: #E5ECED;
	color: #CCCCCC;
}

/* Wrapper */

#wrapper {
	clear: both;
	width: 760px;
	margin: 0 auto;
}

/* Navigation  */

#navi {
	float: right;
	width: 180px;
}

#navi .boxed {
	margin-bottom: 10px;
}

#navi .boxed .title {
	height: 20px;
	padding: 10px 0 0 10px;
	background: url(bg_h1.gif) repeat-x;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 11px;
	color: #FFFFFF;
}

#navi .boxed .content {
	padding: 0px;
	background: #339;
	border-top: none;
}

#navi .boxed .content .tiny {
	clear: both;
	margin: 0;
	font-size: x-small;
}

/* MainContent */

#maincontent {
	float: left;
	width: 570px; text-align: justify;
}

#maincontent .boxed {
	margin-bottom: 10px;
}

#maincontent .boxed .title {
	height: 20px;
	padding: 10px 0 0 10px;
	background: url(bg_h1.gif) repeat-x;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 11px;
	color: #800000;
}

#maincontent .boxed .content {
	padding: 19px 19px 19px 19px;
	color: #800000;
	/*background: #E5ECED;*/
	border: 1px dotted #E5ECED;
	border-top: none;
}
#maincontent .boxed .content a
{
    color:#800000; text-decoration:underline;}
/* Footer */

#footer {
	clear: both;
	padding: 30px 0 50px 0;
	color: #000;
	/*background: #464646 /*url(bg_footer.gif) repeat-x;*/
}

#footer p {
	width: 760px;
	margin: 0 auto;
	font-size: x-small;
}

