﻿@charset "utf-8";

/* General
===============================*/

* {
  margin: 0;
}

ul, ol {
  list-style-type: none;
  padding: 0;
}

body {
  background-color: #ffffff;
  color: #4c4c4c;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: small;
  line-height: 1.5;
  font-weight: normal;
  font-style: normal;
  text-align: left;
}

.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: #000000;
}

h2 {
	font-size: 160%;
	color: #646464;
}

h3 {
	font-size: 140%;
	color: #646464;
}

h4 {
	font-size: 120%;
	color: #646464;
}

h5 {
	font-size: 100%;
	color: #646464;
	font-weight: bold;
}

h6 {
	font-size: 100%;
	font-style: italic;
	color: #000000;
}

#shortcuts, #breadcrumb, #footer {
  font-size: 85%;
}

.ffhyphen:after { content:"\200B"; }


/* Link
===============================*/

a:link {
	color: #696969;
}

a:visited {
	color: #8d8d8d;
}

a:hover {
	color: #adadad;
}

a:active {
  color: #cccccc;
}


/* Shortcuts
===============================*/

#shortcuts ul {
  list-style: none;
}

#shortcuts li {
  display: inline;
}

/* Shortcuts Link */

#shortcuts a {
	color: #696969;
  text-decoration: none; 
}

#shortcuts a:hover{
	color: #adadad;
}

/* Breadcrumb
===============================*/

#breadcrumb ul {
  list-style: none;
}

#breadcrumb li {
  display: inline;
}

#breadcrumb #label, .breadcrumbLabel {
	color: #000000;
}

/* Breadcrumb Link */

#breadcrumb a {
  color: #696969;
  text-decoration: none; 
}


#breadcrumb a:hover {
	color: #adadad;
}

#breadcrumb .activeItem {
	color: #000000;
}


/* Footer
===============================*/

/* Footer Link */

#footer a {
	color: #696969;
	text-decoration: none;
}

#footer a:hover {
	color: #adadad;
}


/* Search
===============================*/

#search input {
	vertical-align: middle;
	padding: 0;
}

#search .searchInput {
	border: 1px inset #999999; 
  font-size: inherit; 
	width: 130px; 
}

#search .searchButton {
  margin-top: -1px;
  height: 26px; 
  width: 26px;
}


/* IE Hacks
===============================*/

* html #header img, * html #siteId img {
  vertical-align: bottom;
}

*+html #header img, *+html #siteId img {
  vertical-align: bottom;
}


/* General
===============================*/

body {
  background: #ffffff url(../images/design/pattern.png) repeat left top;
}


/* Typography
==============================*/

/* Title */
h1, h2, h3, h4, h5, h6 {
  letter-spacing: 0.4px; 
}

h1{
  border-bottom: 1px solid #000000;
}

.sideColumn h2 {
  border-bottom: 1px solid #646464; 
}

.sideColumn h3 {
  border-bottom: 1px solid #646464; 
}

.sideColumn h4 {
  border-bottom: 1px solid #646464; 
}

.sideColumn h5 {
  border-bottom: 1px solid #646464; 
}

.sideColumn h6 {
  border-bottom: 1px solid #000000; 
}


/* Main Navigation
==============================*/

#mainNavigation {
  background: #dedede url(../images/design/navigationBar.png) repeat-x;
  border-bottom: 1px solid #b3b3b3; 
  border-top: 1px solid #cecece;
  height: 24px; 
  letter-spacing: 1px;
  text-align: center;
}

/* SuperNavigation */

#mainNavigation .supNavigation {
  background: url(../images/design/navigationSeperator.png) repeat-y top left;
  height: 24px;
  list-style: none;
  padding-left: 1px; 
}

/* SubNavigation &  SubSubNavigation */

#mainNavigation .subNavigation, #mainNavigation .subSubNavigation {
  border-left: 1px solid #b3b3b3; 
  display: none;
  list-style: none; 
  margin-left: -1px;
  max-width: 228px;
  min-width: 114px;
  position: absolute;
  width: 114px;
}

