
/* file: basic.css */

/* Reset paddings and margins
----------------------------------------------- */
* {
  padding: 0;
  margin: 0;
}


/* basic html elements
----------------------------------------------- */
img {
  border: none;
}

hr {
  border: none;
  border-top: 1px solid #888;
}

p {
  margin-bottom: 1.5em;
}

/* headers
----------------------------------------------- */
h1, h2, h3, h4, h5, h6, caption {
  font-weight: bold;
  margin-bottom: .6em;
}
h1 {
  font-size: 120%;
}
h2, caption {
  font-size: 110%;
}
h3, h4, h5, h6 {
  font-size: 100%;
}

/* tables
----------------------------------------------- */
table {
  border-collapse: collapse;
  border-spacing: 0;
  border-width: 0;
  margin-bottom: 2em;
}
thead {
  background: #FFFFFF;
  border-bottom: 1px solid #90A33B;
}
caption {
  padding-bottom: .4em;
}
caption, th {
  text-align: left;
  white-space: nowrap;
}
td, th {
  padding: .4em .1em;
  vertical-align: top;
}

/* lists
----------------------------------------------- */
ol, ul {
  margin: 1em 0 2em 5px;
}
li {
  padding: 0 0 3px 8px;
}

/* Forms
----------------------------------------------- */
form p {
  margin-bottom: .8em;
}
form fieldset {
  margin-top: 1em;
  padding: 0;
  border: none;
}
form label {
  display: block;
  font-weight: bold;
  padding-bottom: .2em;
}
form label.inline {
  display: inline;
  font-weight: normal;
  padding-left: .5em;
}
form input.text,
form textarea,
form select {
  border: 1px solid #CCC;
  font: 1em Verdana, Arial, Helvetica, sans-serif;
  padding: 1px;
  width: 99%;
}
form textarea {
  height: 11em;
}
form select {
  width: auto;
}
form input[type=radio],
form input.radio,
form input.checkbox,
form input[type=checkbox] {
  border: none;
  display: inline;
  margin-bottom: 4px;
  vertical-align: middle;
  width: auto;
}
form button {
  border: 1px solid #E4F1F6;
  cursor: pointer;
  font-weight: bold;
  font-size: 100%;
  padding: 1px;
}


/* Accessibility
----------------------------------------------- */

.accessibilityElement {
  left: -999px;
  top: -999px;
  position: absolute;
  overflow: hidden;
  display: inline;
}


/* floating fix element
----------------------------------------------- */
.floatFix, br[clear="all"], br.clear {
  clear: both;
  height: 1px;
}

/* papaya Images
----------------------------------------------- */
.topicImageLeftBreakNone img,
.topicImageRightBreakNone img,
.topicImageLeftBreakSide img,
.topicImageRightBreakSide img,
.topicImageCenter img,
img.papayaImage {
  border:1px solid #8C8C8C;
  margin:5px;
  padding:2px;
}

.topicImageLeftBreakNone {
  text-align: left;
  width: 100%;
  padding-bottom: 1em;
}

.topicImageRightBreakNone {
  text-align: right;
  width: 100%;
  padding-bottom: 1em;
}

.topicImageLeftBreakSide {
  float: left;
  padding: 0 15px 15px 0;
}

.topicImageRightBreakSide {
  float: right;
  padding: 0 0 15px 15px;
}

.topicImageCenter {
  width: 100%;
  text-align: center;
}

.papayaImageSubtitle {
  font-size: 90%;
}

/* Messages 
----------------------------------------------- */
div.message, div.error {
  border: 1px solid #90A33B;
  margin: 3em 0;
  padding: 5px;
  text-align: center;
}

/* Boxes
* @see http://www.456bereastreet.com/archive/200505/transparent_custom_corners_and_borders/
----------------------------------------------- */
.outerCorners {
  margin-bottom: 10px;
}
/* Rules for the top corners and border */
.topCorners {
  background: transparent url(pics/box-trans.png) no-repeat 100% 0;
}
.topCorners div {
  height: 8px;
  width: 8px;
  position: relative;
  left: -8px;
  background: transparent url(pics/box-trans.png) no-repeat 0 0;
}

