body {
	background-color: white;
}

body {
	font-size: 1em;
}

.message, .error, .listingLabel, .required {
  color: #e01010;
}

/**
 * rightSidebar.css
 *
 * Copyright (c) 2003-2008 John Willinsky
 * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING.
 *
 * Site-wide shared elements for pages including a right-hand sidebar.
 *
 * $Id: rightSidebar.css,v 1.7 2008/06/13 16:22:43 asmecher Exp $
 */

/**
 * Common HTML elements
 */


#headerTitle {
	text-align: center;
	width: 100%;
}

#body {
	width: 100%;
}

#rightSidebar {
	float: right;
	width: 14%;
	padding: 1em 0em 1em 0em;
	font-size: 0.65em;
	height: 100%;
	margin-right: 10%;
	margin-left: 2%;
	overflow: hidden;
}

* html #rightSidebar { margin-right: 5%; }

#main {
	float: left;
	width: 63%;
	margin-left: 10%;
	display: inline;
	overflow: hidden;
}
/**
 * kritikon.css - (c) 2008 by Alexander Schraepler ~> http://www.schraepler.com/munication
 */

/**
 * CAnpassungen an common.css
 */


/**
 * Common HTML elements
 */

body {
	margin: 0;
	padding: 0;
	background: #dfdfdf ;
	color: #505050;
	font-family: georgia,"times new roman",times,serif;
	text-align: center;
}

div {
	line-height: 140%;
	text-align: left;
}

table {
	border: 0;
	border-spacing: 0;
	font-size: 1.0em;
}

form {
	margin: 0;
}

a {
	text-decoration: underline;
}

a:link {
	color: #00447A;
}

a:active {
	color: #00447A;
}

a:visited {
	color: #00447A;
}

a:hover {
	color: #F29400;
	text-decoration:underline;
	background: transparent;
}

a.plain {
	text-decoration: none;
}

ul {
	margin: 0.25em 0 0.75em 0;
	padding: 0 0 0 2.5em;
}

tt {
	font-size: 1.25em;
}

label {
}

label.error {
	color: #900;
}

input.textField, select.selectMenu, textarea.textArea, input.uploadField {
	background-color: #F0F0E8;
	color: black;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	border: 1px solid #aaaaaa;
	font-size: 95%;
}

input.button {
	padding-left: 0.5em;
	padding-right: 0.5em;
	background-color: #00447A;
	font-size: 1em;
	border: 1px solid #aaaaaa;
	color: white;
}

input.defaultButton {
	background-color: #00447A;
	color: white;
	font-weight: bold;
	border: 1px solid #aaaaaa;
}


/**
 * Main layout elements
 */

#container {
	width:100% !important;
	min-width: 500px !important;
	max-width:1000px;
	margin: 30px auto  ;
	line-height: 125%;
	text-align: center;
}

#header {
	padding: 0 0 0 0;
	width: 100%;
	min-width:500px;
	max-width: 1000px;
	/* margin: 0 auto -240px auto; */
	background-color: #ffffff;
	text-align: center;
	border-bottom: 1px solid #F29400;
	height: 106px;
}

#headerTitle {
	text-align: left !important;
	margin: 0 auto;
	padding: 0;
	width: 100%;
	background-color: #b7a98c;
}

#header h1 {
	margin: 0 auto 0 auto;
	padding: 0 0 0 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	line-height: 1em;
}

#header #headerTitle h1 img{
	margin: 0 0 0 0 ;
	padding: 0;

}

#footer {
background: transparent;
	min-height: 50px;
	clear: both;
	text-align: center;
	border-top: 1px dashed #bbbbbb;
	padding-top: 0.2em;
	margin-top: 2em;
	padding-right: 20px;
}

#footerContent {

	margin: 0 auto;
	padding-left: 0;
}

#main {
	padding: 15px 35px 0 35px;
	width: 93%;
	max-width: 1000px;
	min-height: 500px;
	min-width: 500px;
	margin: 0 0 2em 0;
	background: url(../media/eule-silver.gif) no-repeat bottom right #f0f0f0;
	border-bottom: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
}

#main h2 {
	padding: 0 0 0 0 ;
	font-family: "arial narrow", "helvetica condensed", sans-serif;
	letter-spacing:0.1em;
	font-weight: normal;
	line-height: 100%;
	margin: 0.5em 0 0.5em 10px;
	color: #00447A;
	border: 0px solid white;
	font-size: 1.5em;
}

#main #content h2 {
	font-size: 1.87em; /* adjust for 0.8 */
	margin: 0.5em 0 0.5em 0;
}

