@charset "utf-8";
/* CSS Document */
body {
	background-color: #555753;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	min-width: 780px;
	font-size: 62.5%;
}
a:link,
a:active,
a:visited {
	color: #D35C00;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #D35C00;
}
a:hover {
	color: #2E3436;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #2E3436;
}
.page {
	background-color: #eeeeec;
	text-align: left;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	width: 98%;
	padding-bottom: 5px;
}
.page_minimum_width {
	width: 780px;
}
.header {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #2E3436;
	background-image: url(images/logo.gif);
	background-repeat: no-repeat;
	height: 60px;
}
.title {
	font-size: 1.4em;
	border-bottom-width: 1px;
	border-bottom-style: solid;	
	font-weight: bold;
}
.content {
	padding: 8px;
	vertical-align: top;
}
.content .title {
	color: #ce5c00;
	border-bottom-color: #ce5c00;
}


.navigation {
	background-color: #888a85;
	width: 20%;
	padding: 8px;
	vertical-align: top;
}
.navigation .title {
	color: #EEEEEC;
	border-bottom-color: #EEEEEC;
}
.subnavigation {
	background-color: #babdb6;
	width: 20%;
	padding: 8px;
	vertical-align: top;
}
.subnavigation a:link,
.subavigation a:active,
.subnavigation a:visited {
	color: #555753;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.subnavigation a:hover {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #555753;
}
.subnavigation .title {
	color: #555753;
	border-bottom-color: #555753;
}
.navigation_minimum_width{
	width: 180px;
}
.navigation a:link,
.navigation a:active,
.navigation a:visited {
	color: #EEEEEC;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.navigation a:hover {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EEEEEC;
}
ul {
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
}
li {
	background-repeat: no-repeat;
	background-position: 0em 0.6em;
	padding-left: 20px;
	list-style-type: none;
	font-size: 1.2em;
	margin: 0px;
	padding-top: 4px;
	padding-bottom: 4px;
}

.navigation li {
	background-image: url(images/menu_arrow.gif);
}
.subnavigation li {
	background-image: url(images/submenu_arrow.gif);
}

.navigation .li_desc {
	font-size: 0.9em;
	color: #BABDB6;
}
.subnavigation .li_desc {
	font-size: 0.9em;
	color: #888A85;
}

.height_40px {
	height: 40px;
}
.footer {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #2E3436;
	text-align: right;
	font-size: 1.1em;
	color: #888A85;
}
.article {
	margin-top: 10px;
	margin-bottom: 20px;
}
.article .title {
	color: #2e3436;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 1.8em;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}
.article .text {
	font-size: 1.2em;
}
.info {
	text-align: right;
	color: #555753;
	padding-top: 5px;
}
form {
	margin: 0px;
	padding: 0px;
}
label {
	display: block;
	text-align: left;
}
input {
	background-color: #EEEEEC;
	border: 1px solid #555753;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;

}
.clear {
	clear: both;
}
.form_button {
	background-color: #D35C00;
	padding-top: 1px;
	padding-right: 2px;
	padding-bottom: 1px;
	padding-left: 2px;
	color: #EEEEEC;
	font-size: 1.4em;
}
.form_textfield {
	padding: 1px;
	font-size: 1.4em;

}
