body {
	margin:0;
}

#main {
	width: 1000px;
	border: 1px solid black;
	background-image: url(gfx/bg_gradient.png);
	background-position: center;
	background-repeat: repeat-y;
	margin: auto auto;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 10pt;
	line-height: 1.8;
	margin-bottom: 10px;
}

h1 {
	clear: both;
	font-variant: small-caps;
	margin-bottom: 0px;
}

img {
	border: 1px solid #005500;
}

.noborder {
	border: none;
}

img.left {
	float: left;
	margin-top: 10px;
	margin-right: 10px;
}

p.left {
	float:left;
}

img.center {
	display: block;
	margin: auto auto;
}

a:link, a:visited {
	color: #005500;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

#header {
	width: 100%;
	height: 150px;
	background-image: url(gfx/bg_header.jpg);
}

#spc_left {
	float: left;
	padding-top: 450px;
	padding-left: 10px;
	color: #99AA99;
	width: 340px;
	background-image: url(gfx/bg_ally.jpg);
	background-repeat: no-repeat;
}

#spc_left a {
	color: #99AA99;
}

#content {
	margin-top: 30px;
	padding: 10px;
	padding-top: 0px;
	float: left;
	width: 600px;
	border: 1px solid black;
	min-height: 480px;
	background-image: url(gfx/bg_content.png);
	background-repeat: repeat-y;
}

#content ul
{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#menu {
	height: 45px;
	width: 100%;
	background-image: url(gfx/bg_menu.png);
	padding-top: 5px;
	background-repeat: repeat-x;
}

#menu ul {
	list-style-type:none;
	border: none;
	margin: 0;
	padding: 0;
	height: 25px;
}

#menu li {
	float:left;
        list-style-type:none;
	position:relative;
        margin: 0;
        padding: 0;
	border-left: 1px dashed gray;
	border-collapse: collapse;
	width: 108px;
	color: #005500;
	text-align: center;
	cursor:pointer;
}

#menu li a:link, #menu li a:visited {
	color: #005500;
	display:block;
	height: 25px;
	text-align:center;
	line-height: 25px;
	text-decoration: none;
}

#menu li a:hover, #menu li a:focus, #menu li a:active {
	background-color: #cfffdd;
	text-decoration: none;
	position:relative;
}

#menu li a:link span , #menu li a:visited span {
	display: none;
	position: absolute;
	left: 5px;
	top:25px;
	text-decoration: none;
	font-size: 8pt;
	width: 270px;
	line-height: 15px;
	text-align: left;
}

#menu li a:hover span  {
	display: block;
	text-decoration: none;
}

#menu ul ul.stories {
	display:none;
	background-color: white;
	height: 25px;	/* <eintraege> * 25px */
	border-right: 1px dashed gray;
	border-bottom: 1px dashed gray;
}

#menu ul ul.fotos {
	display:none;
	background-color: white;
	height: 75px;	/* <eintraege> * 25px */
	border-right: 1px dashed gray;
	border-bottom: 1px dashed gray;
}

#menu ul li:hover ul , #menu ul li.over ul {
	position: absolute;
	left: -1px;
	top: 20px;
	display: block;
	z-index: 5;
}
#menu ul ul li {
	clear: both;
}

#submenu {
	position: absolute;
	left: -5px;
	z-index: 1;
	border-left: 1px solid #005500;
	border-right: 1px solid #005500;
	border-bottom: 1px solid #005500;
	width: 100px;
	text-align: left;
	background-color: white;
}

#footer {
	clear: both;
}

div.gbucheintrag {
	border: 1px solid white;
	margin-top: 10px;
	text-align: justify;
	padding: 5px;
	padding-top: 0;
}

div.gbucheintrag p {
	clear: both;
}

div.gbucheintrag h1 {
	font-size: 14pt;
}

div.gbucheintrag span.hp {
	float: left;
}

div.gbucheintrag span.email {
	float: right;
}

#gbuchneu {
	margin: auto auto;
	border: 1px solid black;
	height: 300px;
	width: 600px;
}

#gbuchneu span.label {
	width: 105px;
	float: left;
	text-align: right;
	margin-right: 10px;
}

#gbuchneu input.feld {
	float: left;
	border: 1px dashed gray;
	height: 15px;
	width: 180px;
	font-size: 10pt;
}

#gbuchneu span.button {
	text-align: center;
}

#gbuchneu span.button input {
	margin: 10px;
	width: 200px;
}

#gbuchneu div.reihe {
	clear: both;
	margin: auto auto;
	width: 300px;
	text-align: center;
}

#gbuchneu div.reihe h1 {
	font-size: 12pt;
	margin:0;
}

#gbuchneu textarea {
	float: left;
	border: 1px dashed gray;
	width: 180px;
}

#fotos {
	margin: auto auto;
	text-align: center;
}

div.item {
	border-bottom: 1px solid gray;
}

div.item span.label {
	float: left;
	margin-left: 10px;
	border-right: 1px dashed #005500;
	width: 50px;
	height: 100%;
}

div.item span.content {
	float: left;
	padding-left: 10px;
	width: 500px;
}
#news {
	border: 1px solid black;
}

div.bullet {
	position: absolute;
	visibility:hidden;
	height: 25px;
	width: 25px;
}

img.ecard_small {
	width: 250px;
}

.ecard_big {
	text-align: center;
	width: 600px;
	position: relative;
}

#ecard_text {
	position: absolute;
	top: 20px;
	left: 20px;
	width: 200px;
	height: 208px;
	margin: 1px;
	background-color: white;
	overflow:auto;
	font-family: Verdana;
	font-size: 10pt;
}

.gbuchtitle
{
	font-family: Arial;
	font-size: 13pt;
	font-weight: bold;
	font-variant: small-caps;
}

.clear
{
	clear: both;
}
