HTML, BODY {
	background-color: #f0f0f0;
}
BODY {
	text-align: center;
	line-height: 1.5em;
}

BODY, INPUT, SELECT, TEXTAREA, BUTTON, TD, TH, BLOCKQUOTE {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #5c5c5c;
}

H1, H2, H3, H4, H5, H6 {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
}
H1 {
	margin: 0;
	font-size: 20px;
}
H2, H3, H4, H5, H6 {
	margin: 1.25em 0 0 0;
	font-size: 14px;
}
H2.type1 {
	margin: 2em 0 0 0;
	font-size: 14px;
	color: #6f6f6f;
}
H2.type2 {
	margin: 1.3em 0 0 0;
	padding: .7em 0 0 0;
	font-size: 14px;
	color: #6f6f6f;
	border-bottom: 1px solid #e5e5e5;
}
OL {
	margin: 1em 0 0 3em;
}
OL OL {
	margin: .5em 0 .5em 3em;
}
UL {
	margin: 1em 0 0 1.5em;
	list-style: none;
}
UL LI {
	padding-left: 11px;
	background: url(dot02.gif) no-repeat 0 .5em;
}
UL UL {
	margin: .5em 0 .5em 1.5em;
}

UL.links LI {
	background: url(dot01.gif) no-repeat 1px .5em !important;
}
UL.links LI H3 {
	margin: 0;
	font-size: 11px;
	font-weight: normal;
}
UL.links LI H3 A {
	color: #212121;
	border-color: #d4d4d4;
}
UL.links LI H3 A:hover {
	color: #d81921;
	border-color: #d81921;
}

/* =layout
-------------------------------------------------- */
#wrap {
	width: 987px;
	margin: auto;
	background: #fff;
	text-align: left;
	overflow: hidden;
}
#wrap-inner {
	padding: 0 10px;
}
#container {
	padding: 0 0 20px 0;
}

/* =header
-------------------------------------------------- */
#header {
	position: relative;
	height: 45px;
	border-bottom: 1px solid #e5e5e5;
	color: #888;
	overflow: hidden;
	line-height: normal;
}
#header P.date {
	position: absolute;
	left: 0;
	bottom: 8px;
	z-index: 2;
	margin: 0;
	font-size: 9px;
	font-weight: bold;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}
#header P.date SPAN {
	margin: 0 .3em;
	color: #ccc;
}
#header #tools {
	position: absolute;
	right: 0;
	bottom: 5px;
	z-index: 1;
}
#header #tools #tools-tree,
#header #tools #tools-search {
	float: right;
	margin: 0 0 0 1em;
	padding-left: 16px;
}
#header #tools INPUT {
	vertical-align: middle;
}
#header #tools INPUT.text {
	float: left;
	width: 90px;
	margin-right: .5em;
	padding: 1px 2px 1px 3px;
	border: 1px solid;
	border-color: #777 #b2b2b2 #b2b2b2 #777;
	background: #fff url(bg07.png) no-repeat 0 0;
}
#header #tools P.button SPAN INPUT {
	padding: 1px 6px 3px 6px;
}
#header #tools #tools-tree {
	margin-top: 2px;
	background: url(ico01.gif) no-repeat 0 50%;
}
#header #tools #tools-tree A {
	float: left;
	line-height: normal;
}
#header #tools #tools-search {
	background: url(ico02.gif) no-repeat 0 55%;
}

#header #tools #lang {
	float: right;
	margin: 2px 0 0 1em;
	padding-right: 2em;
}
#header #tools #lang A,
#header #tools #lang SPAN {
	float: left;
}
#header #tools #lang A.active {
	margin-top: -1px;
	padding: 1px .4em;
	background: #d81921;
	color: #fff;
	border: none;
}
#header #tools #lang SPAN {
	margin: 0 .5em;
	color: #ccc;
}

/* =sidebar
-------------------------------------------------- */
#sidebar {
	float: left;
	width: 160px;
	margin-right: 20px;
	padding-top: 20px;
}
#sidebar UL.links {
	margin-left: 10px;
}

