/*Basic
-------------------------------------------------*/
html,
body {
	height:100%;
	width:100%;
	margin:0;
	padding:0;
}

body {
	font-size: 100.1%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:0.75em;
	line-height:1.1;
	text-decoration:none;
	color:#000;
}

p.besucher{
display:none;
}

a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:0.75em;
	line-height:1.1;
	text-decoration:none;
	color:#000;
}

a.em {
font-size:1em;
padding:0;
}

a.pfeil{
font-size:0.75em;
padding:0;
}

h1 {
	font-size:0.92em;
	font-weight:normal;
	color:#666;
	line-height:1.1;
}

h1.print{
display:block;
}

ul,
li {
	list-style: none;
}

img {
display:none;
}

/*Grundgerüst
-------------------------------------------------*/
#page {
	width:100%;
	min-height:100%;
	height:auto !important; /* F&#252;r normale Browser */
	height:100%; /* F&#252;r IE */
	position:absolute;
	background:none;
}

#ornament_links {
display:none;
}

#ornament_rechts {
display:none;
}

#ueberschrift {
	display:none;
}

#rahmen {
border:0;
	}

#navigation {
display:none;
}

#infoleiste {
display:none;
}

#inhalt {
	width:100%;
	height:100%;
	border:0;
	margin:0;
	display:block;
}

#inhalt_start{
display:none;
}

#rand{
padding:10px;
}

#gb{
display:none;
}

