
/* 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, div.boxTitle {
  font-weight: bold;
  margin-bottom: 5px;
}
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: #EEF5CE;
  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 #90A33B;
  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 #C3C3BD;
}

.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;
}

/* file: main.css */

/* Page basics
----------------------------------------------- */
* {
  padding: 0;
  margin: 0;
}

html {
	background: #fff url(pics/content_bg.png) no-repeat left top;
  color: #6B6A5D;
	font: 0.75em/1.5 Arial, Helvetica, sans-serif;
	text-align: left;
	width: 100%;
}

body {
  margin-left: 50px;
  min-width: 50em;
  padding: 0;
  text-align: left;
}

p {
  margin-bottom: 1em;
}

a {
	color: #ED4B49;
}

h1, h2, h3, h4, h5, h6, div.boxTitle {
 	color: #ED4B49;
  font-weight: normal;
  font-size: 250%;
}

h2, h3, h4, h5, h6, div.boxTitle {
	font-size: 150%;
}

/* Header<a href="../../papaya-data/templates/wachter2009/_lang">_lang</a>
----------------------------------------------- */
#header .headerBackground {
}
#header .headerContent {
}
#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;
}

#header a {
	display: block;
}

/* Footer
----------------------------------------------- */
#footer {
  clear: both;
  font-size: 90%;
	padding-top: 50px;
  position: relative;
}

#footer .footerContent {
  padding: 17px;
}

#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;
}


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

#pageContent ul {
	list-style: square;
	list-style-type: square;
}

#content {
	padding-top: 50px;
}

.singleColumnLayout #content {
	width: 850px;
}

.twoColumnLayout #content {
	float: left;
	width: 562px;
}

.twoColumnLayout #pageAdditional {
	float: right;
	padding-top: 100px;
	width: 274px;
}

.twoColumnLayout #pageContent {
	width: 850px;
}

.boxList .frame {
	float: left;
}

.boxList .box.item {
	padding-left: 14px;
}

.boxList .box.lineFirst {
	padding: 0;
}