/* Rules for the bottom corners and border */
.bottomBorder {
  background: transparent url(pics/box-trans.png) no-repeat 100% 100%;
  height: 16px;
  margin-top: -8px;
}
.bottomBorder div {
  height: 16px;
  width: 8px;
  position: relative;
  left: -8px;
  background: transparent url(pics/box-trans.png) no-repeat 0 100%;
}

/* Insert the left border */
.leftBorder {
  margin-left: -8px;
  background: #fff;
  padding: 0;
}
/* Insert the right border */
.rightBorder {
	padding: 0;
	background-image: url(pics/schatten_rechts.jpg);
	background-repeat: repeat-y;
	background-position: right top;
	padding-right: 5px;
}


/* file: main.css */

/* Page basics
----------------------------------------------- */
html {
  text-align: center;
  font: .625em/1.5 Verdana, Arial, Helvetica, sans-serif;
}
body {
	/*background: url(pics/hg.png) repeat top left;*/
  background-color: white;
	max-width: 99%;
	min-width: 50em;
	padding: 0;
	text-align: left;
	width: 80.7em;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 17px;
	margin-left: auto;
}

/* Wrapper
------------------------------------------------*/

html, body {
height: 100%;
}

div#wrapper {
	position: relative;
	margin: 0 auto;
	width: 800px;
	height: auto;
	min-height: 100%;
	height: auto !important;
	background-image: url(pics/bg_stephanus.gif);
	background-repeat: repeat-y;
	background-position: 0px;
}

#IE6Warning {
  display: none;
  color: #ff0000;
  border: 1px solid #000;
}

/* Header
----------------------------------------------- */
#header .headerBackground {
  /*background: #FFF url(pics/stephanus_banner_1.jpg) top right;*/
  margin: 0 9px;
  padding: 0;
}
#header .headerContent {
	height: 159px;
	margin-bottom: 2px;
}
#header ul.pageTranslations {
  padding: 2px 7px;
  margin: 0;
}
#header ul.pageTranslations li {
  display: inline;
  padding-right: 4px;
}
#header ul.pageTranslations li a {
  font-weight: bold;
  text-decoration: none;
}

/* Footer
----------------------------------------------- */
#footer {
  clear: both;
  font-size: 90%;
  position: absolute;
  bottom: 0px;
  width: 800px;
}
#footer .footerContent {
	margin-top: -1px;
	margin-right: 10px;
	margin-bottom: -1px;
	margin-left: 10px;
	padding-top: 10px;
	padding-bottom: 5px;
	background-color: #F7F7F7;
	padding-left: 10px;
	padding-right: 10px;
}
#footer #copyright {
  border: none;
  padding-right: 0;
}

/* Footer Navigation
------------------------------------------------ */
#footerNavigation {
  float: right;
}
#footerNavigation ul {
  display: inline;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#footerNavigation li {
  display: inline;
  margin: 0;
  padding: 0;
}
#footerNavigation a {
  border-right-width: 1px;
  border-right-style: solid;
  padding-right: 4px;
  padding-left: 4px;
  text-decoration: none;
}
#footerNavigation li.last a {
  border-right: none;
}
#footerNavigation li li.last a {
  border-right-width: 1px;
  border-right-style: solid;
}


/* Page
----------------------------------------------- */
#page .threeColumnLayout, #page .twoColumnLayoutLeft {
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 20px;
}
#page .twoColumnLayoutRight {
  padding-right: 10px;
}
#page .threeColumnLayout .pageBackground, #page .twoColumnLayoutRight .pageBackground {
  background: url(pics/bg_content_gr.gif) repeat-y 78.815% 0;
  display: block; /* be nice to Safari */
  padding-bottom: 2em;
}
#page .contentBackground:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
#page #pageContent {
  float: left;
  padding-left: 20px;
  margin-left: 1px;
  font-size: 110%;
}
#page .threeColumnLayout #pageContent {
  width: 52.866%;
}
#page .twoColumnLayoutLeft #pageContent {
  width: 585px;
}
#page .twoColumnLayoutRight #pageContent {
  width: 74.322%;
}
#page .singleColumnLayout #pageContent {
  width: 95.796%;
}

