@charset "utf-8";

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

* {
  margin: 0;
}

ul, ol {
  padding: 0;
}

body {
  background-color: #000000;
  color: #333333;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: small;
  line-height: 1.5;
  font-weight: normal;
  font-style: normal;
  text-align: left;
}

.sideColumn {
  font-size: 85%;
}

.paragraphBase {
  margin-bottom: 1.5em;
  width: 98%;
}


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

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

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

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

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

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

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

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

#shortcuts, #breadcrumb, #footer {
  font-size: 85%;
}

.ffhyphen:after { content:"\200B"; }


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

a:link {
	color: #666666;
}

a:visited {
	color: #990033;
}

a:hover {
	color: #660033;
}

a:active {
}

.imageLink:hover, .imageLink:active {  
  background-color: transparent;
}

/* Shortcuts
===============================*/

#shortcuts ul {
  list-style: none;
}

#shortcuts li {
  display: inline;
  padding: 0 3px;
}

/* Shortcuts Link */

#shortcuts a {
	color: #000000;
  text-decoration: none; 
}

#shortcuts a:hover{
	color: #990033;
}

/* Breadcrumb
===============================*/

#breadcrumb ul {
  list-style: none;
}

#breadcrumb li {
  display: inline;
}

#breadcrumb #label, .breadcrumbLabel {
	color: #333333;
}

/* Breadcrumb Link */

#breadcrumb a {
  color: #990033;
  text-decoration: none; 
}


#breadcrumb a:hover {
	color: #990033;
}

#breadcrumb .activeItem {
	color: #990033;
}


/* Footer
===============================*/

/* Footer Link */

#footer a {
	color: #990033;
	text-decoration: none;
}

#footer a:hover {
	color: #660033;
}


/* Search
===============================*/

.searchBar {
  white-space: nowrap;
}

.searchBar input {
	vertical-align: middle;
	padding: 0;
}

.searchBar .searchInput {
	border: 1px inset #999999; 
  font-size: inherit; 
	width: 130px; 
}

.searchBar .searchButton {
  margin-top: -1px;
  height: 26px; 
  width: 26px;
}


/* Language 
===============================*/

#languageSelector {
	font-size: 85%;
	width: 180px;
	float: left;
}


/* IE Hacks
===============================*/

* html #header img, * html #siteId img {
  vertical-align: bottom;
}

*+html #header img, *+html #siteId img {
  vertical-align: bottom;
}

* html #centerContent, * html #leftContent, * html #rightContent, * html #lcWrapper {
  overflow: auto;
}
* {
  margin: 0;
}

ul {
  padding: 0;
}

ol {
  padding: 0;
}

body {
  background: url(_pics/bodyBackground.png) scroll repeat #000000;
  background-position: left top;
  color: #333333;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: small;
  font-style: normal;
  font-weight: normal;
  text-align: left;
}

h1 {
  background: url(_pics/h1.png) scroll transparent;
  background-position: left top;
  background-repeat: no-repeat;
  border-bottom: 1px solid #333333;
  color: #494848;
  font-size: 180%;
  font-weight: bold;
  margin-bottom: 0.2em;
  margin-top: 0.35em;
}

h2 {
  background: url(_pics/h2.png) scroll transparent;
  background-position: left top;
  background-repeat: no-repeat;
  color: #494848;
  font-size: 160%;
  font-weight: bold;
  margin-bottom: 0.2em;
  margin-top: 0.35em;
}

h3 {
  background: url(_pics/h3.png) scroll transparent;
  background-position: left top;
  background-repeat: no-repeat;
  color: #333333;
  font-size: 140%;
  font-weight: normal;
  margin-bottom: 0.2em;
  margin-top: 0.35em;
}

h4 {
  background: url(_pics/h4.png) scroll transparent;
  background-position: left top;
  background-repeat: no-repeat;
  color: #333333;
  font-size: 120%;
  font-weight: normal;
  margin-bottom: 0.2em;
  margin-top: 0.35em;
}