#logo,
#logo A {
	background: url(logo.png) no-repeat top right;
	overflow: hidden;
}
#logo {
	width: 160px;
	height: 55px;
	margin: 0 0 20px 0;
}
#logo A {
	display: block;
	height: 0 !important;
	padding: 55px 0 0 0;
	height /**/: 55px;
	border: none;
}

#menu {
	margin: 0;
}
#menu LI,
#menu LI A {
	min-height: 1px;
	display: block;
	padding: 0;
	border: none;
	background: url(bg02.gif) no-repeat 0 0;
	color: #fff;
	font-weight: bold;
	line-height: normal;
}
#menu LI {
	margin-bottom: 1px;
	background-color: #d90e19;
}
#menu LI A {
	padding: 3px 7px 3px 20px;
	background-position: -160px 100%;
}
#menu LI A:hover {
	color: #feca00;
}
#menu LI.active {
	background: url(bg03.png) no-repeat 0 0;
}
#menu LI.active A {
	padding-top: 5px;
	background: url(dot04.gif) no-repeat 10px .9em;
	color: #d90e19 !important;
}
#menu LI UL {
	min-height: 1px;
	margin: 0;
	padding: 0 0 4px 0;
	background: url(bg04.png) no-repeat 0 100%;
}
#menu LI UL LI {
	background: url(dot03.gif) no-repeat 20px .6em;
}
#menu LI UL LI A,
#menu LI.active UL LI A {
	padding: 3px 7px 3px 30px !important;
	background: none !important;
	color: #262527 !important;
	font-weight: normal;
}
#menu LI UL LI A:hover {
	text-decoration: underline;
}
#menu LI UL LI.active {
	background-image: url(dot01.gif);
	background-position: 20px .6em;
}
#menu LI UL LI.active A {
	background: none !important;
	color: #d90e19 !important;
	text-decoration: underline;
}

/* =content
-------------------------------------------------- */
#content {
	float: left;
	width: 540px;
	margin-right: 20px;
	padding-top: 20px;
}
#content,
#content INPUT,
#content SELECT,
#content TEXTAREA,
#content BUTTON,
#content TD,
#content TH,
#content BLOCKQUOTE {
	font-size: 12px;
}

P.headline {
	padding-bottom: .5em;
}

DIV.photo {
	float: right;
	width: auto;
	margin: 1em 0 1em 0;
	border-left: 1em solid #fff;
	background: #fff;
	font-size: 11px;
	line-height: normal;
}
DIV.photo DIV.a {
	padding: 1px 1px .5em 1px;
	border: 1px solid #e5e5e5;
}
DIV.photo P.img {
	/*width: 200px;*/
	margin: 0;
}
DIV.photo P.img IMG {
	display: block;
}
DIV.photo DL,
DIV.photo DT,
DIV.photo DD {
	margin: 0;
	padding: 0;
}
DIV.photo DL {
	padding: .5em .5em 0 .5em;
	border-top: 1px solid #e5e5e5;
}
DIV.photo DL DT {
	font-size: 9px;
	font-weight: bold;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}
DIV.photo DL DD {
	padding-top: 2px;
}
DIV.photo DL DD.author {
	color: #999;
	font-size: 10px;
}

DIV.quote {
	float: right;
	width: 204px;
	margin: 1em 0 1em 0;
	border-left: 1em solid #fff;
	background: #f5f5f5 url(bg01.gif) no-repeat 9px 15px;
}
DIV.quote DIV.a {
	padding: .5em 1em 1em 50px;
}
DIV.quote BLOCKQUOTE {
	margin: 0;
	font-size: 12px;
	font-weight: bold;
}
DIV.quote BLOCKQUOTE P {
	margin: 0;
	padding: .5em 0 0 0;
}
DIV.quote ADDRESS {
	margin-top: .5em;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
}

P.intro {
	padding: 4px 10px;
	background: #f5f5f5;
	font-size: 11px;
	line-height: normal;
}
P.intro A {
	color: #5c5c5c;
	border: none;
	text-decoration: underline;
}
P.intro A:hover {
	color: #d81921;
}
P.intro SPAN {
	margin: 0 .3em;
	color: #ccc;
}

