@charset "utf-8";

html
{
  height: 100%;
}

body {
	scrollbar-base-color:#063;
	scrollbar-arrow-color:##FDFF66;
	scrollbar-darkshadow-color:#063;
    scrollbar-face-color:#063;
    scrollbar-highlight-color:##FDFF66;
    scrollbar-shadow-color:##FDFF66;
    scrollbar-track-color:#063;
	height: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 11px;
	line-height: 17px;
	font-weight: normal;
	text-decoration: none;
	background-image:url(images/bkg.gif);
	background-attachment:fixed;
	background-repeat:repeat-x;
	margin:0;
	padding:0;
	}


h1 {
	font-size: 15px;
	line-height: 20px;
	font-weight: bold;
	color: #063;
	margin-top: 20px;
}

h2 {
	font-size: 15px;
	line-height: 20px;
	font-weight: bold;
	color: #063;
}


p {
	padding-right: 30px;
}


li {
	padding-right: 30px;
	padding-bottom: 15px;
	list-style-type: disc;
	list-style-position: outside;
}

a:link {
	color: #000;
	text-decoration: underline;
}

a:visited {
	color: #000;
	text-decoration: underline;
}
a:hover {
	color: #000;
	text-decoration: underline;
}

.bold {
	font-weight: bold;
	color: #006633;
}

.fusszeile {
	color: #FFF;
	text-align: center;
}

a.fusszeile {
	color: #fff;
	text-decoration: none;
}
a.fusszeile:link {
	color: #fff;
	text-decoration: none;
}
a.fusszeile:visited {
	color: #fff;
	text-decoration: none;
}
a.fusszeile:hover {
	color: #fff;
	text-decoration: underline;
}

.bkg_links
{
	background-image:url(images/bkg_links.png);
	background-position:right;
	background-repeat: repeat-y;
}
	
.bkg_rechts
{
	background-image:url(images/bkg_rechts.png);
	background-position:left;
	background-repeat: repeat-y;
	}
	
.weiss {
	font-size: 13px;
	line-height: 18px;
	color: #fff;
}

a.weiss {
	font-size: 13px;
	line-height: 18px;
	color: #fff;
	text-decoration: underline;
}
a.weiss:link {
	font-size: 13px;
	line-height: 18px;
	color: #fff;
	text-decoration: underline;
}
a.weiss:visited {
	font-size: 13px;
	line-height: 18px;
	color: #fff;
	text-decoration: underline;
}
a.weiss:hover {
	font-size: 13px;
	line-height: 18px;
	color: #fff;
	text-decoration: underline;
}

.subnav {
	color: #063;
	margin-top:15px;
}

a.subnav {
	color: #063;
	text-decoration: none;
	margin-top:15px;
}
a.subnav:link {
	color: #063;
	text-decoration: none;
	margin-top:15px;
}
a.subnav:visited {
	color: #063;
	text-decoration: none;
	margin-top:15px;
}
a.subnav:hover {
	color: #063;
	text-decoration: underline;
	margin-top:15px;
}