#main h3 {
	margin: 0em 1em 0em 0em;
	padding-top: 0em;
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-weight: normal;
}

#content #body h2, #content #body h3 {
	margin: 0em 1em 0em 0em;
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-weight: normal;
}
#content #body h2 {
	font-size: 1.4em;
}
#content #body h3 {
	font-size: 1.2em;
}


#navbar {
	margin: 0 0 0 10px;
	padding: 0;
	border: 0px solid white;
	width: 100%;
}

#breadcrumb {
display: none;
/**	margin: 1em 0em 0em 0em;
	font-size: 0.7em;
color: gray;
*/
}

#content {
	margin: 0 0 0 0;
	padding: 0.5em 1em 1em 1em;
	font-size: 0.8em;
	background:transparent;
	width: 80%;
	min-width:600px;
	max-width: 750px;
	border: 0px solid white;
}



#content h3 {
	margin: 0em 0 0.75em 0em;
	padding-top: 0.75em;
	font-family: "arial narrow", "helvetica condensed", sans-serif;
	font-weight: normal;
	font-size: 1.8em;
	letter-spacing:0.1em;
	line-height: 1.35em;
	text-decoration:none;
	clear:both;
}

#content h4 {
	margin: 0.75em 0 0.75em 0em;
	font-family: Georgia,'Times New Roman',Times,serif;
	font-weight: normal;
	font-size: 1.5em;
	text-decoration:none;
}

#content h4 a{
	text-decoration:none;
}

#content h5 {
	margin: 0em 0em 0.25em 0em;
	padding-top: 0.75em;
	font-weight: bold;
	font-size: 1em;
}


/**
 * Access icons and key
 */
#accessKey {
	margin-bottom: 2em;
}

#accessKey img {
	vertical-align: middle;
	margin: 0;
	padding: 0;
}

#content img.accessLogo {
	vertical-align: middle;
	margin: 0;
	padding: 0;
}


/**
 * Navigation bar
 */

#navbar a {
font-family:Arial, Helvetica, sans-serif;
font-weight: bold;
font-size: 0.8em;
letter-spacing: 0.05em;
border: 1px solid #eeeeee;
background: #00447A;
padding: 0em 1em 0em 1em;
margin: 0;
color: white;
}


#navbar a:link {
}

#navbar a:active {
}

#navbar a:visited {
}

#navbar a:hover {
background: #F29400;
color:#FFFFFF;
text-decoration:underline;
}


/**++
 * Breadcrumbs
 */

#breadcrumb a {
	text-decoration: none;	color:#000000;
	font-family: "arial narrow", "helvetica condensed", sans-serif;
	letter-spacing: 0.1em;
		padding: 0 0 0 0;
}

#breadcrumb a.current {
	font-weight: bold;
}


/**
 * Announcements
 */

#announcementsHome {
	width: 100%;
	margin: 2em 0 2em 0;
}

#announcementsHome h3 {
	text-align: center;
}

#announcements {
	width: 100%;
}

#announcements h3 {
	text-align: center;
}

table.announcements {
	width: 100%;
}

table.announcements td {
	padding: 0.25em 0.5em 0.25em 0.5em;
}

table.announcements td.nodata {
	text-align: center;
	font-style: italic;
}

table.announcements td.headseparator {
	border-top: 1px dotted #aaaaaa;
	font-size: 0.1em;
	line-height: 1%;
}

table.announcements td.endseparator {
	border-top: 1px dotted #aaaaaa;
	font-size: 0.25em;
	line-height: 10%;
}

table.announcements td.separator {
	border-top: 1px dotted #DDDDD0;
	font-size: 0.1em;
	line-height: 1%;
}

table.announcements tr.intro {
}

table.announcements td.intro {
}

table.announcements tr.title {
	vertical-align: top;
}

table.announcements td.title {
	width: 85%;
}

table.announcements td.title h4 {
}

table.announcements tr.description {
	vertical-align: top;
}

table.announcements td.description {
	width: 85%;
}

table.announcements tr.details {
	vertical-align: bottom;
}

table.announcements td.posted {
	padding-top: 1em;
	font-style: italic;
}

table.announcements td.more {
	width: 15%;
	text-align: right;
}

table.announcementsMore {
	width: 100%;
}

table.announcementsMore td {
	padding-top: 1.5em;
	text-align: right;
}


/**
 * Table of contents
 */

h4.tocSectionTitle {
}

table.tocArticle {
	width: 100%;
			margin: 1em 0 1em 0;
}

