@CHARSET "ISO-8859-1";
body {
    font-family: sans-serif;
	background: #ffffff url('../images/background.png') repeat-x;
	font-size: 10pt;
	margin: 0px;
	padding: 0px;
	color: #1F1F1F;
}

h2 {
	color: #3F3F3F;
	font-size: 1.5em;
	font-family: sans-serif;
	font-weight: normal;
	font-variant:condensed;
}

a {
	color: #833b00;
}

p:first-letter {
	font-size: 1.5em;
}

#page {
	width: 920px;
	margin: 0px auto 0px;
}

#border_top {
	background: url('../images/border_top.png') no-repeat;
	height: 90px;
    margin: 0px;
    margin-top: 20px;
    width: 920px;
}

#border_bottom {
	background: url('../images/border_bottom.png') no-repeat;
	height: 40px;
    margin: 0px;
    margin-top: -85px;
    width: 920px;
    padding: 0px;
}

#content {
	position: relative;
	background: url('../images/content_background.png') repeat-y;
    margin: 0px;
    margin-top: 0px;
    top: -85px;
    width: 920px;
}


#logo {
	position: relative;
	top: -93px;
	left: 0px;
	background:  url('../images/logo.png') no-repeat;
	margin-left: 30px;
	width: 300px;
	height: 65px;
}

#navigation {
	position: relative;
	top: -20px;
	left: 8px;
	background: #833b00;
	width: 900px;
	height: 20px;
	text-align: right;
}

#navigation ul,
#navigation ul li {
	display:inline;
	list-style:none;
	margin:0;
    padding: 0;
}

#navigation li a {
    color: #ffffff;
    text-decoration:none;
    font-size: 8pt;
    height: 10px;
    margin-right: 1.5em;
    font-weight: bold;
}

#navigation li a.active {
    color: #000000;
}

#sub_navigation {
	float: left;
	position: relative;
	top: 10px;
	left: -31px;
	width: 20px;
}


#sub_navigation ul li {
	width: 190px;
	height: 21px;
	background: url('../images/sub_navi_background.png') no-repeat;
	list-style:none;
	margin : 0;
    padding: 0;
    
}

#sub_navigation li a {
    color: #ffffff;
    text-decoration:none;
    font-size: 8pt;
    padding-left:  15px;
    font-weight: bold;
}

#sub_navigation li a.active {
    color: #000000;
}

#text {
	margin-left: 250px;
	padding: 10px;
	width: 600px;
	color: #3F3F3F;
	font-size: 0.9em;
	font-family: Georgia;
}

.code {
	font-family: monospace;
	font-size: 0.9em;
}

.code:first-letter {
	font-size: 1em;
}

.Fussnote {
	font-size: 0.8em;
}

.error {
	color: #B22222;
}
	

