/* General
===============================*/

* {
  background: none;
  color: black;
  font-family: "Times New Roman", TimesNR, Times, serif;
  margin: 0;
} 

body {
  font-size: 13pt;
  text-align: left;
}

ul, ol {
  padding: 0;
}

#siteId img {
  height: auto; 
  width: 100%;
}

.title, .pageTitle {
  page-break-after: avoid;
  page-break-before: auto;
  page-break-inside: avoid;
}

img {
  border: none; 
}

#mainNavigation, #minorNavigation, #languageSelector, #shortcuts, #search, #breadcrumb, #mainNav, #subNav, #subSubNav, #headerPic, .paragraphTopFiller, .validation-advice {
  display: none;
}


/* Typography
==============================*/

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  margin-top: 0.35em;
  margin-bottom: 0.2em;
}

h1 {
  color: #000000;
  font-size: 180%;
}

h2 {
  color: #646464;
  font-size: 160%;
}

h3 {
  color: #646464;
  font-size: 140%;
}

h4 {
  color: #646464;
  font-size: 120%;
}

h5 {
  color: #646464;
  font-size: 100%;
  font-weight: bold;
}

h6 {
  color: #000000;
  font-size: 100%;
  font-style: italic;
}


/* Link
===============================*/

a {
  color: #696969;
  text-decoration: none;
}

a:link:after, a:visited:after {
  content: " (" attr(href) ") ";
}

a[href="Javascript:void(0);"]:link:after, a[href="Javascript:void(0);"]:visited:after,
a[href="#"]:link:after, a[href="#"]:visited:after,
a[rel^="lightbox"]:link:after, a[rel^="lightbox"]:visited:after,
.pagecontentsParagraph a:link:after, .pagecontentsParagraph a:visited:after,
.pollParagraph a:link:after, .pollParagraph a:visited:after,
.teaserParagraph p a:link:after, .teaserParagraph p a:visited:after {
  content: "";
}


/* Paragraphs
===============================*/

.paragraphBase {
  margin-bottom: 1.5em;
}

/* Text */

.textParagraph table {
  table-layout: fixed; 
}

.sidepic {
  font-size: 10pt;
  clear: both; 
}

/* Teaser */

.teaserParagraph  table {
  table-layout: fixed; 
  width: 99%;
}

.teaserParagraph td {
  background-repeat: no-repeat !important;  
}

/* Image Gallery */

.galleryParagraph {	
  height: auto;
  max-width: 54%; 
  padding: 3px 0 0 0;
  text-align: center; 
}

#leftContent .galleryParagraph, #rightContent .galleryParagraph {
  max-width: 99%;
}

.galleryParagraph ul {
  list-style-type: none;
}

.galleryParagraph li {
  float: left;
  display: inline;
  padding: 0 10px 5px 0;
}

.galleryParagraph img {
  padding: 3px;
  border: 1px solid #999999;
}
 
.galleryParagraph div ul li div {
	height: 90pt;
	width: 78pt;
}

/* Form */

.abstractForm {
  width: auto; 
}

#leftContent .abstractForm, #rightContent .abstractForm {
  margin-bottom: 10pt;
}

/* Table */
.abstractForm table {
  text-align: left;
  width: 54% !important; 
}

/* Tabledata */ 
.abstractForm .element {
  width: 80%;
}

.abstractForm .labelField, .abstractForm .element {
  padding-bottom: 10pt;
}

.abstractForm .label {
  padding-right: 10pt;
	width: 20%;
}

/* Input, Textarea & Select */
input[type="text"],
input[type="password"],
textarea, 
select {
  border: 1px inset #999999;
  font-family: inherit;
  width: 90%;
}

#leftContent input[type="text"], #rightContent input[type="text"],
#leftContent input[type="password"], #rightContent input[type="password"],
#leftContent textarea, #rightContent textarea,
#leftContent select, #rightContent select {
  width: 96%;
}

/* Select */
select {
  width: 90.5%;
}

#leftContent select, #rightContent select {
  width: 97.5%;
}

/* Submit & Reset */
input[type="submit"], input[type="reset"] {
	border: 1pt outset #999999;
	font-family: inherit;
  font-size: 100%;
  margin-bottom: 1%;
  width: auto;
}

/* Abstractform text */
.mandantoryFields {
  margin-bottom: 10pt;
}

.captchaImg {
  float: left;
  padding-right: 5pt;
}

.captchaAdvice {
  clear: both;
}

/* Poll */

.pollResultDiv {
  padding-top: 6pt;
}

.textDiv{
  margin-bottom: 5pt;
}

.pollTable{
  font-size: 100%;
  margin-top: 2pt;
  width: auto;
}

.pollTable td {
  width: 100%; 
}

.pollTable .checkElements {
  padding-right: 6pt;
  width: auto; 
}

.pollTable td, .checkElements {
  padding-top: 8pt;
}

#leftContent .pollTable td, #rightContent .pollTable td, #leftContent .checkElements, #rightContent .checkElements{
  padding-top: 8pt;
}

.pollTable .answerTableData {
  padding-right: 5pt;
  width: 40%;
}

.pollTable .barTableData{
  white-space: nowrap;
  width: 20%; 
}