h5 {
  background: url(_pics/h5.png) scroll transparent;
  background-position: left top;
  background-repeat: no-repeat;
  color: #333333;
  font-size: 100%;
  font-weight: bold;
  margin-bottom: 0.2em;
  margin-top: 0.35em;
}

h6 {
  background: url(_pics/h6.png) scroll transparent;
  background-position: left top;
  background-repeat: no-repeat;
  color: #333333;
  font-size: 100%;
  font-style: italic;
  font-weight: normal;
  margin-bottom: 0.2em;
  margin-top: 0.35em;
}

#shortcuts {
  background: url(_pics/shortcuts.png);
  font-size: 85%;
  margin-top: 0.15em;
}

#breadcrumb {
  background: url(_pics/breadcrumb.png);
  clear: both;
  color: #333333;
  font-size: 85%;
  padding: 20px 20px 10px;
  text-align: right;
}

#footer {
  background: url(_pics/footer.png) #aeb0af;
  clear: both;
  color: #000000;
  font-size: 85%;
  font-weight: normal;
  padding: 5px 15px;
}

a {
  background: url("link") scroll transparent;
  background-position: left top;
  background-repeat: no-repeat;
  color: #666666;
  text-decoration: none;
}

a:visited {
  background: url(_pics/visited.png) scroll transparent;
  background-position: left top;
  background-repeat: no-repeat;
  color: #990033;
}

a:hover {
  background: url(_pics/hover.png) scroll transparent;
  background-position: left top;
  background-repeat: no-repeat;
  color: #660033;
}

a:active {
  background: url(_pics/active.png) scroll transparent;
  background-position: left top;
  background-repeat: no-repeat;
}

.imageLink:hover {
  background-color: transparent;
}

.imageLink:active {
  background-color: transparent;
}

#shortcuts ul {
  list-style: none;
}

#shortcuts li {
  display: inline;
}

#shortcuts a {
  background: url(_pics/shortcutsLink.png) scroll transparent;
  background-position: left top;
  background-repeat: no-repeat;
  border-right: 1px solid #990033;
  color: #000000;
  padding: 0 20px;
  text-decoration: none;
}

#shortcuts a:hover {
  background: url(_pics/shortcutsHover.png);
  color: #990033;
}

#shortcuts a:active {
  background: url(_pics/shortcutsActive.png);
}

#breadcrumb ul {
  list-style: none;
}

#breadcrumb li {
  display: inline;
}

#breadcrumb a {
  background: url(_pics/breadcrumbLink.png) scroll transparent;
  background-position: left top;
  background-repeat: no-repeat;
  color: #990033;
  text-decoration: none;
}

#breadcrumb a:hover {
  background: url(_pics/breadcrumbHover.png);
  color: #990033;
}

#breadcrumb a:active {
  background: url(_pics/breadcrumbActive.png);
}

#breadcrumb .activeItem {
  background: url(_pics/breadcrumbActiveItem.png);
  color: #990033;
  font-weight: bold;
}

#footer a {
  background: url(_pics/footerLink.png) scroll transparent;
  background-position: left top;
  background-repeat: no-repeat;
  color: #990033;
  text-decoration: none;
}

#footer a:hover {
  background: url(_pics/footerHover.png);
  color: #660033;
}

#footer a:active {
  background: url(_pics/footerActive.png);
}

.searchBar {
  white-space: nowrap;
}

.searchBar input {
  padding: 0;
  vertical-align: middle;
}

.searchBar .searchInput {
  border: 1px inset #a0a7b2;
  width: 188px;
}

div[id$="Content"] .searchBar .searchInput {
  width: 82%;
}

.searchBar .searchButton {
  height: 26px;
  margin-top: -1px;
  width: 26px;
}

* html #header img {
  vertical-align: bottom;
}

