* {
padding:0px;
margin:0px;
font-size:100%;
font-family: Verdana, Arial, sans-serif;
}

ul,ol {
list-style:none;
}

img, a img{
border:none;
}

body,
html
{
	height:100%;
	width:100%;
	padding: 0;
	margin: 0;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	line-height:1.2;
	color:#000000;
	text-align: center;
}

h1.hide {
position:absolute;
text-indent: -999em;
}

p.hide{
position:absolute;
text-indent: -999em;
}
#container
{
	display: block;
	float: none;
	position:relative;
	text-align: left;
	min-height: 100%;
	background-color:transparent;
	overflow: hidden;
	z-index:1;
		background-color:#941703;
}

#inhalt_oben{
text-align:center;
font-weight:bold;
font-size:26px;
font-variant:small-caps;
padding-top:1px;
white-space:nowrap;
color:#ffff33;
width:auto;
height:62px;
background:url('../images/bk_oben.jpg') repeat-x;
}

#left
{
	float: left;
	width: 220px;
	line-height:2.5;
	background-color:#006699;
	 background: url('../images/bk_titel_links2.jpg') repeat-y;
}

#right
{
	float: right;
	width: 220px;
	line-height:2.5;
	text-align:right;
	background-color:#006699;
	 background: url('../images/bk_titel_rechts2.jpg') 0 0 repeat-y       ;
	 background-position:right;
	 right:0;
}

#center
{
	float: none;
	margin-left: 200px;
	margin-right: 200px;
  background: url(../images/bk_titel.jpg);
	background-color:#941703;
		height:100%;
		width:auto;
}

#left,
#right,
#center
{
	/* Needed so that all columns look equally long */
	padding-bottom: 32767px !important;
	margin-bottom: -32767px !important;
}

.content
{
	padding:20px;
	font-size:18px;
	font-weight:bold;
color:#ffff33;
}

h1
{font-size:20px;}


a:link, a:visited, a:active, a:hover
{
  text-decoration:none;
  border:0px;
  font-weight:bold;

}

