body {
	margin: 0;
	padding: 0;
	text-align: center;
	min-width: 820px;
	/* background: url(../images/body.png) white no-repeat 0 125px; */
	/* background: url(../images/body_wide.png) white no-repeat 100% 125px; */
	background: url(../images/body_small.png) white repeat-x 0 125px;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 0.9em;
}

div#header {
	background: url(../images/header.png) repeat-x;
	height: 120px;
	margin: 0;
	border-bottom: 5px solid #b3b3b3;
}

div#header h1 {
	height: 100px;
	width: 780px;
	padding: 0 10px;
	line-height: 120px;
	text-align: left;
	margin: 0 auto;
}

div#header h1 a {
	color: black;
	text-decoration: none;
	display: block;
}

div#navigation {
	height: 0;
	/* margin-top: -29px; */
	text-align: left;
	margin: 0 auto;
	width: 780px;
	padding: 0 10px;
}

div#navigation ul {
	height: 0;
	padding: 0;
	margin: 0;
	float: right;
	/* margin-right: 1em; */
}

div#navigation li {
	position: relative;
	top: -35px; /* was -30px */
	list-style: none;
	display: inline;
	/* padding: 3px 4px 5px 4px; */
	padding: 0;
	margin: 0;
	margin-left: 5px;
	/* display: table-row;
	float: right; */
	float: left;
	height: 20px;
	line-height: 20px;
}

div#navigation li a:hover {
	background: #bbbbbb;
}

div#navigation li a {
	background: #c4c4c4;
	padding: 5px;
	color: #111111;
	text-decoration: none;
	margin: 0;
	/* display: block;
	height: 19px; */
	display: block;
}

div#navigation li a.active {
	font-weight: bold;
	background: #b3b3b3;
}

div#wrapper {
	clear: both;
	width: 780px;
	padding: 0 10px;
	text-align: left;
	margin: 0 auto;
	margin-top: 10px;
}

div#wrapper div#content {
	float: left;
	width: 510px;
	border: 1px solid #747474;
}

div#wrapper div#content div.entry {
	padding: 7px;
	padding-bottom: 1px;
}

div.entry {
	background: url(../images/entry_a60.png) repeat;
}

div.entry p {
	margin-top: 0;
}

h3, h4, h5 {
	margin-bottom: 0;
	border-bottom: 1px solid #DDDDDD;
}

div#wrapper div#slide {
	float: right;
	width: 250px;
	border: 1px solid #747474;
	padding: 0;
	margin: 0;
}

div#wrapper div#slide ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

div#slide div.entry {
	padding: 5px;
}

div#slide div.entry h3 {
	margin: 0;
}

div.entry p {
	text-align: justify;
}

div#slide div.entry p {
	margin-bottom: 0.2em;
}

div.entry p.more {
	text-align: right;
	margin-bottom: 0;
}

hr#hrfooter {
	display: none;
}

div#footer {
	clear: both;
	width: 772px;
	padding: 3px;
	text-align: left;
	margin: 0 auto;
	border: 1px solid #747474;
	background: #dfdfdf;
	margin-top: 10px;
	margin-bottom: 7px;
}

div#footer ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

div#footer ul li {
	display: inline;
}

div#footer ul li a {
	color: black;
}

div#footer ul li#copy {
	float: left;
}

div#footer ul li#impress {
	float: right;
}

.breaker {
	clear: both;
}

h2, h2 a {
	font-size: 14pt;
	color: black;
	font-weight: normal;
	text-decoration: none;
	margin: 0;
	padding: 0;
}

h2 a {
	display: block;
	padding: 3px 5px 3px 5px;
	height: 24px;
	line-height: 24px;
}

h2 {
	border-bottom: 1px solid #747474;
	height: 30px;
}

div#content h2 a {
	background: #127fe1 url(../images/headline_blue_light.png) repeat-x top left;
}

div#slide h2 a {
	background: #ccb05a url(../images/headline_orange_light.png) repeat-x top left;
}

div#content h2 a:hover {
	background: #265bf5 url(../images/headline_blue.png) repeat-x top left;
}

div#slide h2 a:hover {
	background: #e5ad02 url(../images/headline_orange.png) repeat-x top left;
}

blockquote {
	margin-left: 1em;
	border-left: 5px solid #BBBBBB;
	padding-left: 0.3em;
}

div#content div.entry ul, ol {
	/* padding-left: 2em; */
	margin-left: 1em;
	padding-left: 1em !important;
}

a img {
	border: medium none;
}

img {
	margin: 5px;
}