#mainNavigation .subSubNavigation {
  margin-top: -25px; 
  margin-left: 228px; 
}

/* Navigation ListItem */

#mainNavigation li {
  border-bottom: 1px solid #b3b3b3;
}

#mainNavigation .supNavigation li {
  background: #dedede url(../images/design/navigationBar.png) repeat-x; 
  float: left;
  min-height: 24px;  
  min-width: 1px; 
}

#mainNavigation .supNavigation li:hover .subNavigation, #mainNavigation .subNavigation li:hover .subSubNavigation {
  display: block;
}

#mainNavigation .subNavigation li:first-child {
  border-top: 1px solid #cecece;
}

#mainNavigation .subNavigation li, #mainNavigation .subSubNavigation li {
  background: #dedede url(../images/design/subNavigationBar.png) repeat-x;
  display: block;
  height: auto; 
  text-align: left;
  width: 228px; 
}

#mainNavigation .subSubNavigation li {
  background: #dedede url(../images/design/subNavigationBar.png) repeat-x;
}


/* Navigation Link & ListItem 
===============================*/

/* Main Navigation Links */

#mainNavigation a {
  display: block;
  padding: 0.18em 1.2em; 
  text-decoration: none;
}

#mainNavigation a:link, #mainNavigation a:visited {
  background: transparent url(../images/design/navigationSeperator.png) repeat-y top right;
  color: #696969;
}

#mainNavigation a:hover, #mainNavigation a:active {
  background: transparent url(../images/design/navigationSeperatorActive.png) repeat-y top right;
  color: #ffffff;
}

#mainNavigation li:hover > a, #mainNavigation li:active > a  {
  background: transparent url(../images/design/navigationSeperatorActive.png) repeat-y top right;
  color: #ffffff;
}

/* Main Navigation ListItem */

#mainNavigation li:hover, #mainNavigation li:active {
  background: #939393 url(../images/design/navigationBarActive.png) repeat-x;
}

/* Aktuelle Navigationeinheiten */

#mainNavigation #activeLink {
  background: transparent url(../images/design/navigationSeperatorActive.png) repeat-y top right;
  color: #ffffff;
}

#mainNavigation #activeItem {
  background: #939393 url(../images/design/navigationBarActive.png) repeat-x;
}


/* Minor Navigation
==============================*/

#minorNavigation {
  font-size: 110%; 
  margin-bottom: 14px;
  overflow: hidden; 
}
 
#minorNavigation ul {
  list-style: none;
}

/* Minor Navigation Links */

#minorNavigation a {
  border-bottom: 1px solid #cecece;
  color: #696969;
  display: block;
  text-decoration: none;
}

#minorNavigation .activeLink {
  background-color: #939393;
  color: #ffffff;
}

#minorNavigation a:hover {
  background-color: #adadad; 
  color: #ffffff;
}

#minorNavigation a:active {
  background-color: #919191; 
  color: #ffffff;
}

#minorNavigation .subNavigation a {
  padding: 0 7px;
  width: 186px;
}

#minorNavigation .subSubNavigation a {
  padding-left: 21px; 
  width: 172px; 
}


/* General Layout Values
===============================*/

#siteId, .supNavigation {
  margin: 0 auto;
  width: 900px;  
}

#headerPic, #mainContent, #footer {
  width: 870px; 
}

#siteContainer {
  background: transparent no-repeat 50% 121px; 
  min-height: 400px; 
}

.scrollBox > H1:first-child,
.scrollBox > a:first-child + * {
  margin-top: 0;
} 


/* Content
===============================*/

#mainContent {
  background-color: #ffffff;
  border: 1px solid #999999;
  border-top: none;		
  margin: 0 auto;
  padding: 0 14px;
}


/* Logo
===============================*/

#siteId {
}


/* Headerimage
===============================*/

#headerPic {
  overflow: hidden;
}


/* Header
===============================*/

#header {
  background: #ffffff url(../images/design/pattern.png) repeat 50%;
  height: 95px;
}