.pollTable .numberOfVotesTableData{
  text-align: right;
  width: 10%;
}

.pollTable .percentTableData{
  padding-left: 5pt;
  text-align: right;
  width: 10%;
}

.pollTable .gapTableData{
  width: 3pt;
}


.pollQuestion{
  font-size: 110%;
  font-weight: bold;
  color: #000000;
}

#leftContent .pollQuestion, #rightContent .pollQuestion{
  font-size: 100%;
}

.pollText {
  color: #000000;
  float: right;
}

#leftContent .pollText, #rightContent .pollText {
  float: left;
}

.formAttachment, .captchaAdvice, .fileUploadAdvice, .emailAdvice, .errorText, .mandantoryFields, .pollParagraph a, .pollText, .pollErrorText, .pollDate {
  font-size: 11pt;
}

.pollButton { 
  margin: 6pt 0;
}


/* Design Specific
===============================*/

/* Layout Divs */

#siteContainer {}


#centerContent, #leftContent, #rightContent {
  height: auto !important; 
}

#footer {
  border-top: 1pt solid #999999;
  clear: both;
  font-size: 11pt;
  font-style: italic;
}


/* Bigger / Smaller Fontdefs
===============================*/

.verdanaNormal {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
}

.verdanaBig{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 22px;
}

.verdanaBigger{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 24px;
}

.verdanaSmall{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px;
}

.verdanaSmaller{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 15px;
}

.courierNormal{
	font-family: Courier, monospace, "Courier New";
	font-size: 15px;
	line-height: 18px;
}

.courierBig{
	font-family: Courier, monospace, "Courier New";
	font-size: 19px;
	line-height: 22px;
}

.courierBigger{
	font-family: Courier, monospace, "Courier New";
	font-size: 22px;
	line-height: 26px;
}

.courierSmall{
	font-family: Courier, monospace, "Courier New";
	font-size: 13px;
	line-height: 17px;
}

.courierSmaller{
	font-family: Courier, monospace, "Courier New";
	font-size: 12px;
	line-height: 16px;
}

.georgiaNormal{
	font-family: Georgia, Times, serif, "Times New Roman";
	font-size: 14px;
	line-height: 20px;
}

.georgiaBig{
	font-family: Georgia, Times, serif, "Times New Roman";
	font-size: 18px;
	line-height: 24px;
}

.georgiaBigger{
	font-family: Georgia, Times, serif, "Times New Roman";
	font-size: 20px;
	line-height: 27px;
}

.georgiaSmall{
	font-family: Georgia, Times, serif, "Times New Roman";
	font-size: 12px;
	line-height: 18px;
}

.georgiaSmaller{
	font-family: Georgia, Times, serif, "Times New Roman";
	font-size: 11px;
	line-height: 16px;
}

#leftContent .verdanaNormal, #rightContent .verdanaNormal{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
}

#leftContent .verdanaBig, #rightBig .verdanaNormal{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
}

#leftContent .verdanaBigger, #rightBigger .verdanaNormal{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 16px;
}

#leftContent .verdanaSmall, #rightSmall .verdanaNormal{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 13px;
}

#leftContent .verdanaSmaller, #rightContent .verdanaSmaller{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 13px;
}

#leftContent .courierNormal, #rightContent .courierNormal{
	font-family: Courier, monospace, "Courier New";
	font-size: 14px;
	line-height: 16px;
}

#leftContent .courierBig, #rightContent .courierBig{
	font-family: Courier, monospace, "Courier New";
	font-size: 15px;
	line-height: 17px;
}

#leftContent .courierBigger, #rightContent .courierBigger{
	font-family: Courier, monospace, "Courier New";
	font-size: 16px;
	line-height: 19px;
}

#leftContent .courierSmall, #rightContent .courierSmall{
	font-family: Courier, monospace, "Courier New";
	font-size: 13px;
	line-height: 15px;
}

#leftContent .courierSmaller, #rightContent .courierSmaller{
	font-family: Courier, monospace, "Courier New";
	font-size: 12px;
	line-height: 14px;
}

#leftContent .georgiaNormal, #rightContent .georgiaNormal{
	font-family: Georgia, Times, serif, "Times New Roman";
	font-size: 12px;
	line-height: 16px;
}

#leftContent .georgiaBig, #rightContent .georgiaBig{
	font-family: Georgia, Times, serif, "Times New Roman";
	font-size: 13px;
	line-height: 17px;
}

#leftContent .georgiaBigger, #rightContent .georgiaBigger{
	font-family: Georgia, Times, serif, "Times New Roman";
	font-size: 14px;
	line-height: 18px;
}

#leftContent .georgiaSmall, #rightContent .georgiaSmall{
	font-family: Georgia, Times, serif, "Times New Roman";
	font-size: 11px;
	line-height: 15px;
}

#leftContent .georgiaSmaller, #rightContent .georgiaSmaller{
	font-family: Georgia, Times, serif, "Times New Roman";
	font-size: 10px;
	line-height: 13px;
}

.normal {
	font-size: 100%;
}

.big {
  font-size: 125%;
}

.bigger {
  font-size: 150%;
}

.small {
  font-size: 90%;
}

.smaller {
  font-size: 80%;
}