* html #siteId img {
  vertical-align: bottom;
}

*+html #header img {
  vertical-align: bottom;
}

*+html #siteId img {
  vertical-align: bottom;
}

* html #horizontalNav li {
  float: left;
  margin-right: 5px;
  width: 7.5em;
}

* html #horizontalNav a {
  width: 100%;
}

#horizontalNav {
  background: url(_pics/mainNavBar.png) scroll #d7d9d8;
  background-position: left top;
  background-repeat: repeat-x;
  float: left;
  margin-left: 0px;
  margin-right: 0px;
  padding-left: 0px;
  padding-right: 0px;
  width: 1000px;
}

*+html #horizontalNav {
}

#horizontalNav ul {
  list-style: none;
}

#verticalNav ul {
  list-style: none;
}

#horizontalNav .mainNav li:hover .subNav {
  display: block;
}

#horizontalNav .subNav li:hover .subSubNav {
  display: block;
}

#horizontalNav .subNav {
  display: none;
  position: absolute;
  z-index: 90;
}

#horizontalNav .subSubNav {
  display: none;
  left: 100%;
  position: absolute;
  top: 0;
  z-index: 90;
}

#horizontalNav li {
  min-width: 100px;
  position: relative;
}

*+html #horizontalNav li {
  float: left;
}

#horizontalNav .mainNav > li {
  float: left;
  margin-left: 0px;
}

.subNav li {
}

.subSubNav li {
}

#horizontalNav .mainNav a {
  background: url(_pics/horizontalMainNavLink.png) scroll transparent;
  background-position: left top;
  background-repeat: repeat-x;
  color: #000000;
  display: block;
  padding: 5px 15px;
  text-align: left;
  text-decoration: none;
}

#horizontalNav .mainNav .activeLink {
  background: url(_pics/horizontalNavActiveItem.png) scroll #666666;
  background-position: left top;
  background-repeat: repeat-x;
  color: #990033;
}

#horizontalNav .mainNav li:hover > a {
  background: url(_pics/horizontalMainNavHover.png) scroll #666666;
  background-position: left top;
  background-repeat: repeat-x;
  color: #990033;
}

#horizontalNav .subNav > li > a {
  background: url(_pics/horizontalSubNavLink.png) scroll repeat #cccccc;
  background-position: left top;
  text-align: left;
}

#horizontalNav .subNav > li:hover > a {
  background: url(_pics/horizontalSubNavHover.png) scroll repeat #cccccc;
  background-position: left top;
}

#horizontalNav .subSubNav > li > a {
  background: url(_pics/horizontalSubSubNavLink.png) scroll repeat #b4b4b4;
  background-position: left top;
  text-align: left;
}

#horizontalNav .subSubNav > li:hover > a {
  background: url(_pics/horizontalSubSubNavHover.png) scroll repeat #b4b4b4;
  background-position: left top;
}

#horizontalNav li:hover > a {
}

#horizontalNav li:active > a {
}

div[id*="Content"] > H1:first-child {
  margin-top: 12px;
}

div[id*="Content"] > a:first-child + * {
  margin-top: 12px;
}

#illustrationTop1 {
  background: url(_pics/illustrationTop1.png) fixed repeat transparent;
  background-position: left top;
  width: 100%;
}

#illustrationTop2 {
  background: url(_pics/illustrationTop2.png) scroll transparent;
  background-position: left 0px;
  background-repeat: repeat-x;
  width: 100%;
}

#illustrationBottom1 {
  background: url(_pics/illustrationBottom1.png) scroll transparent;
  background-position: left bottom;
  background-repeat: repeat-x;
  width: 100%;
}

#illustrationBottom2 {
  background: url(_pics/illustrationBottom2.png) scroll transparent;
  background-position: left bottom;
  background-repeat: repeat-x;
  padding-bottom: 60px;
  padding-top: 0px;
  width: 100%;
}

