body
{
	margin: 0;
	padding: 0;
	font-family:lucida grande, verdana, sans-serif;
	font-size: 82%;
	text-align: left;
	color: #333333;
	background-color: #FF6600;
}

p{
	line-height: 1.5em;
	margin: 0 0 1em 0;
}

acronym, abbr{
	font-style: normal;
	cursor: help;
}


h1{
	font-size: 160%;
	color: #FF6600;
	text-transform:uppercase;
	font-weight: bold;
	margin-top: 0.5em;
	margin-right: 0;
	margin-bottom: 0.8em;
	margin-left: 0;
}

h2
{
	font-size: 130%;
	color: #FF6600;
	font-weight: bold;
	margin-right: 0em;
	margin-bottom: 0.5em;
	margin-left: 0;
	margin-top: 0.8em;
}

h3
{
	font-size: 115%;
	font-weight: bold;
	color: #FF6600;
	margin-top: 0.5em;
	margin-right: 0em;
	margin-bottom: 0
.em;
	margin-left: 0em;
	margin-bottom: 0.3em;
}

h4
{
	font-size: 100%;
	font-weight: bold;
	color: #FF6600;
	margin-top: 0.5em;
	margin-right: 0em;
	margin-bottom: 0em;
	margin-left: 0em;
}
h5 {
	font-weight: bold;
	font-size: 120%;
	margin-bottom: 0.5em;
}
h6 {
	font-weight: bold;
	font-size: 100%;
}

hr
{
	width:95%;
	color:#CC0000;
	height:1px;
	text-align:left;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #990000;
}



a:link {
	color: #09c;
	font-weight:bold;
	text-decoration: none;
}
a:visited {
	color: #069;
	text-decoration: none;
}

a:hover, a:active
{
	color: #FF3300;
}


#container
{
	margin: 1em auto;
	width: 800px;
	text-align: left;
	background-color: #F5F5F5;
	border: 0;
}

#header
{
	height: 242px;
	width: 100%;
	margin: 0;
	background-color: #FF6600;
	align: left;
}

#header h1{
	color: #666666;
	font-size: 200%;
	padding: 48px 0 0 20px;
	font-weight: bolder;
	text-align: center;
	vertical-align: 50%;
}


#navlist {
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #F5F5F5;
	border-right-color: #F5F5F5;
	border-bottom-color: #F5F5F5;
	border-left-color: #F5F5F5;
	line-height: 13px;
	font-size: 11px;
	padding-bottom: 2px;
	padding-top: 1px;
	background-color: #FF6600;
	color: #FF9900;
}

#navlist .deadlink {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	padding-top: 2px;
	padding-bottom: 3px;
	text-decoration: none;
	margin-top: 4px;
	margin-bottom: 4px;
	padding-right: 15px;
	padding-left: 15px;
	margin-left: 15px;
	margin-right: -19px;
}

#navlist a:link {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	padding-top: 2px;
	padding-bottom: 3px;
	text-decoration: none;
	color: #FFFFFF;
	margin-top: 4px;
	margin-bottom: 4px;
	padding-right: 15px;
	padding-left: 15px;
	margin-left: 15px;
	margin-right: -19px;
}

#navlist a:visited {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	padding-top: 2px;
	padding-bottom: 3px;
	text-decoration: none;
	color: #D9D9D9;
	margin-top: 4px;
	margin-bottom: 4px;
	padding-right: 15px;
	padding-left: 15px;
	margin-left: 15px;
	margin-right: -19px;
	font-weight: bold;
}

#navlist a:hover {
	color: #FF6600;
	background-color: #F5F5F5;
}

#content {
	margin: 20px;
}

#footer
{
	clear: both;
	background-color: #FF6600;
	padding: 5px;
	color: #333333;
	align: richt;
	font-size: 80%;
	height: 55px;
}
#footer a {
	color: #CC0000;
}
#footer   img {
	margin-left: 150px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-align: right;
	float: right;
	clear: both;
}
#footer img:hover {
	border: 1px solid #333333;
}
#footer .box {
	height: 100%;
	width: 305px;
	float: right;
	position: fixed;
}

#PS
{ clear: both;
  text-align: right;
}

.txtbox{
	display: block;
	background-color: #FFFFFF;
	width: 480px;
	border-top-width: 10px;
	border-right-width: 3px;
	border-bottom-width: 10px;
	border-left-width: 3px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #DCDCDC;
	border-right-color: #DCDCDC;
	border-bottom-color: #DCDCDC;
	border-left-color: #DCDCDC;
	left: -20px;
	padding-right: 5px;
	padding-left: 5px;
}

.flleft{float:left; margin:5px 5px 5px 0;}
.flright{float:right;margin:5px 0 5px 5px}


#sidebar
{
	float: right;
	width: 240px;
	font-size: 85%;
	padding-top: 0;
	padding-right: 20px;
	padding-left: 25px;
	margin-top: 40px;
	margin-bottom: 20px;
}

#sidebar .box {
	margin-top: 15px;
	margin-bottom: 5px;
	-moz-border-radius:  ;
	-moz-border-radius-bottomright: ;
	-moz-border-radius-bottomleft: ;
	border-top-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-style: solid;
	border-width: 2px;
	border-color: #FF6600;
	background-color: #DCDCDC;
}
#sidebar .box h3 {
	color: #FFFFFF;
	background-color: #FF6600;
	-moz-border-radius-topleft: ;
	-moz-border-radius-topright: ;
	padding-left: 8px;
	font-size: 110%;
	margin: 0em;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
}

#sidebar .box h4 {
	-moz-border-radius-topleft: ;
	-moz-border-radius-topright: ;
	padding-left: 8px;
	font-size: 110%;
	margin: 0em;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
}

#sidebar .box p {
	padding-right: 4px;
	padding-left: 8px;
	padding-top: 3px;
}
.bold {
	font-weight: bold;
}
.klein {
	font-size: 80%;
}
#sidebar .box2 {
	margin-top: 15px;
	margin-bottom: 5px;
	-moz-border-radius:  ;
	-moz-border-radius-bottomright: ;
	-moz-border-radius-bottomleft: ;
	border-top-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-style: solid;
	border-width: 2px;
	border-color: #FF0000;
	background-color: #DCDCDC;
}
#sidebar .box2 h3 {
	color: #FFFFFF;
	background-color: #FF0000;
	-moz-border-radius-topleft: ;
	-moz-border-radius-topright: ;
	padding-left: 8px;
	font-size: 110%;
	margin: 0em;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
}
#sidebar .box2 p {
	padding-right: 4px;
	padding-left: 8px;
	padding-top: 3px;
}
#sidebar .box2 h4 {	-moz-border-radius-topleft: ;
	-moz-border-radius-topright: ;
	padding-left: 8px;
	font-size: 110%;
	margin: 0em;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	color: #FF0000;
}