/* =rightside
-------------------------------------------------- */
#rightside {
	float: left;
	width: 227px;
	overflow: hidden;
	background: url(bg05.gif) repeat-y 0 0;
}
#rightside-inner {
	padding-left: 10px;
	background: url(bg06.gif) no-repeat 0 0;
}
#rightside H2 {
	margin: 0;
	padding-top: 1em;
	color: #d90e19;
	font-size: 20px;
}
#rightside H2 SPAN {
	color: #999;
}
#rightside UL.links {
	margin: 1em 0 0 0;
}
#rightside UL.links LI {
	padding-left: 10px;
	padding-bottom: .5em;
	background-position: 0 .5em !important;
}
#rightside UL.news {
	margin: 0;
}
#rightside UL.news LI {
	margin: 1em 0 0 0;
	padding: 0;
	background: none;
	line-height: normal;
}
#rightside UL.news LI H3 {
	clear: both;
	margin: 0;
	padding: 0;
	color: #212121;
	font-size: 11px;
	font-weight: normal;
}
#rightside UL.news LI H3 A {
	color: #212121;
	border-color: #d4d4d4;
}
#rightside UL.news LI H3 A:hover {
	color: #d81921;
	border-color: #d81921;
}
#rightside UL.news LI P {
	margin: 0;
	color: #999;
	font-size: 10px;
	line-height: normal;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}
#rightside UL.news LI P SPAN {
	float: left;
	padding-left: 10px;
	background-repeat: no-repeat;
	background-position: 0 50%;
}
#rightside UL.news LI P SPAN.date {
	margin-right: .5em;
	background-image: url(ico03.gif);
}
#rightside UL.news LI P SPAN.time {
	background-image: url(ico04.gif);
}

#rightside DIV.quick {
	clear: both;
	margin-top: 1em;
	line-height: normal;
}
#rightside DIV.quick A {
	color: #212121;
	border-color: #d4d4d4;
}
#rightside DIV.quick A:hover {
	color: #d81921;
	border-color: #d81921;
}
#rightside DIV.quick H3 {
	margin: 0 0 0 -5px;
	padding: 4px 5px;
	color: #e11f2a;
	font-size: 11px;
	background: #f5f5f5;
}
#rightside DIV.quick ADDRESS {
	margin: .5em 0 0 0;
	font-style: normal;
}
#rightside DIV.quick P.img,
#rightside DIV.quick DIV.content {
	float: left;
}
#rightside DIV.quick P.img {
	margin: 0 10px 0 0;
	border: 1px solid #e5e5e5;
}
#rightside DIV.quick P.img IMG {
	display: block;
	/*width: 60px;*/
	border: 1px solid #fff;
}
#rightside DIV.quick DIV.content {
	width: 142px;
}
#rightside DIV.quick DIV.content P {
	margin-top: .5em;
}
#rightside DIV.quick DIV.content P.author {
	color: #999;
	font-size: 10px;
}
#rightside DIV.content UL {
	margin: .5em 0 0 0;
}
#rightside DIV.content UL LI {
	background: url(dot01.gif) no-repeat 1px .5em !important;
}
#rightside DIV.content UL LI A {
	border: none;
}
#rightside DIV.content UL LI A:hover {
	text-decoration: underline;
}

/* =boxes
-------------------------------------------------- */
DIV.box01 {
	margin: 2em 0 0 0;
}
DIV.box01 H2 {
	margin: 0;
	padding-bottom: .15em;
	border-bottom: 2px solid #e5e5e5;
	color: #5c5c5c;
	font-size: 11px;
	text-transform: uppercase;
}
DIV.box01 UL {
	margin-left: 1em;
}
DIV.box01 UL LI {
	background: url(dot01.gif) no-repeat 1px .5em !important;
}
DIV.box01 UL LI A {
	color: #212121;
	border-color: #d4d4d4;
}
DIV.box01 UL LI A:hover {
	color: #d81921;
	border-color: #d81921;
}