#siteContainer {
  background: url(_pics/siteContainer.png) scroll repeat #dcdcdc;
  background-position: left top;
  margin: 0 auto;
  position: relative;
  width: 1000px;
}

#siteContainer > div:first-child {
  margin-top: 0;
}

#headerImageBox {
}

#headerImageBox div div a {
  float: left;
}

#contentContainer {
  clear: left;
  margin-bottom: 20px;
  margin-left: 10px;
  margin-right: 10px;
}

#centerContent {
  background: url(_pics/centerContent.png) scroll transparent;
  background-position: left top;
  background-repeat: repeat-x;
  min-height: 375px;
  padding: 0px 10px;
}

#leftContent {
  background: url(_pics/leftContent.png) scroll transparent;
  background-position: left top;
  background-repeat: repeat-x;
  border-right: 1px solid #cccccc;
  float: left;
  font-size: 85%;
  min-height: 375px;
  padding: 0px 10px;
  width: 200px;
}

#rightContent {
  background: url(_pics/rightContent.png) scroll transparent;
  background-position: left top;
  background-repeat: repeat-x;
  border-left: 1px solid #cccccc;
  float: right;
  font-size: 85%;
  min-height: 375px;
  padding: 0px 10px;
  width: 200px;
}

#siteId {
  float: left;
}

#siteId div {
  overflow: hidden;
}

#header {
}

#header div {
  overflow: hidden;
}

#miscellaneous {
  background: url(_pics/miscellaneous.png)  0px #b2b4b3;
  font-size: 100%;
  padding: 5px 0px;
}

#search {
  margin-bottom: 1.5em;
}

#languageSelector {
}

.paragraphBase {
  margin-bottom: 1.5em;
  width: 98%;
}

.abstractForm {
  padding: 0;
  width: 100%;
}

.sideColumn .abstractForm {
  margin-bottom: 10px;
}

.abstractForm table {
  text-align: left;
}

.abstractForm .element {
  padding-bottom: 10px;
  width: 80%;
}

.abstractForm .labelField {
  padding-bottom: 10px;
}

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

input[type="text"] {
  border: 1px inset #a0a7b2;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 116%;
  width: 90%;
}

input[type="password"] {
  border: 1px inset #a0a7b2;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 116%;
  width: 90%;
}

textarea {
  border: 1px inset #a0a7b2;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 116%;
  width: 90%;
}

select {
  border: 1px inset #a0a7b2;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 116%;
  width: 90.5%;
}

.sideColumn input[type="text"] {
  width: 96%;
}

.sideColumn input[type="password"] {
  width: 96%;
}

.sideColumn textarea {
  width: 96%;
}

.sideColumn select {
  width: 97.5%;
}

input[type="submit"] {
  border: 1px outset #a0a7b2;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 100%;
  margin-bottom: 4px;
  width: auto;
}

input[type="reset"] {
  border: 1px outset #a0a7b2;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 100%;
  margin-bottom: 4px;
  width: auto;
}

.formAttachment {
  font-size: 85%;
}

.captchaAdvice {
  clear: both;
  font-size: 85%;
}

.fileUploadAdvice {
  font-size: 85%;
}

.emailAdvice {
  font-size: 85%;
}

.errorText {
  color: #cc2f33;
  font-size: 85%;
}

.mandantoryFields {
  font-size: 85%;
  margin-bottom: 10px;
}

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

* html .abstractForm input {
  border: 1px inset #a0a7b2;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 100%;
  width: 90%;
}

* html .abstractForm textarea {
  border: 1px inset #a0a7b2;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 100%;
  width: 90%;
}

* html .abstractForm select {
  border: 1px inset #a0a7b2;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 100%;
  width: 92%;
}

* html .abstractForm .formTickBox {
  border-style: none;
  width: auto;
}

* html .sideColumn .abstractForm select {
  width: 95%;
}

