
html, body {
	height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	background: #EBEBEB url(images/homepage01.gif) repeat-x left top;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #454545;
}

h1, h2, h3 {
	margin: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #3B3B3B;
}

h1 {
	font-size: 27px;
}

h2 {
	font-size: 23px;
}

h3 {
	margin-bottom: 10px;
	font-size: 18px;
}
h4 {
	margin-bottom: 10px;
	font-size: 16px;
}
h5 {
	margin-bottom: 10px;
	font-size: 14px;
}
h6 {
	margin-bottom: 10px;
	font-size: 12px;
}

p, ol, ul {
	margin-top: 0px;
	margin-bottom: 20px;
/*	line-height: 22px;*/
	text-align: justify;
}

strong {
	color: #6B6B6B;
}

a {
	color: #0E687D;
}

a:hover {
	text-decoration: none;
}

a.more {
	padding-left: 18px;
	background: url(images/homepage08.gif) no-repeat left center;
}

a img {
	border: none;
}

img.border {
	padding: 5px;
	background: #EDEDED;
	border-bottom: 3px solid #DEDEDE;
}

img.alignleft {
	float: left;
	margin: 0px 20px 0px 0px;
}

img.alignright {
	float: right;
	margin: 0px 0px 0px 20px;
}

img.aligncenter {
	margin: 0px auto;
}

hr {
	display: none;
}

.hr1 {
	height: 30px;
	margin-bottom: 10px;
	margin-top: 10px;
	background: url(images/homepage17.gif) repeat-x left center;
}

/** WRAPPER */

#wrapper {
	height: 100%;
	min-height: 100%;
	padding: 20px 0px;
	background: url(images/homepage05.gif) repeat-y center top;
}

html>body #wrapper {
	height: auto;
}

.container {
	width: 950px;
	margin: 0px auto;
}

/** HEADER */

#header {
	height: 101px;
}

/** LOGO */
#logo {
	float: left;
	width: 671px;
	height: 51px;
	background: url(images/homepage02.jpg) no-repeat left top;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 50px 0 0 0;
	font-size: 34px;
}

#logo p {
	margin: 0px;
	line-height: normal;
	text-transform: none;
}

#logo p a {
	text-decoration: none;
}

/** SEARCH */

#search {
	float: right;
	width: 279px;
	height: 101px;
	background: url(images/homepage03.jpg) no-repeat left top;
}

#search form {
	margin: 0px;
	padding: 60px 0px 0px 0px;
	background: url(images/subpage1_01.gif) no-repeat 0px 60px;
}

#search fieldset {
	margin: 0px;
	padding: 0px;
	border: none;
}

#search input {
	float: left;
}

#search-query {
	width: 184px;
	margin: 3px 0px 0px 7px;
	background: none;
	border: none;
	font: 11px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #959595;
}

#search-submit {
	margin: 0px 0px 0px 14px;
}

/** MENU */

#menu {
	height: 48px;
	background: url(images/homepage04.gif) no-repeat left top;
}

#menu ul {
	margin: 0px;
	padding: 0px 0px 0px 20px;
	list-style: none;
}

#menu li {
	float: left;
	padding: 9px 6px;
}

#menu a {
	float: left;
	height: 23px;
	padding: 6px 10px 0px 10px;
	text-decoration: none;
/*	text-transform: lowercase;*/
	font: 14px Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
}

#menu a:hover {
	background: url(images/subpage1_03.gif) repeat-x left top;
}

/** PAGE */

#page {
	width: 850px;
	padding: 20px 0px 0px 0px;
}

/** SIDEBAR */

#sidebar {
	float: left;
	width: 250px;
}

#sidecontent {
	margin-bottom: 20px;
}
.homepage #sidebar {
	width: 350px;
}

/** CONTENT */

#content {
	float: right;
	width: 550px;
	padding: 0 0 60px 0;
}

.homepage #content {
	width: 450px;
}

.wide-content #content {
	float: none;
	width: auto;
}

.post {
	/*padding-bottom: 60px;*/
}

#content h1 {
	height: 45px;
	background: url(images/homepage10.gif) repeat-x left bottom;
	color: #3B3B3B;
	font-size: 27px;
	text-decoration: none;
/*	width: 550px;*/
	margin: 30px 0 20px 0;
}
#content h1 a {
	color: #3B3B3B;
	text-decoration: none;
}
#content h1 a:hover {
	text-decoration: underline;
}

.single .meta {
	height: 45px;
}

.post .title {
}

.post .title a {
	text-decoration: none;
	color: #3B3B3B;
}

.post .title a:hover {
	text-decoration: underline;
}

.post .byline {
/*	text-transform: lowercase;*/
	color: #939393;
}

.post .byline a {
	color: #939393;
}

.post .date {
	float: right;
	width: 53px;
	height: 65px;
	padding: 0px 0px 0px 10px;
	background: url(images/homepage11.gif) no-repeat left top;
	line-height: 18px;
}

.post .month, .post .day {
	display: block;
/*	text-transform: lowercase;*/
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.post .month {
	padding-top: 8px;
	font-size: 17px;
	color: #CED7B6;
}

.post .day {
	font-size: 28px;
	color: #FFFFFF;
}

.post .entry {
	padding: 20px 0px;
}

.post .comments {
	padding: 0px 20px 0px 21px;
	background: url(images/homepage12.gif) no-repeat left center;
}

/** FOOTER */

#footer {
	width: 850px;
	padding: 10px 1px 0 1px;
	background: url(images/homepage17.gif) repeat-x left top;
}
#footer p, #footer ul, #footer ol {
	line-height: 14px;
}

