body, textarea, input, select
{
  	font-family: Verdana, Tahoma, Arial, sans-serif;
  	font-size: 8pt;
}

body
{
  	margin-top: 20px;
}

a { text-decoration: none; }
a:link {  }
a:visited {  }
a:active {  }
a:hover { text-decoration: underline; }

a h1, a h2, a h3  { text-decoration: none; }

div
{
	margin: 0px;
	padding: 0px;
}

#iewarnung
{
	padding: 5px;
	background: #ffc;
	font-size: 9pt;
	border-bottom: 1px solid gray;
}

.shadow-top
{
 	text-align: left;
 	color: inherit;
	background-repeat: no-repeat;
	background-position: top left;
}

.shadow-middle
{
	width: 805px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0;
	background-repeat: repeat-y;
	background-position: center left;
}

.shadow-bottom
{
	margin: 0px 0 0 0;
	padding: 4px 12px 8px 8px;
	background-repeat: no-repeat;
	background-position: bottom left;
}

.lilText
{
	background-repeat: no-repeat;
	background-position: 140px 80px;
}

.frame
{
  	width: 782px;
	margin: 0px;
	padding: 0px;
  	border: 1px solid gray;
	background-repeat: no-repeat;
}

.top
{
  	height: 72px;
	background-repeat: repeat-x;
	margin: 0 0 5px 0;
	padding: 0px;
}

.logo
{
  	width: 320px;
  	height: 71px;
  	border: 0px solid black;
	background-repeat: no-repeat;
	margin-left: 50px;
	padding: 0px;
}

.left
{
  	float: left;
  	width: 130px;
  	margin-top: 0px;
	height: 100%;
}

.left h1
{
	font-size: 100%;
	font-weight: normal;
	color: gray;
	border: 1px solid gray;
	padding: 2px;
	margin: 0 0 0 5px;
	letter-spacing: 1px;
}

.left ul
{
	list-style-type: none;
	margin: 5px 0 10px 10px;
	padding: 0px;
}

.left ul li
{
	margin-top: 2px;
}

.content
{
	float: right;
	width: 615px;
	margin: 0 10px 10px 0;
}

.right
{
	float: right;
	width: 120px;
	padding: 0 5px 0 0;
}

.footer
{
	clear: both;
	padding: 5px 0 5px 10px;
}


p
{
	margin: 1em 0 0 0;
}

h1
{
	font-size: 160%;
	font-weight: bold;
	margin: 0 0 15px 0;
	padding: 0px;
}

h2
{
	font-size: 140%;
	font-weight: bold;
	margin: 0 0 10px 0;
	padding: 0px;
}

h3
{
	font-size: 120%;
	font-weight: bold;
	margin: 0 0 5px 0;
	padding: 0px;
}

img
{
	border: 0;
}

hr
{
	color: #ccc;
}

textarea, input, select
{
	border: 1px solid gray;
}

table, tr
{
	padding: 0px;
}

td
{
	padding: 0px;
	margin: 1px;
}

ul.nobullet
{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

ul.nobullet li
{
	margin: 1px 0 0 0;
}

div.box
{
	border: 1px solid gray;
	padding: 3px 5px;
	margin: 1em 0 2em;
}

div.box h3
{
	margin-top: 0;
}



/* Gästebuch */

.gaestebuchheader
{
	margin-bottom: 15px;
}

.gaestebucheintrag
{
	border: 1px solid gray;
	padding: 5px;
	margin-bottom: 15px;
}

.gaestebuchpages
{
	text-align: center;
	margin: 0 0 5px 0;
}



/* Galerie */

div.galerieitem
{
	border: 1px solid gray;
	margin: 0 0 15px 0;
}

div.galerieitem img
{
	border-left: 1px solid gray;
}

div.galeriecomment
{
	margin-bottom: 5px;
	border-bottom: 1px dashed gray;
	padding: 2px;
}

div.galeriefoto
{
	width: 150px;
	float: left;
	display: inline;
	margin: 5px 10px 5px 10px;
}
.galeriefoto img
{
	border: 1px solid gray;
}

img.galeriefotodetail
{
	border: 1px solid gray;
}




/* Chat */

.chat input.text
{
	width: 300px;
}

iframe.chat
{
	margin: 0px;
	padding: 0px;
	border: 0px;
}


/* software */

.software .item
{
	border: 1px solid gray;
	padding: 5px;
	margin-bottom: 10px;
}

.software .item tr
{
	vertical-align: top;
}

/* Hack */
.software .prop
{
	float:right;
	width:1px;
}

.software .clear
{
	clear:both;
	height:1px;
	overflow:hidden;
}

.software .min50px
{
	height:50px;
}



/* Copy */

.copy h3
{
	margin-top: 8px;
}

.copy img
{
	float: right;
	margin: 0 5px 5px 5px;
}

.copy div.item p
{
	margin: 0 0 1em 2em
}


/* Umfrage */

.umfrage_form
{
	float: left;
}

.umfrage_ergebnis
{
	float: right;
	width: 50%;
}