* html .abstractForm .formButton {
  border: 1px outset #a0a7b2;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 100%;
  margin-bottom: 4px;
  width: auto;
}

* html .pollButton {
  border: 1px outset #a0a7b2;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 100%;
  margin-bottom: 4px;
  width: auto;
}

.formParagraph {
}

.guestbookParagraph {
}

.guestbookParagraph hr {
  background-color: #fefefe;
  margin: 0;
}

div [id^="entries"] {
  margin-top: 5px;
  width: 100%;
}

.entriesHide {
  display: none;
}

.entriesCounter {
}

.entriesChronicLink {
  margin: 6px 0 12px;
  text-align: center;
  white-space: nowrap;
}

.guestbookEntries {
}

.guestbookEntry {
  border-top: 1px dotted;
  margin-top: 6px;
  overflow: auto;
  padding: 5px;
}

.guestbookHeader {
  border-bottom: 1px dotted;
  font-size: 85%;
  line-height: normal;
  margin-bottom: 10px;
  padding-bottom: 2px;
}

.guestbookBody {
  font-size: 100%;
}

.guestbookHeader .guestbookTime {
  float: right;
  margin-top: 6px;
  text-align: right;
  width: 30%;
}

.sideColumn .guestbookHeader .guestbookTime {
  width: 100%;
}

.guestbookHeader .guestbookUser {
  font-weight: bold;
}

.guestbookHeader .guestbookSymbols {
  white-space: nowrap;
}

.guestbookBody .guestbookTitle {
  font-weight: bold;
}

.guestbookHeader img {
  position: relative;
  top: 2px;
}

.guestbookParagraph a img {
  background-color: transparent;
  border-style: none;
  text-decoration: none;
}

.guestbookHeader .guestbookSymbols a {
  background-color: transparent;
  border-style: none;
  text-decoration: none;
}

.guestbookHeader .guestbookSymbols img {
  background-color: transparent;
  border-style: none;
  text-decoration: none;
}

* html .entries {
  width: 96%;
}

.hitcountParagraph img {
  background-color: #ffffff;
}

.galleryParagraph {
  overflow: hidden;
}

.galleryParagraph ul {
  list-style: none;
  padding: 0;
}

.galleryParagraph li {
  display: inline;
  float: left;
}

.galleryParagraph li div {
  height: 111px;
  margin: 5px 10px 0 0;
  text-align: center;
  width: 109px;
}

.galleryParagraph img {
  border: 1px solid #a0a7b2;
  color: #999999;
  padding: 3px;
}

.imageParagraph {
  margin-top: 1.25em;
  text-align: center;
}

.imageParagraph img {
  display: block;
  margin: 0 auto;
}

.pagecontentsParagraph {
}

.pollParagraph {
}

.pollResultDiv {
  padding-top: 6px;
}

.textDiv {
  margin-bottom: 5px;
}

.pollParagraph form {
  margin: 0;
}

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

.pollTable td {
  padding-top: 12px;
  width: 100%;
}

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

.checkElements {
  padding-top: 12px;
}

.sideColumn .pollTable td {
  padding-top: 8px;
}

.sideColumn .checkElements {
  padding-top: 8px;
}

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

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

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

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

.pollTable .gapTableData {
  width: 3px;
}

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

.sideColumn .pollQuestion {
  font-size: 100%;
}

.pollText {
  color: #66634c;
  float: right;
  font-size: 85%;
}

.sideColumn .pollText {
  float: left;
}

.pollErrorText {
  color: #ca3060;
  font-size: 85%;
}

.pollParagraph a {
  font-size: 85%;
}

.pollDate {
  font-size: 85%;
}

.pollButton {
  margin: 6px 0;
}

.teaserParagraph td {
  background: scroll transparent;
  background-position: 0 0;
  background-repeat: no-repeat;
  height: 35px;
  vertical-align: top;
}

.teaserParagraph .headline {
  font-weight: bold;
  text-decoration: none;
}

