
/* 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;
}

span{
	font-size: 1em;
}

/* headers
----------------------------------------------- */
h1, h2, h3, h4, h5, h6, caption {
  font-weight: bold;
  /*margin-bottom: .6em;*/
  margin-bottom: 0.2em;
  margin-top: 0.6em;
}
h1 {
  font-size: 2em;
}
h2, caption {
  font-size: 1.5em;
}
h3, h4, h5, h6 {
  font-size: 1em;
}

/* tables
----------------------------------------------- */
table {
  border-collapse: collapse;
  border-spacing: 0;
  border-width: 0;
  margin-bottom: 2em;
}
thead {
  background: #A8B3BD;
  border-bottom: 1px solid #A8B3BD;
}
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 12px;
}
li {
  list-style-type: none;
  background: transparent url(pics/listitem.gif) no-repeat 0 .4em;
  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 #223A59;
  cursor: pointer;
  font-weight: bold;
  font-size: 1em;
  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 #ccc;*/
}

.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: 0.9em;
}

/* Messages 
----------------------------------------------- */
div.message, div.error {
  border: 1px solid #abc0dd;
  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 {
  background: #fff;
  padding: 0;
}
/* Insert the right border */
.rightBorder {
  padding: 0;
}

/* file: main.css */

/* Page basics
----------------------------------------------- */
html {
  text-align: center;
  font: .7em/1.5 Arial, Verdana, Helvetica, sans-serif;
  /*background-image: url(pics/background.png);*/
}
body {
  margin: 0px auto;
  width: 879px;
  padding: 0;
  text-align: left;
  background-repeat: repeat-x;
  
  /*background-image: url(pics/bg_grau_verlauf.gif);*/
  
  /* Mit Strich */
  /*
  background-image: url(pics/header-seiten-lang.jpg);
  background-position: top;
  background-color: #C5CCD3;
  */
  
  /* Mit Strich dunkel*/
  /*
  background-image: url(pics/header-seiten-lang-dunkel.jpg);
  background-position: top;
  background-color: #D5DEEE;
  */
  
  
  
  /* Einfacher Verlauf*/
  /*background-image: url(pics/background.png);
  background-attachment:fixed;
  background-position: bottom;
  background-color: #EEF2F1;*/
  
  /* Einfacher Verlauf neu*/
  background-image: url(pics/header-seiten-lang_2.jpg);
  background-attachment:fixed;
  background-position: top;
  background-color: #C6CDD5;
  
}

/* Header
----------------------------------------------- */
#header .headerBackground {
  
height: 120px;
/*background: #FFF url(pics/header-mitte.jpg) no-repeat center top;*/
  
  /* Mit Strich */
  
  /* background: #FFF url(pics/header-mitte.jpg) no-repeat center top;*/
   
   
   /* Einfacher Verlauf */
   
   /*background: #FFF url(pics/header.png) no-repeat center top;*/
   background: url(pics/hintergrundheader_1.jpg) no-repeat center top;
   
  
  /*margin: 0 8px;*/
  /*padding: 10px 10px 0px 10px;*/
}
#header .headerContent {
  height: 120px;
}
/*#header .headerContent a #firmenlogo{
  float:right;
}*/
#header .headerContent a img{
  padding-top: 8px;
}
#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: relative;*/
  margin-top: 10px;
  margin-bottom: 10px;
}
#footer .footerContent {
  margin: -3px 8px;
}
#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;
  background: none;
}
#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;
  border-color: #A8B3BD;
}

/* Page
----------------------------------------------- */
#page .threeColumnLayout, #page .twoColumnLayoutLeft {
  /*background: url(pics/bg_content.gif) repeat-y 20.95% 0;*/
}
#page .twoColumnLayoutRight {
}
#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;
	margin: 0px 16px 20px 12px;
	padding: 5px 0px 0px 0px;
}
#page .threeColumnLayout #pageContent {
  width: 52.866%;
}
#page .twoColumnLayoutLeft #pageContent {
  width: 74.322%;
}
#page .twoColumnLayoutRight #pageContent {
  width: 583px;
}
#page .singleColumnLayout #pageContent {
  width: 95.796%;
}

/* Page Navigation Column
----------------------------------------------- */
#page #pageNavigation {
  float: left;
  width: 21.456%;
}
#page #pageNavigation div.box {
  margin-right: 1px;
}
#page #pageNavigation div.box div.boxTitle {
  padding: 0.2em 0 0.2em 8px;
  font-weight: bold;
  font-size: 1.1em;
}

/* Page Additional Content Column
----------------------------------------------- */
#page #pageAdditional {
  float: right;
  width: 241px;
  margin: 0px 25px 20px 0px;
}

#pageAdditional .box{
	margin: 10px 0px;
}
#pageAdditional .box .boxTitle {
	font-size: 100%;
	padding-left: 10px;
	height: 25px;
	font-size: 17px;
	font-weight: bold;
}
#pageAdditional .first .boxTitle {
  /*background: url(pics/right_corner.gif) no-repeat top right;*/
}
#pageAdditional .boxData {
  padding: 10px;
  border: 1px dotted #A8B3BD;
}

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

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

/* 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;
}

