body, html {
	background-color: #fff;
	color: #666666;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: .8em;
	margin: 0;
	padding: 0;
	background-image:	url(../img/layout/bg_hori.gif);
	background-repeat: repeat-x;
	height: 100%;
}

#gwg {
	font-size: 18px;
	font-weight: bold;
	text-align: right;
	color: #336600;
	padding-top: 75px;
	width: 760px;
	height: 26px;
}

#headimage {
	margin-top: 5px;
	background-color: #cccc99;
	height: 94px;
	border-bottom: 1px solid #fff;
}

/* Navigation */

#menu {
	height: 26px;
	width: 760px;
	text-align: right;
	
}

#menu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-weight: bold;
}

#menu ul li {
	display: inline;
}

#menu ul li a {
	text-decoration: none;
	padding: 5px 10px;
	line-height: 26px;
	color: #336600;
	border: none;
}
	
#menu ul li a:hover {
	background-color: #cccc99;
}

/* Subnavigation */

#submenu {
	position: absolute;	
	width: 150px;
	top: 225px;
	left: 0;
	text-align: right;
	color: #336600;
}

.submenuheader { border-right: 1px solid #6699cc; height: 40px; }

.submenu {
	border-top: 1px solid #6699cc;
	line-height: 26px;
	font-size: 12px;
	font-weight: bold;
}

a.submenu:link, a.submenu:visited, a.submenu:hover {
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	border: none;
	color: #336600;
	display: block;
}

a.submenu:hover {
	background-color: #ffcc99;
}

.submenufooter { border-top: 1px solid #6699cc; text-align: center; }
img.submenufooter { padding: 30px 43px 20px; border: none; display: block; }
a.submenufooter:link, a.submenufooter:visited, a.submenufooter:hover {
	border: none;
}


/* copyright by ATnexXT */

.atnexxt { position: absolute; width: 60px; top: 88px; right: 0px; z-index: 5; }

a.atnexxt:link, a.atnexxt:visited, a.atnexxt:hover  {
	font-size: 8px;
	text-align: right;
	color: #fff;
	text-decoration: none;
	padding-right: 3px;
	border: none;
}
a.atnexxt:hover { color: #336600; }

/* Inhalt */

#content {
	width: 495px;
	margin-left: 265px;
	padding: 0 0 40px 0;
	text-align: right;
}

h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 23px;
	font-weight: normal;
	font-style: italic;
	color: #999966;
	margin-bottom: 30px;
	margin-top: 40px;
}
h2 {
	color: #336600;
	font-size: 130%;
	font-style: italic;
	margin-top: 25px;
}
h3 {
	color: #336600;
	font-weight: normal;
	font-size: 120%;
	padding-bottom: 3px;
	margin-bottom: -10px;
	margin-top: 25px;
}

h4 {
	font-weight: bold;
	margin-bottom: -10px;
	margin-top: 20px;
	font-size: 115%;
}

p {
	font-size: 115%;
	line-height: 150%;
}

ul {
	font-size: 115%;
	list-style-type: none;
}

li {
	color: #666;
	line-height: 160%;
}

li.abstand {
	margin-top: 1em;
}

a {
	color: #666;
	text-decoration:	none;
	border-bottom: 1px dashed; 
}

a:hover {
	color: #999966;
}

.imglink {
	text-decoration: none;
	border: none;
}

img.rahmen {
	border: 1px solid #336600;
}

.textgruen {
	color: #336600;
}

.hinweis {
		font-size: 110%;
		color: #999966;
}

.entrybreak {
	float: right;
	width: 350px;
	height: 1px;
	border-bottom: 1px dashed #999966;
	margin-bottom: 20px;
}
.clear {
	clear: both;
}

#content.galerie img {
	border: 1px solid#ccc;
	padding: 3px;
	margin: 3px;
}
#content.galerie a {border: none; }
#lightbox a {	border: none;}