.teaserDate {
  font-style: italic;
  font-weight: normal;
}

.teaserRSSImage {
  border-style: none;
  vertical-align: baseline;
}

.textParagraph {
}

.textParagraphContainer {
  padding-top: 1px;
}

.sidepic {
  float: right;
  font-size: 10px;
  padding: 4px 0 17px 17px;
}

.textParagraph table {
  margin: 5px 0;
}

.sideColumn .textParagraph table {
  margin: 3px 0;
}

.textParagraph ul {
  list-style: square;
  overflow: hidden;
  padding-left: 16px;
}

.textParagraph ol {
  list-style: decimal;
  overflow: hidden;
  padding-left: 22px;
}

.textParagraph li {
  padding: 2px 0;
}

* html .textParagraph ul {
  padding-left: 24px;
  width: 61%;
}

* html .textParagraph ol {
  padding-left: 24px;
  width: 61%;
}

.verdanaNormal {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 100%;
}

.verdanaBig {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 125%;
}

.verdanaBigger {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 150%;
}

.verdanaSmall {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 90%;
}

.verdanaSmaller {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 80%;
}

.courierNormal {
  font-family: Courier, monospace, "Courier New";
  font-size: 100%;
}

.courierBig {
  font-family: Courier, monospace, "Courier New";
  font-size: 125%;
}

.courierBigger {
  font-family: Courier, monospace, "Courier New";
  font-size: 150%;
}

.courierSmall {
  font-family: Courier, monospace, "Courier New";
  font-size: 90%;
}

.courierSmaller {
  font-family: Courier, monospace, "Courier New";
  font-size: 80%;
}

.georgiaNormal {
  font-family: Georgia, Times, serif, "Times New Roman";
  font-size: 100%;
}

.georgiaBig {
  font-family: Georgia, Times, serif, "Times New Roman";
  font-size: 125%;
}

.georgiaBigger {
  font-family: Georgia, Times, serif, "Times New Roman";
  font-size: 150%;
}

.georgiaSmall {
  font-family: Georgia, Times, serif, "Times New Roman";
  font-size: 90%;
}

.georgiaSmaller {
  font-family: Georgia, Times, serif, "Times New Roman";
  font-size: 80%;
}

.normal {
  font-size: 100%;
}

.big {
  font-size: 125%;
}

.bigger {
  font-size: 150%;
}

.small {
  font-size: 90%;
}

.smaller {
  font-size: 80%;
}

.searchParagraph {
}

.searchParagraph .searchInput {
  width: 92%;
}

.searchResult {
  margin-bottom: 5px;
  margin-top: 7px;
}

.searchForwardBackSequence {
  text-align: center;
}

#header > div > img {
}

#headerImageBox #siteId {
  float: right;
}

#horizontalNav .subSubNav > li {
  min-width: 160px;
}

#horizontalNav .subNav > li {
  min-width: 160px;
}

form_border_color {
  color: #999999;
}

hitcount_background_color {
  background-color: #999999;
}

#centerContent {
  margin-left: 0;
  margin-right: 226px;
}

* html #centerContent {
  margin-right: 222px;
}


[id] .abstractForm [class~="validation-failed"] {
  border: 1px solid #CC2F33;
}

.validation-advice {
  background-color: #CC2F33;
  color: #FFFFFF;
  font-size: 85%;
  font-weight: bold;
  margin: 5px 0 0 0;
  padding: 2px 5px;
  width: 86%;
}

/* Abstractform (Form & Guestbook) 
==================================== */

.abstractForm {
  width: 100%;
  padding: 0;
}

.sideColumn .abstractForm {
  margin-bottom: 10px;
}


/* Table */
.abstractForm table {
  text-align: left;
}


/* Tabledata */ 
.abstractForm .element {
  padding-bottom: 10px;
	width: 80%;
}

.abstractForm .labelField {
  padding-bottom: 10px;
}

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

