@charset"ISO-8859-1";

html,body{
	width:100%;
	height:100%;
}
body{
	margin:0;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	color: #333333;
	background:#0e510e;
}

table#aussen{
	width:100%;
	height:100%;
	border:0px;
}
table#aussen td{
	text-align:center;
	vertical-align:middle;
}

div#innen{
	background: #FFFFFF url(Bilder/rose.jpg) no-repeat fixed bottom right;
	width:800px;
	height:500px;
	border:1px solid #000000;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	overflow:hidden;
}

div#counter-ad{
	position: relative;
	height:9px;
	border:none;
	text-align:left;
	overflow:hidden;
	bottom: -170px;
	left: 100px;
	right: 10px;
}

#menu {
	position: static;
	top:45px;
	border-top:#CCCCCC solid 1px;
	height: 434px;
	width:180px;
	padding-left: 30px;
	background: url(Bilder/MenuHG.gif) repeat-y;
}
#inhalt {
	position: relative;
	bottom: 435px;
	left: 180px;
	border-top:#CCCCCC solid 1px;
	height: 434px;
	width:570px;
	overflow: auto;
	padding-left: 20px;
	padding-right: 30px;
	overflow: auto;
}

#Link {
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	color: #006600;
}

#Link:hover {
	font: larger;
	cursor: default;
	text-decoration: underline;
	color: #00CC00;
}

.ausserhalb {
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #00CC00;
}