table.tocArticle td.tocTitle {
	width: 100%;
	height: 100%;
	border-bottom: #aaaaaa 1px dashed;
}

table.tocArticle td.tocGalleys {
	width: 30%;
	text-align: right;
}

table.tocArticle td.tocAuthors {
	padding-left: 30px;
	font-style: italic;
	vertical-align: top;
	display: block;
}

table.tocArticle td.tocPages {
	text-align: right;
	vertical-align: top;
}

.tocArticleCoverImage img {
	border: 0;
	float: left;
	width: 100px;
	margin: 0 1em 1em 0;
}


/**
 * Homepage image
 */

#homepageImage img {
	display: block;
	margin: 0 auto;
	border: 0;
	text-align: center;
}

.homepageImage img {
	margin: 0 auto;
	border: 0;
	float: left;
	width: 100px;
	margin: 1em 1em 1em 0;
	text-align: center;
}


/**
 * Issue cover image
 */

#issueCoverImage img {
	display: block;
	border: 0;
}

.issueCoverImage img {
	border: 0;
	float: left;
	width: 100px;
	margin: 1em 1em 1em 0;
}

#issueCoverImage a:link, .issueCoverImage a:link {
}

#issueCoverImage a:active, .issueCoverImage a:active {
}

#issueCoverImage a:visited, .issueCoverImage a:visited {
}

#issueCoverImage a:hover, .issueCoverImage a:hover {
}


/**
 * Footer elements
 */

#footer div.debugStats {
	font-size: 0.6em;
}


/**
 * Additional text styles
 */

span.disabled, label.disabled {
	color: #666;
}

a.action, a.file {
	font-size: 0.85em;
	text-transform: uppercase;
}

a.icon {
	text-decoration: none;
}

a.icon img {
	border: 0;
}

a.icon:hover {
	background: none;
}

span.formRequired {
	color: #333;
	font-size: 0.9em;
}

span.instruct {
}

span.heading {
	font-size: 0.85em;
	text-transform: uppercase;
}

span.highlight {
	border-bottom: 1px dotted #aaaaaa;
}

.nowrap {
	white-space: nowrap;
}

pre {
	background-color: #F0F0E8;
	color: #aaaaaa;
	font-size: 1.25em;
}

/**
 * Table styles
 */

table.info {
}

table.info td {
	padding: 0;
	padding-bottom: 0.5em;
	padding-right: 0.5em;
}

table.listing {
}

table.listing tr.highlight {
	background: yellow;
}

table.listing td {
	padding: 0.25em 1.5em 0.25em 0.5em;
}

table.listing tr.heading td, table.listing td.heading, table.info td.heading {
	font-size: 0.85em;
	text-transform: uppercase;
	font-weight: normal;
	line-height: 120%;
	padding: 0.75em 1.5em 1em 0.5em;
}

table.listing tr.fastTracked {
	background-color: #ABA;
}

table.info td.heading {
	padding-left: 0;
}


table.listing td.nodata, table.info td.nodata {
	text-align: center;
	font-style: italic;
}

table.listing td.headseparator {
	border-top: 1px dotted #aaaaaa;
	font-size: 0.1em;
	line-height: 1%;
}

table.listing td.endseparator {
	border-top: 1px dotted #aaaaaa;
	font-size: 0.25em;
	line-height: 10%;
}

table.listing td.separator, table.info td.separator {
	border-top: 1px dotted #DDDDD0;
	font-size: 0.1em;
	line-height: 1%;
}

table.data {
}

table.data tr {
}

table.data td {
	padding-bottom: 0.25em;
}

table.data td.label {
	padding-right: 1em;
}

table.data td.value {
}

table.data td.separator {
	padding: 0.5em;
	font-size: 0.1em;
	line-height: 1%;
}

table.data td.heading {
	padding-left: 0;
	padding-right: 0;
}

table.nested tr {
	padding: 0;
	margin: 0;
}

span.nested {
	padding: 0 4px 0 0;
	font-size: 1.2em;
}

/**
 * Form-specific elements
 */

span.formError {
	color: #900;
	font-weight: bold;
	font-size: 1em;
}

ul.formErrorList {
	color: #900;
}


/**
 * Other organizational elements
 */

ul.menu {
	margin: 0;
	padding: 0;

}

ul.menu li {
	margin: 0;
	padding: 0;
	padding-right: 0;
	display: inline;
	margin: 0;
}

ul.menu li.current {
	font-weight: bold;
}

ul.menu a {
	font-size: 0.85em;
	text-transform: none;
	text-decoration: none;

}

ul.steplist {
	margin: 0;
	padding: 0;
	list-style-type: decimal;
}