/* Input, Textarea & Select */
input[type="text"],
input[type="password"],
textarea, 
select {
  border: 1px inset #999999;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 110%;
  width: 90%;
}

.sideColumn input[type="text"],
.sideColumn input[type="password"],
.sideColumn textarea,
.sideColumn select {
  font-size: 100%;
  width: 96%;
}


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

.sideColumn select {
  width: 97.5%;
}


/* Submit & Reset */
input[type="submit"], input[type="reset"] {
	border: 1px outset #999999;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 100%;
  margin-bottom: 4px;
  width: auto;  
}

.formTickBox {
  vertical-align: middle;
}

/* Abstractform text */
.formAttachment, .captchaAdvice, .fileUploadAdvice, .emailAdvice, .errorText, .mandantoryFields {
  font-size: 85%;
}

.errorText {
  color: #CC2F33;
}

.mandantoryFields {
  margin-bottom: 10px;
}

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

.captchaAdvice {
  clear: both;
}

/* Specials for IE
==================================== */

/* Input, Textarea & Select */
* html .abstractForm input, 
* html .abstractForm textarea, 
* html .abstractForm select {
  border: 1px inset #999999;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 100%;
	width: 90%; 	
}

/* Input Checkbox & Radiobutton  */
* html .abstractForm .formTickBox {
  border: none; 
  width: auto;
}


/* Select */
* html .abstractForm select {
	width: 92%; 
}

* html .sideColumn .abstractForm select {
	width: 95%; 
}


/* Input Button */
* html .abstractForm .formButton, * html .pollButton { 
	border: 1px outset #999999;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 100%;
  margin-bottom: 4px;
  width: auto; 
}

/* Guestbook
==================================== */

.guestbookParagraph hr {
  background: #fefefe;
  margin: 0;
}

/* Entries section */
div [id^="entries"] {
  margin-top: 5px;
  width: 100%;
}

.entriesHide {
  display: none;
}

.entriesCounter{
}

.entriesChronicLink{
  text-align: center;  
  margin: 6px 0 12px 0;
  white-space: nowrap;
}

/* all enrtries */
.guestbookEntries {
}

/* single entry */
.guestbookEntry{
  border-top: dotted gray 1px;
  margin-top: 6px; 
  padding: 5px;
	overflow: auto;
}


/* guestbook header */
.guestbookHeader{
  line-height: normal;
  border-bottom: dotted gray 1px;
  font-size: 85%;
  margin-bottom: 10px;
  padding-bottom: 2px;
}


/* guestbook body */
.guestbookBody{
  font-size: 100%;
}

.guestbookHeader .guestbookTime{
  float: right;
  margin-top: 6px;
	text-align: right;
	width: 30%;
}

.sideColumn .guestbookHeader .guestbookTime {
	width: 100%;
}

.guestbookHeader .guestbookUser{
	font-weight: bold;
}

.guestbookHeader .guestbookSymbols{
  white-space: nowrap;
}

.guestbookBody .guestbookTitle{
  font-weight: bold;
}

.guestbookHeader img{
  position: relative;
  top: 2px;
}

/* Disable link properties*/
.guestbookParagraph a img, .guestbookHeader .guestbookSymbols a, .guestbookHeader .guestbookSymbols img{
  background-color: transparent;
  border: none;
  text-decoration: none;
}


/* Specials for IE
==================================== */

* html .entries{
  width: 96%;
}

/* Hitcount
===================================================*/

.hitcountParagraph img {
  background-color: #999999;
}

/* Image Gallery
===================================================*/

.galleryParagraph {
  overflow: hidden;
}

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

.galleryParagraph li {
  display: inline;
  float: left;
}

.galleryParagraph li div {
  height: 111px;
  width: 109px;
  margin: 5px 10px 0 0;
  text-align: center;
}

.galleryParagraph img {
  border: 1px solid #999999;
  padding: 3px;
}

