body {	
	background-color: #c7282d;
}
/* 01.Headings */

.subheader {
	color: #008b68;	
}

a:link, a:visited, a:hover, a:active {
	color: #008b68;
	text-decoration: underline;
}
a:hover {
	color: #e47a00;
	text-decoration: underline;
}

h2 {
	margin: 0 0 25px 0;
	padding: 0 0 5px 0;
	font-size: 1.3em;
	font-weight: bold;
	color: #008b68;
	text-align: left;
	border-bottom: 1px solid #c40009;
	border-bottom: none;
}
h3 {
	margin: 20px 0 0 0;
	padding: 0 0 5px 0;
	border-bottom: none;
	font-size: 1.2em;
	font-weight: bold;
	color: #008b68;
	clear: both;
}
h3.top, div.secondary h3 {
	margin: 0;
}
div.secondary h3 {
	padding: 0 15px 5px 15px;
	border-bottom: 1px solid #000;
	color: #000;
	width: 250px;
}

div.secondary p { margin-top: 10px }

h4 {
	margin: 20px 0 0 0;
	padding: 0;
	font-size: 1.1em;
	font-weight: bold;
	color: #000;
	clear: both;
}
ul.navigation-local {
	position: absolute;
	top: 130px;
	left: 60px;
	z-index: 3000;
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.navigation-local li {
	margin: 0 0 5px 0;
	padding: 0 0 0 10px;
	list-style-type: none;
}
ul.navigation-local li.current {
	background: url(media/bg/p_all.gif) no-repeat 0 50%;
}
ul.system {
    float: left;
    margin: 10px 0 10px 0;
    padding: 0;
    list-style: none;
}
ul.system li {
    float: left;
    display: inline;
    margin: 0 10px 0 0;
    padding: 0 0 0 10px;
    border-left: 1px solid #000;
    list-style-type: none;
}
ul.system li.first {
    border-left: 0;
}
/* 02.Paragraphs */
p {
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 1.1em;
}
p.copyrights {
	margin: 10px 10px 10px 0;
	font-size: 1em;
	float: right;
	white-space: nowrap;
}

div.secondary p {
	padding-left: 15px;
}
/* 04.Images */

.images {
	clear:both;
	position: absolute;
	left: 10px;
	top: 113px;
}

img, a img {
	border: 0;
}

span.photos {
	left: -10px;
	top: 150px;
}
span.photos2 {
	left: -10px;
	top: 200px;
}

img.photos {
	position: absolute;
	left: -10px;
	top: 150px;
	z-index: 1120;	
}
img.photos2 {
	position: absolute;
	left: -10px;
	top: 200px;
	z-index: 1120;	
}
span.imgRight {
	top: 40px;
	left: 700px;
	display: none;
}
img.imgRight {
	position: absolute;
	margin-left: 700px;
	z-index: 1110;
	top: 40px;
	display: none;
}

span.subnav {
	left: 0px;
}
img.subnav {
	position: absolute;
	z-index: 1130;
}

ul.system li a:link, ul.system li a:visited, ul.system li a:active {
	text-decoration: none;
	color: #008b68;
	text-decoration: underline;
}
ul.system li a:hover {
	color: #e47a00;
	text-decoration: underline;
}

/* leftmenu */
fieldset {
	margin: 0;
	padding: 10px 0;
	border: 0;
}

fieldset input.textType {
	width: 20em;
	font-size: 1em;
}

div.secondary fieldset {
	position: absolute;
	top: 135px;
	left: 20px;
	width: 300px;
	color: #000;
}
div.secondary fieldset span {
	display: block;
	padding: 5px 0 5px 15px;
}

dl.delivery, dl.act {
	clear: both;
	margin: 10px 0 20px 0;
	padding: 0;
	width: 100%;
}

dl.delivery dt {
	float: left;
	margin: 0;
	padding: 0;
	width: 360px;
	font-weight: bold;
	font-size: 1.1em;
	color: #000;
}

dl.act dd h2 {
	font-weight: bold;
	font-size: 1.1em;
	color: #000;	
	margin:0;
}

dl.delivery dd.photo, dl.act dd.photo {
	float: left;
	padding: 0;
	padding-top: 10px;
	width: 200px;
	font-weight: normal;
	font-size: 1em;
	color: #000;
}
dl.delivery dd.address, dl.act dd.description {
	position: relative;
	top: 10px;
	font-weight: normal;
	font-size: 1em;
	color: #000;
}

dl.act dd.description a:link, dl.act dd.description a:visited, dl.act dd.description a:active {
	color: #c40009; 
	text-decoration: none
}
dl.act dd.description a:hover {
	text-decoration: underline
}