#headerBar { 
  background: url(../images/design/headerBarThin.png) repeat-x;
  border-top: 1px solid #cecece;
  height: 24px;
  position: absolute; 
  left: 0;
	top: 0;
  width: 100%;
}

#headerBarSection {
  float: right; 
  background: url(../images/design/headerBarTransition.gif) no-repeat left top;
  height: 24px;
  padding-left: 28px; /* exakte LÃ¤nge des Ãœbergang-Bildes */
}


/* Search
===============================*/

#search {
  background: url(../images/design/navigationBar.png) repeat-x top;
  border-bottom: 1px solid #b3b3b3;
  float: left;
  height: 24px;
}

#search form { 
  white-space: nowrap; 
  padding: 0 10px;
}

#search .searchInput {	
  font-size: 93%; 
  width: 130px;
}

#search .searchButton {
  height: 24px; 
  width: 24px;
}


/* Shortcuts
===============================*/

#shortcuts {
  margin: 7px auto 0; 
  text-align: right;
  width: 900px; 
}

#shortcuts li {
  padding: 0 3px;
}



/* Breadcrumb
===============================*/

#breadcrumb {
  clear: left;
  padding: 7px 0; 
  text-align: left;
}

#breadcrumb .separator {
  color: #cccccc;
}


/* Footer
===============================*/

#footer {
  border-top: 1px solid #cecece;
	color: #000000;
  padding: 7px 0; 
}


/* Miscellaneous
===============================*/

#filler {
  clear: both;
}

#spacer {
  padding: 7px 0;
}


/* IE6 Hacks
===============================*/

* html #mainContent {
  width: 871px; 
}

.mouseOverHack {
  border-top: 1px solid #cecece !important;
  display: block !important;
}

* html #mainNavigation .subSubNavigation {
  margin-left: 228px; 
}

/* Links */

* html #minorNavigation a, * html #mainNavigation .subNavigation a {
  width: 100%;
}
* html #mainNavigation a:hover {
  background: #939393 url(../images/design/navigationBarActive.png) repeat-x;
}

/* List Item */

* html #mainNavigation .supNavigation li {
  border-bottom: none; 
}

* html #mainNavigation .subNavigation li, * html #mainNavigation .subSubNavigation li  {
  border-bottom: 1px solid #b3b3b3; 
  width: 196px; 
}

* html #minorNavigation .subNavigation li {
  width: 186px; 
}

* html #minorNavigation .subSubNavigation li {
  width: 172px; 
}


*+html #mainNavigation > ul {
  height: auto;
  min-height: 25px;
  overflow: auto; 
}


/* Content
===============================*/

#centerContent, #leftContent, #rightContent {
  margin: 14px 0; 
}

#leftContent, #rightContent {
  font-size: 85%;
  width: 200px; 
}

#centerContent {
  border-left: 1px solid #cecece;
  border-right: none;
  font-size: 100%;
  margin-left: 214px;
  margin-right: 0;
  padding: 0 0 0 14px;
}

#leftContent {
  border-right: 1px solid #cecece;
  float: left;
  padding-right: 14px;
}

#rightContent {
/*  border-left: 1px solid #cecece;
  float: right;
  padding-left: 14px; */
}


/* Elements
===============================*/

/* List Item */
.paragraphlinkList li {
  padding-bottom: 10px;
}

/* Table */

#users {
  width: 100%; 
}

#users thead tr {
  background-color: #cccccc;
}

#users tbody tr {
  background-color: #eeeeee;
}

#users tbody tr:hover {
  background-color: #FFE4E1;
}

td {
 padding: 3px 10px 5px 3px;
}

/* Form */


fieldset {
  border: none;
  padding: 0;
}

legend {
  color: #4C4C4C;
  font-weight: bold;
  padding: 0;
}

.toolBar form {
  display: inline;
}

#login, #upload {
  float: left;
}

form label, form input {
  float: left;
  margin: 4px 0;
}

form label {
  clear: left; /* IE7 braucht das unbedingt */
  width: 12em;
}

form input {
  width: 20em;
}



