
html {
	width : 100%;
	height : 100%;
	text-align : center;
	margin : 0px;
	padding : 0px;							
}

body {
	width : 100%;
	height : 100%;
	text-align : center;
	margin : 0px 0px;
	padding : 0px;
	background-image : url(../gfx/bg_page.gif);
	background-repeat : repeat-y;
	background-position : center top;
	background-color : #FFF;
}

table {
	font-family : verdana, arial, helvetica, sans-serif;
	font-size :11px;	
	text-decoration : none;
	color : #666;
}


#PageBGContainer {
	width : 100%;
	min-width : 770px;
	text-align : center;
	overflow : visible hidden;
	height : 100%;	
}

#PageBG {
	width : auto !important;
	width:100%;
	/* height : 100%; */
	margin : 0px auto;
	text-align : center;
	background-image : url(../gfx/bg.gif);
	background-position : center 0px;
	background-repeat : no-repeat;
}

#Page {
	position : relative;
	width : 654px;
	margin : 0px auto;
	padding : 0px 0px;
	text-align : left;
	border-width : 0px;
}

#Header {
	position : relative;
	text-align : left;
	height : 284px;
}

#LogoImage {
	position : absolute;
	top : 16px;
	left : 2px;
}

#HeadImage {
	position : absolute;
	top : 119px;
	left : 8px;
	width : 638px;
	height : 108px;
	z-index : 2;
}

#SiteImage {
	position : absolute;
	top : 250px;
	left : 487px;
	z-index : 1;
}

#Navigation {
	height : auto !important;
	height : 89px;
	min-height : 50px;
	padding-top : 63px;
	padding-right : 0px;
	z-index : 100;
	text-align : right;
	color : #666;
	font-family : Verdana, Arial, Helvetica, sans-serif;	
	font-size : 11px;
}


#Navigation a {
	border : 0px;
	text-decoration : none;
	padding : 20px 10px 0px;
	color : #666;
	font-family : Verdana, Arial, Helvetica, sans-serif;	
	font-size : 11px;
}

#Navigation a:hover {
	color : #992200;
	text-decoration : underline;
}



#Body {
	text-align : left;	
	padding : 0px 0px 0px;	
	/* position : relative; */
	height : auto !important;
	height : 1px;
	min-height : 200px;
}

#Button {
	font-family : verdana, arial, helvetica, sans-serif;
	font-size :10px;	
	font-weight: bold;
	text-decoration : none;
	text-align : right;
	color : #000;
	background-color : lime;
	border : 1px solid;
	padding: 4px 4px 4px 4px;
	float : right;
}


#LinkeSpalte {
	width : 145px;
	float : left;
	height : auto !important;
	height : 1px;
}

#LinkeSpalte p {
	font-family : verdana, arial, helvetica, sans-serif;
	font-size :10px;	
	text-decoration : none;
	color : #666;
	margin:0;
	padding:0;
}

#LinkeSpalte #Untermenue ul {
	list-style-type : none;
	margin:0;
	padding:0;
	height : auto !important;
	height : 2px;	
}

#LinkeSpalte #Untermenue ul li {
	margin : 0px;
	padding : 0px;
	display : block;
	height : auto !important;
	height : 2px;
}

#LinkeSpalte #Untermenue ul li a {
	display:block;
	padding : 4px 0px 5px;
	font-family : verdana, arial, helvetica, sans-serif;
	font-size :11px;	
	text-decoration : none;
	color : #666;
	height : auto !important;
	height : 1px;	
	background-image : url(../gfx/punkte_h.gif);
	background-position : left bottom;
	background-repeat : repeat-x;	
}

#LinkeSpalte #Untermenue ul li a:hover {
	color : #992200;
	text-decoration:underline;
}


/* ===== Rechte Spalte ===== */

#RechteSpalte {
	width : 480px;
	float : right;
	height : auto !important;
	height : 1px;	
}

#Inhalte {
	padding-bottom : 1px;
	height : auto !important;
	height : 1px;
	color : 666;
}

#Inhalte a img {
	border : 0px;
}

#Inhalte h1, div.form-item h1 {
	font-family : verdana, arial, helvetica, sans-serif;
	color : #920;
	font-size : 14px;
	font-weight : bold;
	margin-top : 0px;
	margin-bottom : 10px;
}

#Inhalte h2, div.form-item h2 {
	font-family : verdana, arial, helvetica, sans-serif;
	color : #920;
	font-size : 11px;
	margin-top : 0px;
	margin-bottom : 10px;
	font-weight : normal;	
}

#Inhalte a:link,
div.form-item a:link {
	color : #666666;
}

#Inhalte a:visited,
div.form-item a:visited {
	color : #666666;
}

#Inhalte a:active,
div.form-item a:active {
	color : #B61030;
}

#Inhalte a:hover,
div.form-item a:hover{
	color : #B61030;
	text-decoration : underline;
}

