/* Typography & colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background: #ececec;
	color: #212121;
	text-align: center;
}

h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
}

h2 {
	font-size: 1.6em;
}

h3 {
	font-size: 1.3em;
}

.page-section {
	text-align: left;
	font-size: 1.3em;
}

#header-separation {
	background-color: #AEAEAE;
	filter:alpha(opacity=45);
	-moz-opacity:0.45;
	-khtml-opacity: 0.45;
	opacity: 0.45;
}

#searchform input {
	border: 1px #dadada solid;
	color: #888888;
}

#searchform input.searching {
	color: #212121;
}

#content-section-in {
	background-color: #b31e1e;
}

#content {
	background-color: white;
}

#content a {
	color: #b31e1e;
}

.menu {
	background-color: #b31e1e;
}

.menu li {
	list-style: none;
}

.menu .current_page_item > a,
.menu > .current_page_ancestor > a {
	font-weight: bold;
}

.menu > li {
	border-bottom: 2px #dadada solid;
}

.menu ul {
	background-color: white;
}

.menu ul a {
	color: #212121;
}

.left-column {
	color: #dadada;
}

.left-column a {
	color: #dadada;
	text-decoration: none;
}

.left-column a:hover {
	text-decoration: underline;
}

#footer .left-column {
	background-color: #b05d5d;
}

#footer .middle-column,
#footer .middle-column a {
	background-color: #dbdbdb;
	color: #888888;
}

.nowrap {
	white-space: nowrap;
}

/* Structure */
.page-section {
	margin: 0 auto;
	width: 900px;
	padding-left: 25px;
	padding-right: 25px;
	position: relative;
}

#header-section {
	padding-top: 25px;
}

#header {
	position: relative;
	height: 150px;
}

#logo {
	float: left;
	margin: 40px 40px 58px 26px;
	height: 52px;
	width: 154px;
	cursor: pointer;
}

#header-picture {
	float: left;
	height: 150px;
	width: 680px;
}

#header-separation {
	position: absolute;
	top: 120px;
	left: 0px;
	height: 30px;
	width: 900px;
}

#cse-search-box {
	position: absolute;
	top: 124px;
	right: 5px;
}

#cse-search-box input {
    border: 1px solid #dadada;
    margin: 0px;
}

.input-text {
    width: 220px;
}

.menu > li {
	padding: 6px 0px 6px 16px;
}

.menu ul {
	display: none;
}

.menu .current_page_item > ul,
.menu .current_page_ancestor > ul,
.menu > .current_page_item > ul > li > ul,
.menu > .current_page_ancestor > ul > li > ul {
	display: block;
}

.menu > li > ul {
	margin-top: 6px;
	margin-left: -8px;
	margin-bottom: -6px;
	padding: 4px 0px 4px 8px;
}

.menu ul ul {
	padding-left: 16px;
}

.left-column {
	float: left;
	width: 220px;
}

.middle-column {
	margin-left: 220px;
}

.middle-column .column-in {
	padding-left: 30px;
	padding-right: 30px;
}

#content {
	padding-top: 25px;
	padding-bottom: 35px;
	min-height: 400px;
}

#content p {
	padding: 6px 0;
}

#footer {
	height: 85px;
}

#footer .left-column,
#footer .middle-column {
	height: 50px;
	padding-top: 10px;
}

#footer .left-column a {
	margin-left: 16px;
}

.post,
.page {
	position: relative;
	margin-bottom: 25px;
}

.post-edit-link {
	position: absolute;
	top: 0px;
	right: 0px;
	padding: 5px 0px 5px 5px;
}

/* Headers */
h2 {
	margin-bottom: 10px;
}

h3 {
	padding: 0;
	margin: 20px 0 10px;
}

/* Images */
p img {
	padding: 0;
	max-width: 100%;
}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}

/* Lists */
#content ul {
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -12px;
}

#content li {
	margin: 7px 0 8px 10px;
}

#content ul li:before {
	content: "\00BB \0020";
}

#content ol {
	padding-left: 35px;
}

#content td {
	vertical-align: top;
}

/* Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
}

acronym, abbr {
	border-bottom: 1px dashed #999;
}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
}

blockquote cite {
	margin: 5px 0 0;
	display: block;
}

.center {
	text-align: center;
}

.hidden {
	display: none;
}

hr {
	display: none;
}

a img {
	border: none;
}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
}

.gallery br {
	clear: none !important;
}

/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

/* Project manager */
p.error {
	clear: none;
}

table.projectmanager {
	clear: none;
}

.dataset {
	position: relative;
}

.dataset fieldset {
	border: 0px solid;
	padding: 0px;
	margin: 0px;
}

.dataset fieldset .image {
	border: 0px;
	margin-top: -25px;
}

.dataset fieldset img {
	margin: 0;
	border: 0px;
}

.dataset fieldset dt {
	font-weight: bold;
	width: 125px;
	margin-right: 10px;
	text-align: right;
	float: left;
}

.dataset fieldset dd {
	margin-left: 135px;
}

.dataset .post-edit-link {
	background: rgb(255, 255, 255); /* The Fallback */
	background: rgba(255, 255, 255, 0.5);
}

/* Search unleashed */
#incoming {
	display: none;
}

/* Tables */
table th, table td {
	padding: 3px 5px;
}

table th {
    background-color: #ddd
}

table tr {
    background-color: #efefef;
}

/* Homepage */
#homepage-table {
	width: 100%;
}

#homepage-table h3 {
	margin-top: 0px;
}

#homepage-table tr {
    background-color: #fff;
}

#homepage-table td {
    padding: 10px 5px 10px;
}

#homepage-table p {
    margin: 0px;
    padding: 0px;
}

.unterrubrik {
	width: 49.5%;
	float: left;
	margin-top: 30px;
	height: 100px;
}

.unterrubrik img {
	width: 50px;
	height: 100px;
	float: left;
	margin-right: 10px;
}