DIV.feedback {
	width: 540px;
	margin: 1em 0 0 0;
	padding-top: 1em;
	background: #f5f5f5 url(bg09.gif) no-repeat 0 0;
}
DIV.feedback DIV.a {
	padding: 0 12px 1em 12px;
	background: #f5f5f5 url(bg10.gif) no-repeat 0 100%;
}
DIV.feedback DIV.a P.info {
	margin: 0 0 1em 0;
	padding-bottom: .8em;
	border-bottom: 1px solid #e2e2e2;
	font-size: 11px;
	line-height: normal;
}
DIV.feedback DIV.a P.info SPAN.req {
	margin: 0 .1em 0 .2em;
	font-size: 10px;
	font-weight: normal;
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	vertical-align: middle;
}
DIV.feedback DIV.a TABLE.form {
	margin: 0;
}

/* =messages
-------------------------------------------------- */
DIV.message {
	margin: 1em 0 0 0;
	padding-top: .5em;
	background-position: 0 0;
	background-repeat: no-repeat;
}
DIV.message DIV {
	padding: 0 1em 1em 1em;
	background-position: 0 100%;
	background-repeat: no-repeat;
}
DIV.message P {
	margin: 0;
	padding-top: .5em;
}
DIV.message UL {
	margin: 0 0 0 1em;
	padding-top: .5em;
}
DIV.message OL {
	margin: 0 0 0 2.5em;
	padding-top: .5em;
}

DIV.msg-ok {
	background-color: #e9f5de;
	background-image: url(bg13.gif);
	color: #378210;
}
DIV.msg-ok DIV {
	background-image: url(bg14.gif);
}
DIV.msg-ok A {
	color: #378210;
	border: none;
	text-decoration: underline;
}
DIV.msg-ok UL LI {
	background-image: url(dot06.gif) !important;
}

DIV.msg-error {
	background-color: #fee;
	background-image: url(bg11.gif);
	color: #d90e19;
}
DIV.msg-error DIV {
	background-image: url(bg12.gif);
}
DIV.msg-error A {
	color: #d90e19;
	border: none;
	text-decoration: underline;
}
DIV.msg-error UL LI {
	background-image: url(dot05.gif) !important;
}

/* =tables
-------------------------------------------------- */
TABLE.data {
	width: 100%;
}
TABLE.data TH,
TABLE.data TD {
	padding: 4px 8px;
	border-bottom: 1px solid #e5e5e5;
	background: #fff;
	line-height: 1.3em;
}
TABLE.data TH {
	padding: 2px 8px 4px 8px;
	font-size: 9px !important;
	font-weight: bold;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}
TABLE.data TR.alt TD {
	background: #f8f8f8;
}
TABLE.data TD.heading { margin: 0; padding: 0 0 10px 0; background: none; border: 0; }

TABLE.form {
	width: 100%;
}
TABLE.form TH,
TABLE.form TD {
	background: #f5f5f5;
}
TABLE.form TH {
	width: 25%;
	padding: 6px 8px 2px 0;
	text-align: right;
}
TABLE.form TH SPAN.req {
	margin-right: .2em;
	color: #999;
	font-size: 10px;
	line-height: 1em;
	font-weight: normal;
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	vertical-align: middle;
}
TABLE.form TD {
	width: 75%;
	padding: 4px 0 4px 8px;
}
TABLE.form TD.data {
	padding-top: 6px;
	padding-bottom: 2px;
}
TABLE.form TD LABEL,
TABLE.form TD INPUT,
TABLE.form TD SELECT,
TABLE.form TD TEXTAREA {
	vertical-align: middle;
}
TABLE.form TD TEXTAREA {
	width: 350px;
	height: 150px;
}
TABLE.form TD INPUT.text {
	width: 150px;
}
TABLE.form TD INPUT.wide {
	width: 350px !important;
}
TABLE.form TR.error TH,
TABLE.form TR.error TH LABEL,
TABLE.form TR.error TH SPAN.req {
	color: #d90e19;
}
TABLE.form TR.error TD INPUT.text,
TABLE.form TR.error TD SELECT,
TABLE.form TR.error TD TEXAREA {
	border: 2px solid;
	border-color: #710606 #efb5b5 #efb5b5 #710606 !important;
}