#footer ul {
	float: right;
	list-style: none;
	margin: 0;
	padding: 0;
}
#footer ul li {
	float: left;
	list-style: none;
	margin: 0 5px 0 0;
	color: #959595;
}
#footer ul li a {
	margin-right: 5px;
	text-decoration: none;
	color: #454545;
}
#footer ul li a:hover {
	text-decoration: underline;
}

#footer a {
	color: #454545;
	text-decoration: none;
}
#footer a:hover {
	color: #959595;
	text-decoration: underline;
}

#footer ul li.last {
	margin-right: 0;
}
#footer ul li.last a {
	margin-right: 0;
}

#footer p {
	margin: 0px;
	padding: 30px 0px;
	text-align: center;
	color: #959595;
	float: left;
}

#copyright {
	float: left;
	width: 50%;
	padding-bottom: 0px;
	display: inline;
	position: relative;
}
#footermenue {
	float: right;
	width: 50%;
	padding-bottom: 0px;
	display: inline;
	position: relative;
}
#sitetitle {
	width: 50%;
	text-align: right;
	float: right;
	display: inline;
	position: relative;
}
#realization {
	width: 50%;
	float: left;
	display: inline;
	position: relative;
}

/** BOX1 */

#box1 {
	width: 795px;
	height: 215px;
	margin: 0px auto;
	padding: 24px 29px 0px 24px;
	background: #F9ECA8 url(images/bg01.jpg) no-repeat left top;
	border: 1px solid #E1E3CA;
	color: #A19C7C;
}

#box1 img.alignleft {
	margin: 0px 50px 0px 0px;
}

#box1 img.border {
	background: #FFFFFF;
	border-bottom-color: #DFBF5E;
}

#box1 h1 {
	color: #444200;
}

#box1 h2 {
	margin-bottom: 20px;
	font-size: 14px;
	color: #A3A16F;
}

#box1 .more {
	background-image: url(images/homepage07.gif);
}

/**** HALB-STANDARDS ****/
textarea {
	font-size: 1.1em;
}
#content hr {
	height: 1px;
	border: 1px solid #1d1d1d;
}
fieldset input, fieldset textarea {
  	font-family: Arial, Helvetica, sans-serif;
}
/**** STANDARDS ****/
.clearer {
	clear: both;
}
.csc-textpic-caption {
	font-size: 0.9em;
	display: block;
	padding-bottom: 0.9em;
}
p.align-center, th.align-center, td.align-center, h1.align-center, h2.align-center, h3.align-center, h4.align-center, h5.align-center, h6.align-center {
	text-align: center;
}
p.align-right, th.align-right, td.align-right, h1.align-right, h2.align-right, h3.align-right, h4.align-right, h5.align-right, h6.align-right {
	text-align: right;
}
p.align-left, th.align-left, td.align-left, h1.align-left, h2.align-left, h3.align-left, h4.align-left, h5.align-left, h6.align-left {
	text-align: left;
}
p.align-justify, th.align-justify, td.align-justify, h1.align-justify, h2.align-justify, h3.align-justify, h4.align-justify, h5.align-justify, h6.align-justify {
	text-align: justify;
}
#content ul, #content ol {
	margin-bottom: 1em;
}
#content .csc-firstHeader, .csc-firstHeader, .csc-firstHeader {
	margin-top: 0;
}
#content .csc-textpic-imagewrap {
	margin: 0;
}
#rightBlock {
	font-size: 1em;
}
#content ul li, #content ol li {
	list-style-position: outside;
	margin: 0 0 0.3em 12px;
}
* html #content ul li, * html #content ol li {
	margin-left: 15px;
}
* + html #content ul li, * + html #content ol li {
	margin-left: 15px;
}
.csc-textpic-image {
	padding: 0 0 0.9em 0;
}
.csc-textpic-imagerow {
	padding: 0;
}
:root div.csc-textpic-above div.csc-textpic-text {
	clear: both;
	float: left;
}
.csc-textpic-center .csc-textpic-caption {
	text-align: center;
}
.csc-textpic-right .csc-textpic-caption, .csc-textpic-intext-right .csc-textpic-caption {
	text-align: right;
}
#content table {
	line-height: normal;
}
.csc-textpic dl.csc-textpic-image {
/*	padding: 0 3px;*/
}
.csc-textpic dl.csc-textpic-firstcol {
	padding-left: 0;
}
.csc-textpic dl.csc-textpic-lastcol {
	padding-right: 0;
}
fieldset {
	border: 0;
}
fieldset label {
	width: 170px;
	float: left;
	clear: both;
	display: block;
	font-weight: bold;
}
fieldset .csc-mailform-field {
	margin: 0 0 5px 0;
}
fieldset .csc-mailform-field #mailformformtype_mail {
	margin: 20px 0 0 170px;
}
fieldset input, fieldset textarea {
	width: 200px;
	font-family: Arial, Helvetica, sans-serif;  
}
#content .csc-sitemap ul li {
	margin-top: 0.1em;
	margin-bottom: 0.2em;
}
.csc-textpic-intext-right-nowrap, .csc-textpic-intext-left-nowrap {
	padding-bottom: 1em;
}
#content .csc-textpicHeader h1, #content .csc-textpicHeader h2, #content .csc-textpicHeader h3, #content .csc-textpicHeader h4, #content .csc-textpicHeader h5, #content .csc-textpicHeader h6 {
	margin-top: 0;
}
a img {
	border: 0;
}
table {
	border-collapse: collapse;
}
li {
	list-style-position: inside;
}
p {
	margin-bottom: 1em;
}
.middle {
	vertical-align: middle;
}