/* Input & Button */
input, textarea {
  background-color: #ffffff;
/*  border: 2px inset #ffffff; */
	font-family: inherit;
	font-size: 100%;
	width: 100%;
}

input:focus, textarea:focus  {
  background-color: #fff6f5;
}

input[type|="submit"], button {
  background-color: #e5e5e5;
/*  border: 2px outset #e5e5e5; */
}

input[readonly="readonly"] {
  background-color: #eeeeee;
}

#roles input, input[type="checkbox"] {
  border: none; 
  width: auto;
}

button {
  margin: 2px;
  width: auto;
}

button p {
  display: inline;
}

button * {
  padding: 2px; /* um dem Button in jedem Browser mehr Platz zu verschaffen */
}

/* Image */
.imageParagraph img {
  display: block;
  margin: 20% auto;
}

img {
  border: none !important;
}


/* Class
===============================*/

.annotation {
  background: #FFEFD5 url(../images/note.png) no-repeat top left;	
  border: 2px dashed white;
  margin: 10px 0;
  display: block;
  padding: 15px 15px 15px 100px;
}

.arrowSign {
  font-size: 160%;
}

.entriesChronicLink {
  visibility: hidden;
}

.headerText {
  font-weight: bold;
}

.headerText {
  display: block; 
  font-size: 93%;
  font-weight: bold;
  margin-bottom: 10px;
}

.hidden {
 display: none;
}

.modifyFrame {
  border: 1px solid #A9A9A9; /* color = darkgray */
}

.warning {
  color: #CC2F33;
  float: right;
  font-size: 85%;
  width: 180px;
}


/* ID
==================================== */

#actionBar {
  width: 160px;
  float: right;
}

#content {
  border: 1px solid #DDDDDD;
  padding: 10px;
}

#edit {
  padding: 5px;
}

#frame {
  background-color: White;
  border: 1px solid #DDDDDD;
  margin: 8px auto;
  padding: 3px;
  width: 600px;
}
#intro {
  margin-top: 15px;
}

#logout {
  right: 25px;
  position: absolute;
  top: 15px;
}

#login, #registry {
  margin: 10px 0;
}

#modifyFrame {
  background: #FFE4E1 url(../images/note.png) no-repeat top right; /* color = mistyrose  */
  border: 2px dashed white;
  margin: 10px 0;
  padding: 15px;
}

#navigation {
  letter-spacing: 2px;
  margin: 25px auto;
}


/* Specials for IE
==================================== */

/* Classes & Ids */
.ieAnnotation {
  display: none;
}

* html .ieAnnotation, * html #modifyFrame {
  border: 6px double white;
}

*+html #roles input, *+html input[type="checkbox"] {
  background-color: transparent; /* IE7 erkennt nicht, dass die Hintergrundfarbe nicht weiss ist */
}

* html #modifyFrame {
  background: #FFE4E1 url(../images/ieNote_pink.gif) no-repeat top right;	/* color = mistyrose */
} 

* html .ieAnnotation {
  /* special note for IE6 users */
  background: #FFEFD5 url(../images/ieNote_orange.gif) no-repeat top left;	
  display: block;
  padding: 15px;
}


/* Guestbook
==================================== */

.guestbookHeader {
  border-bottom: 1px dotted gray;
  font-size: 85%;
  line-height: normal;
  margin-bottom: 10px;
  padding-bottom: 2px;
}

.guestbookEntry {
  border-top: 1px dotted gray;
  margin-top: 6px;
  overflow: auto;
  padding: 5px;
}

.guestbookHeader .guestbookTime {
  float: right;
  margin-top: 6px;
  text-align: right;
  width: 30%;
}

.modifyFrame {
  border: 1px solid #A9A9A9;
}

.guestbookHeader .guestbookUser {
  font-weight: bold;
}

.guestbookHeader .guestbookSymbols {
  white-space: nowrap;
}

.guestbookParagraph a img, .guestbookHeader .guestbookSymbols a, .guestbookHeader .guestbookSymbols img {
  background-color: transparent;
  border: medium none;
  text-decoration: none;
}

.guestbookHeader img {
  position: relative;
  top: 2px;
}