#page .twoColumnLayoutLeft #pageContent h1 {
	font-size: 100%;
	background-image: url(pics/heading.gif);
	background-repeat: repeat-x;
	color: #FFFFFF;
	margin-left: -20px;
	padding-left: 20px;
	margin-right: -8px;
	line-height: 22px;
}

#page .threeColumnLayout #pageContent h1 {
  font-size: 100%;
  background-image: url(pics/heading.gif);
  background-repeat: repeat-x;
  color: #FFFFFF;
  margin-left: -20px;
  padding-left: 20px;
  margin-right: -12px;
  line-height: 22px;
}
/* Page Navigation Column
----------------------------------------------- */
#pageNavigation {
  float: left;
  width: 167px;
}
#page #pageNavigation div.box {
  margin-right: 1px;
  margin-bottom: 20px;
}

#page #pageNavigation div.box.last {
  margin-bottom: 30px;
}

#page #pageNavigation div.box div.boxTitle {
  font-size: 1.0em;
  background-image: url(pics/heading.gif);
  background-repeat: repeat-x;
  line-height: 22px;
  color: #FFFFFF;
  padding-left: 20px;
  padding-right: 20px;
  font-weight: bold;
}

#page #pageNavigation div.box div.boxData p {
  margin-left: 5px;
  margin-right: 5px;
  margin-top: 5px;
}

/* Page Additional Content Column
----------------------------------------------- */
#page #pageAdditional {
  float: right;
  width: 21.456%;
}
#pageAdditional .box .boxTitle {
  font-size: 100%;
  padding-left: 10px;
}
#pageAdditional .first .boxTitle {
  background-image: url(pics/heading.gif);
  background-repeat: repeat-x;
  line-height: 22px;
  color: #FFFFFF;
  padding-left: 10px;
  font-weight: bold;
  border-left: 1px solid #8C8C8B;
}
#pageAdditional .boxData {
  padding: 10px;
  border-left: 1px solid #8C8C8B;
  border-bottom: 1px solid #8C8C8B;
}

/* Page Content
----------------------------------------------- */
#content {
  margin-bottom: 3em;
}
#content .subTitle {
  font-size: 0.8em;
  display: block;
}

#content ol, #content ul {
  margin: 1em 0 2em 5px;
}
#content li {
  list-style-type: square;
  /*background: transparent url(pics/listitem.gif) no-repeat 0 .4em;*/
  padding: 0 0 3px 0;
}

/* Multiple columns - floating divs
----------------------------------------------- */
#content div.multipleColumns {
  margin: 2em 0;
}
#content div.multipleColumns .line {
  padding: 0;
  margin: 0;
  margin-bottom: 2em;
}
#content div.multipleColumns .frame {
  float: left;
  padding: 0;
  margin: 0;
}
#content div.multipleColumns .frame .item {
  padding-left: 5px;
  padding-right: 5px;
}
#content div.multipleColumns .frame .lineLast {
  padding-right: 0;
}
#content div.multipleColumns .frame .lineFirst {
  padding-left: 0;
}
#content div.multipleColumns .frame .item a.more {
  float: right;
}

/* Multiple columns - table
----------------------------------------------- */
#content table.multipleColumns {
  margin: 2em 0;
  width: 100%;
}
#content table.multipleColumns td {
  padding: 5px;
}
#content table.multipleColumns td.lineLast {
  padding-right: 0;
}
#content table.multipleColumns td.lineFirst {
  padding-left: 0;
}

.contentData {
  margin-bottom: 15px;
}

/* Multiple columns - table
----------------------------------------------- */

#afterContent div.box {
  border-style: none solid solid;
  border-width: 0 1px 1px;
  border-color: #8C8C8B;
  margin-right: 5px;
  margin-bottom: 15px;
}

#afterContent div.box.last {
  margin-bottom: 30px;
}

#afterContent div.box div.boxTitle {
  background-image: url(pics/heading.gif);
  background-repeat: repeat-x;
  line-height: 22px;
  color: #FFFFFF;
  padding-left: 20px;
  padding-right: 20px;
  font-weight: bold;
}

#afterContent div.box div.boxData {
  background-color: #E4F1F6;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
}