ul.steplist li {
	margin: 0;
	padding: 0;
	font-size: 0.85em;
	padding-right: 0.5em;
	display: inline;
	text-transform: uppercase;
}

ul.steplist li.current {
	font-weight: bold;
}

ul.steplist a {
	text-decoration: none;
}

ul.plain {
	list-style-type: none;
	padding-left: 1.5em;
}

ul.filter {
	margin: 0;
	padding: 1.5em 0 1.5em 0;
	list-style-type: none;
}

ul.filter li {
	padding-right: 1.5em;
	display: inline;
}

div.separator {
	width: 100%;
	margin-top: 1em;
	margin-bottom: 0.25em;
	padding: 0;
	border-bottom: 1px dotted #aaaaaa;
	font-size: 0.5em;
	line-height: 25%;
}

div.progressbar {
	background-image: url(../templates/images/progbg.gif);
	background-repeat: no-repeat;
	height: 27px;
	width: 505px;
	z-index:1;
}

div#topBar {
display: none;
}


/**
 * Eigene Elemente "kritikon"
 */

.footer-spalte1 {
width: auto;
height: 35px;
float: left;
clear:none;
margin-top:0;
padding: 5px;
text-align:center;
line-height: 100%;
vertical-align: middle;
}

.footer-spalte2 {
width: auto;
height: 35px;
float: left;
clear: right;
vertical-align: top;
margin-top: 0;
margin-left: 10px;
border-left: 1px dashed #bbbbbb;
padding: 5px;
text-align:center;
vertical-align: middle;
}

.footer-spalte3 {
width: auto;
height: 35px;
float: left;
clear: right;
vertical-align: top;
margin-top: 0;
margin-left: 5px;
border-left: 1px dashed #bbbbbb;
padding: 5px;
text-align:center;
vertical-align: middle;
}



.footer-spalte1 a img {
  border: 0px solid #bbbbbb;
  margin: 0 0 0 10px ;
}




  /**
 * Anpassungen fuer sidebar.css
 */

div#body {
	position: relative;
}

div#sidebar
{
	position: absolute;
	line-height: 100%;
	right: 2px;
	float: right;
	clear:none;
	font-size: 1em;
	color: #909090;
	margin: 50px 0 0 0 ;
	min-height: 200px;
	width: 200px;
	overflow: hidden;
	text-align:right;
	padding: 0 0 0 0;
}

div#rightSidebar
{
 position: relative;
 right: 0px;
 float: right;
 clear: none;
 overflow: hidden;
 padding-left: 2px;
 margin: 0 20px 0 0;
 width: 190px;
 /* height: 90px; */
 overflow: hidden;
 }

div#sidebarNavigation.block
{
	position: relative;
	right: 2px;
	float: right;
	clear:none;
	margin: 0;
	padding: 0 0 0 0;
	/* height:70px; */
	border: 1px dashed #bbbbbb;
}

div#sidebarNavigation.block span.blockTitle
{
  display: none;
}

div#sidebarNavigation.block span.blockSubtitle
{
  display: none;
}

div#sidebarNavigation.block ul
{
  display: none;
}


ul#newsflash
{
  width:170px;
  clear: both;
  float: right;
  position:relative;
  right:2px;
  padding-top: 1em;
  padding-left: 0;
  list-style-type: none;
  margin-left: 0;
}

ul#newsflash li {
  margin-left: 0;
}

#newsflash h3 {
	font-size: 1em;
	margin: 0em 0em 0em 0em;
	padding-top: 0em;
	font-family: "arial narrow", "helvetica condensed", sans-serif;
	letter-spacing:0.1em;
	font-weight: normal;
	line-height: 100%;
	color: #505050;
	/* color: #00447A; */
	border: 0px solid white;
}

#sidebar input.textField, #sidebar select.selectMenu, #sidebar input.button
{
	/* font-size: 1em; */
	width: 170px;
	margin: 1px;
	border: 1px solid #aaaaaa;
	padding: 0;
	margin: 1px;
}

#sidebar input.textField
{
	width:167px;
}

#sidebar input.button
{
	background: #aaaaaa;
}


  /**
 * Druckvorgaben
 */

@media print
{

body
{
width: 100%;
background: white;
color: black;
font-size: 14pt;
}


div#body div#main div#navbar
{
display: none;
}

div#body div#sidebar
{
display: none;
}

div#container
{
position: absolute;
top: -1.5cm;
left: 0;
}

#main
{
margin: 300px 0 0 0;

}

#content
{
width: 100%;
}

}
