body {
	margin: 0;
	padding: 0;
	font-family : Verdana, Helvetica, Arial, sans-serif;
color:#42616a;
text-align : center;
	background-image: url(../images/letters.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	font-size: 0.9em;
	background-attachment: fixed;
}
h1, h2, h3  {
padding : 0.5em 0.1em 00;
font-family : Arial, Helvetica, sans-serif; 
font-weight : normal;
letter-spacing: -0.02em;
}
h1 {
font-size : 140%; 
color : #505050;
}
h2 {
font-size : 130%; 
color : #505050;
}
h3 {
font-size : 120%; 
color : #505050;
}
p  {
font-size : 1em;
line-height : 150%;
}
a:link {
color : #00357c;
text-decoration : underline;
}
a:visited {
color : #42647c;
}
a:hover {
color : #c00;
}
a:focus, a:active {
color : #940D1E;
text-decoration : underline;
}
a.external {
text-decoration : none;
border-bottom : 1px dotted #c00;
}
ul {
list-style-type : disc;
padding : 0.5em 0;
}
li {
list-style-type : none;
}
img, img a {
border : none;
}

#wrapper {
	position: relative;
	text-align: left;
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	background-color: #fff;
	margin-top: 0em;
	margin-bottom: 1em;
	border-bottom: 2px solid #708e8d;
	border-top-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #f2f3f4;
	border-right-width: 0px;
	border-left-width: 0px;
}
#content {
	padding: 0 15px 10px 0;
	float: right;
	width: 550px;
	}
#content p {
	font-size: 0.9em;
	line-height: 1.6em;
	padding-left: 2em;
	clear: both;
}
#content h1 {
	font: normal 1.6em Georgia, "Times New Roman", Times, serif;
	color: #c00;
	background-color: transparent;
}
#content h2 {
	font: normal 1.3em Georgia, "Times New Roman", Times, serif;
	color: #c00;
	background-color: transparent;
	border-bottom: 1px dotted #708e8d;
	clear: both;
}
#content img {
	padding: 5px;
	border: 1px dotted #42647c;
}
#navigation {
	padding: 0 5px 10px 15px;
	width: 190px;
	float: left;
}
#navigation ul {
	list-style: none;
	border: none;
	padding-left: 0px;
}
#navigation li {
	font-size: 0.9em;
	vertical-align: bottom;
	background-image: url(../images/pfeil.gif);
	background-repeat: no-repeat;
	background-position: left top;
margin:0.1em 0;
	vertical-align: bottom; /* Removes unwanted margin in IE */

}
#navigation a:link {
	display: block;
	padding: 6px 5px 9px 0.5em;
	border-right: 1px dotted #213d67;
	color: #00357c;
	text-decoration: none;
}
#navigation a:visited {
	display: block;
	padding: 6px 5px 9px 0.5em;
	border-right: 1px dotted #42647c;
	color: #42647c;
	text-decoration: none;
}
#navigation a:hover {
	color: #c00;
	border-right: 1px dotted #B51032;
}
#header{
	padding: 35px 15px 15px;
	background-image: url(../images/header200.jpg);
	background-repeat: no-repeat;
}
#footer {
	font-size: 0.9em;
	margin: 0 15px;
	clear: both;
	width: 720px;
	padding-right: 15px;
	padding-left: 15px;
	border-top: dotted 1px #708e8d;
	text-align: right;
	}
#footer a {
color: #213d67 ;
padding-right : 20px;
text-decoration : none;
}
#footer a:hover {
color: #c00 ;
}
#footer a:active {
color: #c00 ;
}
#footer ul {
list-style : none;
}
#footer li {
display : inline;
}
.left{
	margin: 0 15px 5px 0;
	float: left;
}
.right{
	margin: 0 0 5px 15px;
	float: right;
}

.alz {
	border: 0px none;
	font-size: 0.8em;
	color: #999999;
	padding: 0px;
	margin: 0px;
}
#content ul {
	list-style-type : disc;
	padding : 0.5em 1em 0 4em;
	line-height: 1.4em;
	margin-top: 0.5em;
	margin-right: 5px;
	margin-bottom: 0.5em;
	font-size: 0.9em;
	color: #333;	list-style-position: outside;
}
#content li {
	list-style-type : none;
	margin : 0 0 0.8em 0;
	list-style-image: url(../images/pfeil.gif);

}
.boldcap {
	font-weight: bold;
	text-transform: uppercase;
}
hr {
	border-top: 1px dotted #c00;
}