/* Image
==================================== */

.imageParagraph {
  text-align: center; 
  margin-top: 1.25em;
}

/* Page Contents
==================================== */

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

/* Poll
===================================================*/

.pollResultDiv {
  padding-top: 6px;
}

.textDiv {
  margin-bottom: 5px;
}

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

.pollTable td {
  width: 100%; 
}

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

.pollTable td, .checkElements {
  padding-top: 12px;
}

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

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

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

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

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

.pollTable .gapTableData {
  width: 3px;
}


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

.sideColumn .pollQuestion {
  font-size: 100%;
}

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

.sideColumn .pollText {
  float: left;
}

.pollErrorText {
  color: #CA3060;
}

.pollParagraph a, .pollText, .pollErrorText, .pollDate {
  font-size: 85%;
}

.pollButton { 
  margin: 6px 0;
}

/* Teaser
===================================================*/

.teaserParagraph td {
  background: transparent none no-repeat scroll 0 0;
  height: 35px;
  vertical-align: top;
}

.teaserParagraph .headline {
  font-weight: bold;
  text-decoration: none;
}

.teaserDate {
  font-style: italic;
  font-weight: normal;
}

.teaserRSSImage {
  vertical-align: baseline;
  border: none;
}

/* Text
===================================================*/

.textParagraphContainer {
  padding-top: 1px;
}

.sidepic {
  float: right;
  font-size: 10px;
  padding: 4px 0 17px 17px;
  width: 180px;
}

/* Table */
.textParagraph table {
  margin: 5px 0;
}

.sideColumn .textParagraph table, .sideColumn .textParagraph table{
	margin: 3px 0;
}

/* Unsorted List */
.textParagraph ul{
	list-style: square;
	padding-left: 1.9em;
}
 

/* Ordered List */
.textParagraph ol {
  list-style: decimal;
  padding-left: 2.9em;
}


/* List Item */
.textParagraph li {
  padding: 0.2em 0;
}

/* Fontdefinitions */
.verdanaNormal {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}

.verdanaBig {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 125%;
}

.verdanaBigger {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 150%;
}

.verdanaSmall {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 90%;
}

.verdanaSmaller {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 80%;
}

.courierNormal {
  font-family: Courier, monospace, "Courier New";
  font-size: 100%;
}

.courierBig {
  font-family: Courier, monospace, "Courier New";
  font-size: 125%;
}

.courierBigger {
  font-family: Courier, monospace, "Courier New";
  font-size: 150%;
}

.courierSmall {
  font-family: Courier, monospace, "Courier New";
  font-size: 90%;
}

.courierSmaller {
  font-family: Courier, monospace, "Courier New";
  font-size: 80%;
}

.georgiaNormal {
  font-family: Georgia, Times, serif, "Times New Roman";
  font-size: 100%;
}

.georgiaBig {
  font-family: Georgia, Times, serif, "Times New Roman";
  font-size: 125%;
}

.georgiaBigger {
  font-family: Georgia, Times, serif, "Times New Roman";
  font-size: 150%;
}

.georgiaSmall {
  font-family: Georgia, Times, serif, "Times New Roman";
  font-size: 90%;
}

.georgiaSmaller {
  font-family: Georgia, Times, serif, "Times New Roman";
  font-size: 80%;
}

/**
 Weitere Font-Defs die wir später zu Formatvorlagen um funktionieren.
 */

.normal {
	font-size: 100%;
}

.big {
  font-size: 125%;
}

.bigger {
  font-size: 150%;
}

.small {
  font-size: 90%;
}

.smaller {
  font-size: 80%;
}

/* Search
=================================*/

.searchParagraph {
	width: 98%;
}

.searchParagraph .searchInput {
  width: 92%;
}

.searchResult {
  margin-top: 7px;
  margin-bottom: 5px;
}

.searchForwardBackSequence {
  text-align: center;
}