#Inhalte p,
div.form-item p {
	margin : 10px 0px;
	font-size : 11px;
	font-family : verdana, arial, helvetica, sans-serif;
	color : #666;	
}


#floaterLinks {
	padding : 10px 10px 10px 10px;
	float : left;
	height : auto !important;
	height : 1px;
}

#floaterRechts {
	padding : 10px 10px 10px 10px;
	float : right;
	height : auto !important;
	height : 1px;
}

#details {
	height : 20px;
	float : right;
}

#Inhalte ul,
div.form-item ul {
	margin : 10px 0px;
	padding : 0px;
	padding-left : 18px;
}

#Inhalte ul li,
div.form-item ul li {
	color : #666;
	margin : 0px 0px;
	padding : 0px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size : 11px;
}



#Inhalte #News {
	margin-top : 2px;
}

#News h3 {
	font-size : 12px;
	font-family : verdana, arial, helvetica, sans-serif;
	margin-top : 0px;	
	margin-bottom : 12px;
	color : 466;
	font-weight : bold;
}

#News p {
	margin-top : 3px;
	margin-bottom : 8px;
	padding-bottom : 0px;
	font-size : 11px;
	font-family : verdana, arial, helvetica, sans-serif;
	margin-top : 0px;	
	margin-bottom : 3px;
	color : 666;
}


#News a {
	font-family : verdana, arial, helvetica, sans-serif;
	font-size :11px;	
	text-decoration : none;
}

#News a:link {
	color : #466;
}

#News a:visited {
	color : #466;
}

#News a:active {
	color : #466;
}

#News a:hover {
	color : #920;
	text-decoration : underline;
}











img {
  border: 0;
}

#divFooter {
	clear : both;
	padding : 25px 0px 20px 0px;
	text-align : left;
	background-image : url(../gfx/footer.gif);
	background-position : 600px 5px;
	background-repeat : no-repeat;
	height : auto !important;
	height : 10px;
}

#divFooter a:link {
	color : #333333;
}

#divFooter a:visited {
	color : #666666;
}

#divFooter a:active {
	color : #B61030;
}

#divFooter a:hover {
	color : #B61030;
	text-decoration : underline;
}

#divFooter div.menu {
	width : 580;
	background-image : url(../gfx/punkte_h.gif);
	background-position : left top;
	background-repeat : repeat-x;
	font-family : verdana, arial, helvetica, sans-serif;
	padding-top : 5px;
	font-size : 10px;
	color : #666;
}

#divFooter div.menu ul {
	display : inline;
	list-style-type : none;
	margin : 0px;
	padding : 0px;
}

#divFooter div.menu ul li {
	display : inline;
	margin : 0px 0px 0px 5px;
	padding : 0px 0px 0px 5px;
	border-left : 1px solid #B61030;
}

#divFooter div.menu ul li a:link,
#divFooter div.menu ul li a:visited,
#divFooter div.menu ul li a:active {
	text-decoration : none;
}

#divFooter div.menu ul li a:hover {
	text-decoration : underline;
}

#PageBGBottomContainer {
	min-width : 770px;
	height : 20px;
	overflow : hidden;
}

#PageBGBottom {
	width : 100%;
	height : 20px;
	margin : 0px auto;
	background-image : url(../gfx/ende.gif) !important;
	background-position : center 0px;
	background-repeat : no-repeat;
}


#formular {
font-family : verdana, arial, helvetica, sans-serif;
font-size: 12px;
margin: 10 auto;
width: 370px;
background-color: #e2e2da;
color: #666;
text-align: left;
	padding-bottom: 15px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 15px;
}

.wrap {
	width : 340px;
	font-family : verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-align: right;
	vertical-align: top;
}

.formtext {
	margin-bottom: 2px;
}

input {
	position: relative;
	top: 3px;
	width: 200px;
	height: 20px;
	font-size: 101%;
	font-family: verdana, arial, sans-serif;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	padding-right: 3px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #cccccc;
	border-right-color: #cccccc;
	border-bottom-color: #cccccc;
	border-left-color: #cccccc;
	margin-bottom:2px;
}

.senden {
	width: 98px;
	font-size: 11px;
	font-family: verdana, arial, sans-serif;
	font-weight: normal;
	margin: 10px 0px 0px 0px;
	padding: 2px 0px 2px 0px;
	background-color: #cccccc;
	color: #000;
	border-top: 1px solid #777;
	border-right: 1px solid #777;
	border-bottom: 1px solid #777;
	border-left: 1px solid #777;
	cursor: hand;
}


textarea {
	position: relative;
	top: 3px;
	width: 200px;
	height: 80px;
	font-size: 11px;
	font-family: verdana, arial, sans-serif;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	padding-right: 3px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #cccccc;
	border-right-color: #cccccc;
	border-bottom-color: #cccccc;
	border-left-color: #cccccc;
	margin-bottom:5px;
}