/* =inputs & buttons
-------------------------------------------------- */
LABEL {
	cursor: pointer;
}
INPUT[type=radio],
INPUT[type=checkbox] {
	cursor: pointer;
}
INPUT.text:focus,
SELECT:focus,
TEXTAREA:focus {
	background: #ffe !important;
	color: #000;
}
INPUT.text {
	padding: 1px 2px;
}
TEXTAREA {
	padding: 1px 1px 1px 2px;
}
P.button,
P.button SPAN {
	float: left;
	height: 18px;
	background: url(bg08.gif) no-repeat 0 0;
}
P.button {
	margin: 0 !important;
}
P.button SPAN {
	margin: 0 !important;
	background-position: 100% -18px;
}
P.button SPAN INPUT {
	float: left;
	overflow: visible;
	margin: 0 !important;
	padding: 1px 10px 3px 10px;
	background: transparent;
	border: none;
	color: #fff;
	font-size: 11px !important;
	cursor: pointer;
	line-height: normal;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}
P.button:active {
	background-position: 0 -36px;
}
P.button:active SPAN {
	background-position: 100% -54px;
}

/* =footer
-------------------------------------------------- */
#footer {
	clear: both;
	padding: 1.5em 10px;
	border-top: 1px solid #e5e5e5;
	background: #fff;
	color: #8c8c8c;
	font-family: Arial, Helvetica, sans-serif;
}
#footer ADDRESS {
	font-style: normal;
	text-align: center;
}
#footer ADDRESS SPAN {
	margin: 0 .3em;
	color: #ebebeb;
}

/* =Front page
-------------------------------------------------- */
#frontpage #front-box {
	float: left;
	width: 495px;
	margin-right: 20px;
}
#frontpage #logo-big {
	width: 493px;
	height: 0 !important;
	margin: 20px 0 0 0;
	padding: 157px 0 0 0;
	height /**/: 157px;
	background: #d81820 url(logo_big.png) no-repeat top right;
	overflow: hidden;
	border: 1px solid #D81820;
	color: #fff;
}
#frontpage #content {
	width: 315px;
	margin: 0;
}
#frontpage #content H1 {
	margin-top: 1em;
}
#frontpage #content P.intro {
	margin: 0;
}
#frontpage #rightside {
	width: 452px;
}
#frontpage #rightside UL.news {
	margin: 8px 0 0 0;
}
#frontpage #rightside UL.news LI {
	clear: both;
	display: block;
	margin: 0;
	padding: 2px 0 0 0;
}
#frontpage #rightside UL.news LI P,
#frontpage #rightside UL.news LI H3 {
	float: left;
	clear: none;
	margin: 0;
	padding: 0;
}
#frontpage #rightside UL.news LI P {
	width: 95px;
}
#frontpage #rightside UL.news LI H3 {
	width: 346px;
}
#frontpage #rightside UL.news LI H3 A {
	display: block;
	border: none;
}
#frontpage #rightside UL.news LI H3 A:hover {
	text-decoration: underline;
}
#frontpage #rightside DIV.quick {
	float: left;
	clear: none;
	margin-right: 10px;
}
#frontpage #rightside DIV.even {
	margin-right: 0;
}
.contact {
	width: 100%;
	margin: 2px 0 0 0;
	padding: 3px 0 7px 0;
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
}
.next {
	margin: 0 !important;
	border-top: none !important;
}
.contact P {
	margin: 4px 0 0 0;
}
.contact .picture, .contact .text {
	float: left;
}
.contact .picture {
	width: 70px;
}
.contact .text {
	margin-right: 10px;
}
.contact .picture IMG {
	border: 1px solid #e5e5e5;
}
/* =IE fixes
-------------------------------------------------- */
* HTML #menu LI,
* HTML #menu LI A,
* HTML #menu LI UL { height: 1px; }

* HTML P.button SPAN INPUT { padding: 2px 12px 1px 12px !important; }
*:first-child+html P.button SPAN INPUT { padding: 2px 12px !important; }

* HTML #header #tools P.button SPAN INPUT { padding: 2px 8px 1px 8px !important; }
*:first-child+html #header #tools P.button SPAN INPUT { padding: 2px 8px !important; }

* HTML #rightside DIV.quick H3 { margin: 0; }

* HTML DIV.feedback DIV.a { width: 540px; voice-family: "\"}\""; voice-family:inherit; width: 516px;}