
@charset "UTF-8";

/* ############################################################################################# */
/* #########################                                         ########################### */
/* #########################                 GENERAL                 ########################### */
/* #########################                                         ########################### */
/* ############################################################################################# */

html {
	height:100%;
}
body#jubi {
	height: 100%;
	background-color: #f3f2fd;
	background-image: url(images/background_blue.png);
	background-repeat: repeat;
	color: #444;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	letter-spacing: 0px;
	line-height: 16px;
}
body#perspektive {
	height: 100%;
	background-color: #f3f3f3;
	color: #444;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	letter-spacing: 0px;
	line-height: 16px;
	
}
h1 { font-size: 25px; padding: 5px 0px;}
h2 { font-size: 22px; padding: 5px 0px;}
h3 { font-size: 18px; padding: 5px 0px;}
h4 { font-size: 15px; padding: 5px 0px;}
h5 { font-size: 12px; padding: 5px 0px;}
h6 { font-size: 10px; padding: 5px 0px;}

h2.noPaddingBottom { padding: 5px 0 0 0;}
h5.noPaddingTop { padding: 0 0 5px 0;}

p {
	padding: 5px 0px;
}
.underline {
	text-decoration: underline;
}
a, a:link, a:visited, a:active, a:focus {
	color: #222;
	font-family: Helvetica, Arial, sans-serif;
	text-decoration: underline;
}
a:hover {
	color: #222;
	font-family: Helvetica, Arial, sans-serif;
	text-decoration: underline;
	cursor: pointer;
}
textarea {
	display: block;
}
.clb {
	clear: both;
}
.selectButton {
    margin: 0px;
    padding: 4px 8px;
    background-color: transparent;
	background-image: url(images/editmodeButtonBright.jpg);
	background-repeat: repeat-x;
	background-position: left top;
    border: none;
    color: #222;
    font-size: 10px;
    font-weight: normal;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	cursor: pointer;
}
.selectButton option{
	background-color: #fff;
}
.buttonSubmit {
	padding: 4px 6px 4px 6px;
	background-color: #0c0c0c;
	background-image: url(images/editmodeButtonDark.jpg);
	background-repeat: repeat-x;
	background-position: left top; 
    border: none;
    color: #ddd;
    font-size: 10px;
    font-weight: normal;
    line-height: 12px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-box-shadow: 2px 2px 5px #444;
	-moz-box-shadow: 2px 2px 5px #444;
	box-shadow: 2px 2px 5px #444;
	cursor: pointer;
}
.buttonSubmit:hover {
    padding: 3px 5px 3px 5px;
    background-color:#505050;
	background-image: url(images/editmodeButtonDarkOver.jpg);
	background-repeat: repeat-x;
	background-position: left top;
    border: 1px solid #303030;
    color: #000;
    font-size: 10px;
    font-weight: normal;
    line-height: 12px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-box-shadow: 2px 2px 5px #444;
	-moz-box-shadow: 2px 2px 5px #444;
	box-shadow: 2px 2px 5px #444;
	cursor: pointer;
}
.buttonSubmitWindow {
	padding: 4px 6px 4px 6px;
    background-color: #dcdcdc;
	background-image: url(images/editmodeButtonBright.jpg);
	background-repeat: repeat-x;
	background-position: left top; 
    border: none;
    color: #333;
    font-size: 10px;
    font-weight: normal;
    line-height: 12px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	cursor: pointer;
}
.buttonSubmitWindow:hover {
    padding: 3px 5px 3px 5px;
    background-color: #4d4d4d;
	background-image: url(images/editmodeButtonBrightOver.jpg);
	background-repeat: repeat-x;
	background-position: left top;
    border: 1px solid #222;
    color: #fff;
    font-size: 10px;
    font-weight: normal;
    line-height: 12px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	cursor: pointer;
}

input.textfield {
	padding: 5px;
	border: 0px solid #222;
}
textarea.textfield {
	padding: 0px;
	border: 0px solid #222;
}
input.textfieldV2 {
	padding: 1px;
	border: 0px solid #222;
}

/* ############################################################################################# */
/* #########################                                         ########################### */
/* #########################                  BASIC                  ########################### */
/* #########################                                         ########################### */
/* ############################################################################################# */

#jubi #mainContainer {
	position: relative;
	overflow: visible;
	z-index: 1;
	width: 100%;
	background-color: #fef9ef;
	background-image: url(images/background_level00.png);
	background-repeat: repeat-x;
	background-position: left top;
}
#perspektive #mainContainer {
	position: relative;
	overflow: visible;
	z-index: 1;
	width: 100%;
	background-color: #c8da77;
}
#jubi #mainContainer #mainContainerContent {
	position: relative;
	overflow: visible;
	z-index: 1;
	width: 982px;
	min-height: 600px;
	margin: 0 auto;
	background-image: url(images/background_level01.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	border: 0px solid #000000;
}
#perspektive #mainContainer #mainContainerContent {
	position: relative;
	overflow: visible;
	z-index: 1;
	width: 982px;
	min-height: 500px;
	margin: 0 auto;
	border: 0px solid #000000;
}
#jubi #head {
	position: relative;
	overflow: hidden;
	width: 982px;
	height: 100px;
	padding-top: 12px;
}
#perspektive #head {
	position: relative;
	overflow: hidden;
	width: 982px;
	height: 34px;
	margin: 0 auto;
	padding: 54px 0 12px 0;
}

/* --------------------------------------------------------------------------------------------- */
/* -------------------------------          Navigation         --------------------------------- */
/* --------------------------------------------------------------------------------------------- */

#navigation {
	height: 34px;
}
#navigation ul {
	margin: 0px;
	padding: 0px;
	border: 0px;
	list-style-type: none;
}
#navigation ul li {
	display: block;
	float: left;
	height: 34px;
	margin: 0px;
	padding: 0px;
	border: 0px;
}
#navigation a,
#navigation a:link,
#navigation a:visited,
#navigation a:hover,
#navigation a:active,
#navigation a:focus {
	display: block;
	height: 34px;
}
#navigation ul li.navigation {
	cursor: pointer;
}
#navigation ul li.navigationSpace {
	width: 10px;
	cursor: pointer;
}
#navigation ul li#navigationStart{
	width: 136px;
	background-image: url(images/navigation_start_over.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#navigationStart a,
#navigationStart a:link,
#navigationStart a:visited,
#navigationStart a:hover,
#navigationStart a:active,
#navigationStart a:focus {
	width: 136px;
}
#navigation ul li#navigationHistorie{
	width: 196px;
	background-image: url(images/navigation_historie_over.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#navigationHistorie a,
#navigationHistorie a:link,
#navigationHistorie a:visited,
#navigationHistorie a:hover,
#navigationHistorie a:active,
#navigationHistorie a:focus {
	width: 196px;
}
#navigation ul li#navigationTeam{
	width: 124px;
	background-image: url(images/navigation_team_over.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#navigationTeam a,
#navigationTeam a:link,
#navigationTeam a:visited,
#navigationTeam a:hover,
#navigationTeam a:active,
#navigationTeam a:focus {
	width: 124px;
}
#navigation ul li#navigationReferenzen {
	width: 282px;
	background-image: url(images/navigation_referenzen_over.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#navigationReferenzen a,
#navigationReferenzen a:link,
#navigationReferenzen a:visited,
#navigationReferenzen a:hover,
#navigationReferenzen a:active,
#navigationReferenzen a:focus {
	width: 282px;
}
#navigation ul li#navigationKontakt {
	width: 204px;
	background-image: url(images/navigation_kontakt_over.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#navigationKontakt a,
#navigationKontakt a:link,
#navigationKontakt a:visited,
#navigationKontakt a:hover,
#navigationKontakt a:active,
#navigationKontakt a:focus {
	width: 204px;
}

/* --------------------------------------------------------------------------------------------- */
/* ----------------------------          FOOTER / WAVE         --------------------------------- */
/* --------------------------------------------------------------------------------------------- */
#tagJubiJuist {
	padding: 100px 7px 0 0;
	color: #5f62a8;
	font-size: 18px;
	font-weight: bold;
}
#footerOuterContainerIllustration #footerContainer #tagJubiJuist {
	padding-top: 0px;
}
#footerText {
	padding: 4px 7px 0 0;
	color: #aaa;
	font-size: 11px;
}
#footerText a,
#footerText a:link,
#footerText a:visited,
#footerText a:active,
#footerText a:focus {
	color: #aaa;
	font-size: inherit;
	font-weight: normal;
	text-decoration: none;
}
#footerText a:hover {
	color: #000;
	font-size: inherit;
	font-weight: bold;
	text-decoration: none;
}
/* JUBI ---------------------------------------------------------- */
#jubi #footerOuterContainer,
#jubi #footerOuterContainerBlank {
	position: relative;
	overflow: visible;
	z-index: 2;
	width: 100%;
	height: 140px;
	margin: 0 auto;
	margin-top: -140px;
	background-repeat: repeat-x;
	background-position: center top;
	border: 0px solid #000000;
}
#jubi #footerOuterContainer {
	background-image: url(images/wave.png);
}
#jubi #footerOuterContainerBlank {
	background-image: url(images/wave_blank.png);
}
#jubi #footerOuterContainerIllustration {
	position: relative;
	overflow: visible;
	z-index: 2;
	width: 100%;
	height: 480px;
	margin: 0 auto;
	margin-top: -480px;
	background-image: url(images/wavePlusIllustration.png);
	background-repeat: repeat-x;
	background-position: center bottom;
	border: 0px solid #000000;
}

#jubi #footerContainer {
	position: relative;
	overflow: visible;
	width: 982px;
	margin: 0 auto;
	padding: 0px;
	text-align: right;
}

#jubi #footerContainerContent {
	position: absolute;
	width: 982px;
	margin: 0 auto;
}

/* PERSPEKTIVE --------------------------------------------------- */
#perspektive #footerOuterContainer,
#perspektive #footerOuterContainerBlank,
#perspektive #footerOuterContainerEditMode,
#perspektive #footerOuterContainerBlankEditMode {
	position: absolute;
	top: 0px;
	overflow: visible;
	z-index: 3;
	width: 100%;
	height: 140px;
	margin: 0 auto;
	background-image: url(images/wave.png);
	background-repeat: repeat-x;
	background-position: center top;
	border: 0px solid #000000;
}
#perspektive #footerOuterContainer {
	background-image: url(images/wave.png);
}
#perspektive #footerOuterContainerBlank {
	background-image: url(images/wave_blank.png);
}
#perspektive #footerOuterContainerEditMode {
	margin-top: 74px;
	background-image: url(images/wave.png);
}
#perspektive #footerOuterContainerBlankEditMode {
	margin-top: 74px;
	background-image: url(images/wave_blank.png);
}
#perspektive #footerOuterContainerIllustration {
	position: absolute;
	top: 0px;
	overflow: visible;
	z-index: 3;
	width: 100%;
	min-height: 230px;
	margin: 0 auto;
	background-image: url(images/wavePlusIllustration.png);
	background-repeat: repeat-x;
	background-position: center top;
	border: 0px solid #000000;	
}
#perspektive #footerOuterContainerIllustrationEditMode {
	position: absolute;
	top: 0px;
	overflow: visible;
	z-index: 3;
	width: 100%;
	min-height: 230px;
	margin: 0 auto;
	margin-top: 74px;
	background-image: url(images/wavePlusIllustration.png);
	background-repeat: repeat-x;
	background-position: center top;
	border: 0px solid #000000;
}
#perspektive #footerContainer {
	overflow: visible;
	width: 982px;
	margin: 0 auto;
	padding: 0;
	text-align: right;
}

/* ------------------------------------------------------------- */
/* EDITMODE ---------------------------------------------------- */
/* ------------------------------------------------------------- */
#footerContainerContentTextForm {
	display: none;
	overflow: visible;
	padding: 20px;
	background-color: #0c0c0c;
	background-image: url(images/editmodeBackground.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	text-align: right;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	-khtml-border-radius: 7px;
	-webkit-box-shadow: 2px 2px 5px #444;
	-moz-box-shadow: 2px 2px 5px #444;
	box-shadow: 2px 2px 5px #444;
}
#footerContainerContentTextFormTag {
	padding: 0 0 2px 0;
}
#footerContainerContentTextFormText {
	padding: 0 0 10px 0;
	color: #aaa;
	text-align: right;
	font-size: 11px;
}
#footerContainerContentTextFormText input {
	color: #aaa;
	text-align: right;
	font-size: 11px;
}
/* PERSPEKTIVE --------------------------------------------------- */
#perspektive #footerContainerContentTextFormTag input {
	color: #bbb;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
}
/* JUBI ---------------------------------------------------------- */
#jubi #footerContainerContentTextFormTag input {
	color: #5f62a8;
	text-align: right;
	font-size: 18px;
	font-weight: bold;
}

/* --------------------------------------------------------------------------------------------- */
/* --------------------------        IMP FOOTER / WAVE         --------------------------------- */
/* --------------------------------------------------------------------------------------------- */
#perspektive  #impfooter {
	overflow: visible;
	width: 982px;
	margin: 0 auto;
	padding: 20px 0 0 0;
	color: #bbb;
	text-align: center;
}
#perspektive #impFooterText a,
#perspektive #impFooterText a:link,
#perspektive #impFooterText a:visited,
#perspektive #impFooterText a:active,
#perspektive #impFooterText a:focus {
	color: #bbb;
	text-decoration: none;
}
#perspektive #impFooterText a:hover {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
#perspektive #impfooter #impfootertag {
	color: #bfbfbf;
	font-size: 13px;
	font-weight: bold;
}
#perspektive #impfooter #impfootertag span {
	color: #bbb;
	font-size: 12px;
	font-weight: normal;
}

/* --------------------------------------------------------------------------------------------- */
/* --------------------------------        LOGIN         --------------------------------------- */
/* --------------------------------------------------------------------------------------------- */
#jubi #loginWindow {
	display: none;
	width: 100%;
	height: 29px;
	/*padding: 6px 0 3px 0;*/
	background-color: #000;
	background-image: url(images/editmodeBackground.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	color: #ddd;
}
#perspektive #loginWindow {
	display: none;
	position: absolute;
	top: 0px;
	z-index: 4;
	width: 100%;
	height: 29px;
	/*padding: 6px 0 3px 0;*/
	background-color: #000;
	background-image: url(images/editmodeBackground.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	color: #ddd;
}
#loginWindowBlind {
	display: none;
	position: absolute;
	top: 0px;
	z-index: 3;
	width: 100%;
	height: 1px;
	margin: 29px 0 0 0;
}
#loginWindow form div.loginWindowFloat {
	float: left;
}
#loginWindowUserLabel {
	width: 80px;
	margin: 6px 0 3px 0;
	padding: 3px 3px 3px 10px;
}
#loginWindowUserInput {
	margin: 6px 0 3px 0;
	width: 150px;
}
#loginWindowPassLabel {
	margin: 6px 0 3px 0;
	width: 55px;
	padding: 3px;
}
#loginWindowPassInput {
	margin: 6px 0 3px 0;
	width: 150px;
}
#loginWindowSubmit {
	margin: 4px 0 3px 0;
	width: 100px;
}
#loginWindowSubmit input:hover{
	padding: 3px 4px 1px 4px;
}
#loginWindowFailure {
	width: 300px;
	margin: 6px 0 3px 0;
	padding: 3px;
	color: #ff7e00;
	font-size: 10px;
	font-weight: bold;
	line-height: 12px;
}
#loginWindow input.textfield {
	height: 15px;
	padding: 1px;
	border: none;
	font-size: 10px;
}
#loginWindow label {
	font-size: 10px;
	line-height: 12px;
}

/* ############################################################################################# */
/* #########################                                         ########################### */
/* #########################                  PAGES                  ########################### */
/* #########################                                         ########################### */
/* ############################################################################################# */

/* --------------------------------------------------------------------------------------------- */
/* ---------------------------------          Start         ------------------------------------ */
/* --------------------------------------------------------------------------------------------- */
#contentStart {
	overflow: visible;
	height: 300px;
	padding: 0 80px 0 410px;
	text-align: left;
	font-size: 12px;
}
#contentStartText {
	overflow: visible;
	width: 452px;
	padding: 20px;
	text-align: left;
}
#contentStartText a,
#contentStartText a:link,
#contentStartText a:visited,
#contentStartText a:active,
#contentStartText a:focus {
	/*color: #444;*/
	color: #333;
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
}
#contentStartText a:hover {
	color: #666;
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
	cursor: pointer;
}
/* PERSPEKTIVE --------------------------------------------------- */
#perspektive #contentStartContainer {
	overflow: visible;
	width: 982px;
	margin: 0 auto;
	padding: 0;
}
#perspektive #contentStartSpaceTop {
	height: 170px;
}
/* JUBI ---------------------------------------------------------- */
#jubi #contentStartSpaceBottom {
	height: 140px;
}

/* ------------------------------------------------------------- */
/* EDITMODE ---------------------------------------------------- */
/* ------------------------------------------------------------- */
#contentStartTextForm {
	display: none;
	overflow: visible;
	width: auto;
	padding: 20px;
	background-color:#0c0c0c;
	background-image: url(images/editmodeBackground.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	text-align: left;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	-khtml-border-radius: 7px;
	-webkit-box-shadow: 2px 2px 5px #444;
	-moz-box-shadow: 2px 2px 5px #444;
	box-shadow: 2px 2px 5px #444;
	
}
#contentStartKeywordsForm {
	display: none;
	overflow: visible;
	width: auto;
	padding: 20px;
	background-color:#0c0c0c;
	background-image: url(images/editmodeBackground.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	text-align: left;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	-khtml-border-radius: 7px;
	-webkit-box-shadow: 2px 2px 5px #444;
	-moz-box-shadow: 2px 2px 5px #444;
	box-shadow: 2px 2px 5px #444;
}
.contentStartKeywordsFormRow {
	float: left;
	width: 380px;
	padding: 0 0 10px 0;
}
.contentStartKeywordsFormRowContent {
	float: left;
	width: 380px;
	padding: 0 0 4px 0;
}
.contentStartKeywordsFormRowLink {
	float: left;
	width: 380px;
}
.contentStartKeywordsFormRowReverseDelete {
	display: none;
	float: left;
	width: 380px;
	padding: 0 0 10px 0;
}
.contentStartKeywordsFormRowReverseDelete a,
.contentStartKeywordsFormRowReverseDelete a:link,
.contentStartKeywordsFormRowReverseDelete a:visited,
.contentStartKeywordsFormRowReverseDelete a:active,
.contentStartKeywordsFormRowReverseDelete a:focus {
	color: #bbb;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
}
.contentStartKeywordsFormRowReverseDelete a:hover {
	color: #ddd;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
}
.contentStartKeywordsFormRowContent input.textfield {
	height: 18px;
	border: none;
	color: #444;
	font-size: 14px;
	font-weight: bold;
}
.contentStartKeywordsFormRowLink input.textfield {
	border: none;
	color: #444;
	font-size: 10px;
	font-weight: bold;
}
.contentStartKeywordsFormRowContent a,
.contentStartKeywordsFormRowContent a:link,
.contentStartKeywordsFormRowContent a:visited,
.contentStartKeywordsFormRowContent a:active,
.contentStartKeywordsFormRowContent a:focus {
	color: #444;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
}
.contentStartKeywordsFormRowContent a:hover,
.contentStartKeywordsFormRowContent a.active,
.contentStartKeywordsFormRowContent a:link.active,
.contentStartKeywordsFormRowContent a:visited.active,
.contentStartKeywordsFormRowContent a:active.active,
.contentStartKeywordsFormRowContent a:hover.active,
.contentStartKeywordsFormRowContent a:hover.focus {
	color: #ddd;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

/* --------------------------------------------------------------------------------------------- */
/* -------------------------------          HISTORIE         ----------------------------------- */
/* --------------------------------------------------------------------------------------------- */
#contentHistorieLeftContainer {
	overflow: visible;
	float: left;
	width: 350px;
	padding: 0 50px 0 100px;
	font-size: 12px;
}
#contentHistorieRightContainer {
	overflow: visible;
	float: left;
	z-index: 1;
	width: 400px;
	min-height: 400px;
	padding: 0px 40px;
	text-align: center;
	font-size: 12px;
}
/* JUBI ---------------------------------------------------------- */
#jubi #contentHistorieSpaceBottom {
	height: 87px;
}
#jubi #contentHistorieFooterContainer {
	position: relative;
	left: 0px;
	overflow: hidden;
	width: 968px;
	margin: 0 auto;
	padding: 0 7px;
	color: #5f62a8;
	text-align: right;
	font-size: 20px;
	font-weight: bold;
	text-decoration: none;
}
#jubi #contentHistorieFooterContainer a,
#jubi #contentHistorieFooterContainer a:link,
#jubi #contentHistorieFooterContainer a:visited,
#jubi #contentHistorieFooterContainer a:active,
#jubi #contentHistorieFooterContainer a:focus {
	color: #5f62a8;
	font-size: 20px;
	font-weight: bold;
	text-decoration: none;
}
#jubi #contentHistorieFooterContainer a:hover {
	background-color:#c0c2e8;
	color:#fff;
	font-size: 20px;
	font-weight: bold;	
	text-decoration: none;
}
#jubi #contentHistorieFooterContainer a#activeYear,
#jubi #contentHistorieFooterContainer a#activeYear:link,
#jubi #contentHistorieFooterContainer a#activeYear:visited,
#jubi #contentHistorieFooterContainer a#activeYear:hover,
#jubi #contentHistorieFooterContainer a#activeYear:active,
#jubi #contentHistorieFooterContainer a#activeYear:focus {
	background-color: #c0c2e8;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	text-decoration: none;
}

#jubi #contentHistorieFooterContainer div.scrollableArea * {
	display: block;
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
	border: 0;
}
#jubi #contentHistorieFooterContainer div.scrollWrapper {
	overflow: hidden;
	height: 26px;
}
#jubi #contentHistorieFooterContainer div.scrollWrapper div.scrollableArea div.contentHistorieFooterContainerYears {
	padding: 5px;
}
#jubi #contentHistorieFooterContainer div.scrollWrapper div.scrollableArea div.contentHistorieFooterContainerLine {
	padding: 5px 0;
}
#jubi #contentHistorieFooterContainerSpaceTop {
	height: 100px;
}
/* PERSPEKTIVE --------------------------------------------------- */
#perspektive #contentHistorieLeftContainerSpaceTop {
	float: left;
	width: 450px;
	height: 20px;
	padding: 0;
}

#perspektive #contentHistorieSpaceTop {
	height: 120px;
}
#perspektive #contentHistorieFooterContainer {
	position: relative;
	overflow: hidden;
	width: 968px;
	margin: 0 auto;
	padding: 0px 7px;
	color: #bd8eb5;
	text-align: right;
	font-size: 20px;
	font-weight: bold;
	text-decoration: none;
}
#perspektive #contentHistorieFooterContainer a,
#perspektive #contentHistorieFooterContainer a:link,
#perspektive #contentHistorieFooterContainer a:visited,
#perspektive #contentHistorieFooterContainer a:active,
#perspektive #contentHistorieFooterContainer a:focus {
	color: #bd8eb5;
	font-size: 20px;
	font-weight: bold;
	text-decoration: none;
}
#perspektive #contentHistorieFooterContainer a:hover {
	background-color: #bd8eb5;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	text-decoration: none;
}
#perspektive #contentHistorieFooterContainer a#activeYear,
#perspektive #contentHistorieFooterContainer a#activeYear:link,
#perspektive #contentHistorieFooterContainer a#activeYear:visited,
#perspektive #contentHistorieFooterContainer a#activeYear:hover,
#perspektive #contentHistorieFooterContainer a#activeYear:active,
#perspektive #contentHistorieFooterContainer a#activeYear:focus {
	background-color: #bd8eb5;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	text-decoration: none;
}

#perspektive #contentHistorieFooterContainer div.scrollableArea * {
	display: block;
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
}
#perspektive #contentHistorieFooterContainer div.scrollWrapper {
	overflow: hidden;
	height: 26px;
}
#perspektive #contentHistorieFooterContainer div.scrollWrapper div.scrollableArea div.contentHistorieFooterContainerYears {
	padding: 5px;
}
#perspektive #contentHistorieFooterContainer div.scrollWrapper div.scrollableArea div.contentHistorieFooterContainerLine {
	padding: 5px 0;
}

#perspektive #contentHistorieFooterContainerSpaceTop {
	height: 15px;
}

/* ------------------------------------------------------------- */
/* EDITMODE ---------------------------------------------------- */
/* ------------------------------------------------------------- */
#contentHistorieLeftContainerTextForm {
	display: none;
	overflow: visible;
	float: left;
	width: 350px;
	margin: 20px 30px 55px 80px; /* margin top wie - #contentHistorieLeftContainerSpaceTop height */
	padding: 20px;
	background-color:#0c0c0c;
	background-image: url(images/editmodeBackground.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	text-align: left;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	-khtml-border-radius: 7px;
	-webkit-box-shadow: 2px 2px 5px #444;
	-moz-box-shadow: 2px 2px 5px #444;
	box-shadow: 2px 2px 5px #444;
}
#contentHistorieLeftContainerTextForm p {
	padding: 0 0 10px 0;
	color: #f3f3f3;
	font-size: 22px;
	font-weight: bold;
}
#contentHistorieLeftContainerTextFormHeadline {
	padding: 0 0 10px 0;
}
#contentHistorieLeftContainerTextFormHeadline textarea {
	color: #444;
	font-size: 12px;
	font-weight: bold;
}
#contentHistorieLeftContainerTextFormText {
	padding: 0 0 10px 0;
}
#contentHistorieLeftContainerTextFormText textarea {
	color: #444;
}
#contentHistorieShowImageUploadFormContainer {
	min-height: 30px;
	text-align: center;
}
#contentHistorieImageUploadForm {
	display: none;
	overflow: hidden;
	width: 280px;
	margin: 0 auto;
	margin-bottom: 3px;
	padding: 10px;
	background-color: #0c0c0c;
	background-image: url(images/editmodeBackground.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	text-align: center;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	-khtml-border-radius: 7px;
	-webkit-box-shadow: 2px 2px 5px #444;
	-moz-box-shadow: 2px 2px 5px #444;
	box-shadow: 2px 2px 5px #444;
}
#contentHistorieImageUploadFormLoading {
	display: none;
	padding: 10px 0 0 0;
	color: #ddd;
	font-size: 12px;
	font-weight: normal;
}
/* JUBI ---------------------------------------------------------- */
#jubi #contentHistorieShowImageUploadForm {
	float: left;
	margin: 0 0 10px 155px;
}
#jubi #contentHistorieFooterContainerEditMode {
	position: relative;
	overflow: visible;
	width: 968px;
	padding: 0px 7px;
	color: #5f62a8;
	text-align: right;
	font-size: 20px;
	font-weight: bold;
	text-decoration: none;
}
#jubi #contentHistorieFooterContainerEditMode a,
#jubi #contentHistorieFooterContainerEditMode a:link,
#jubi #contentHistorieFooterContainerEditMode a:visited,
#jubi #contentHistorieFooterContainerEditMode a:active,
#jubi #contentHistorieFooterContainerEditMode a:focus {
	color: #5f62a8;
	font-size: 20px;
	font-weight: bold;
	text-decoration: none;
}
#jubi #contentHistorieFooterContainerEditMode a:hover {
	background-color:#c0c2e8;
	color:#fff;
	font-size: 20px;
	font-weight: bold;
	text-decoration: none;
}
#jubi #contentHistorieFooterContainerEditMode a#activeYear,
#jubi #contentHistorieFooterContainerEditMode a#activeYear:link,
#jubi #contentHistorieFooterContainerEditMode a#activeYear:visited,
#jubi #contentHistorieFooterContainerEditMode a#activeYear:hover,
#jubi #contentHistorieFooterContainerEditMode a#activeYear:active,
#jubi #contentHistorieFooterContainerEditMode a#activeYear:focus {
	background-color:#c0c2e8;
	color:#fff;
	font-size: 20px;
	font-weight: bold;
	text-decoration: none;
}
/*
#jubi #contentHistorieFooterContainerEditMode div {
	position: relative;
}
*/
#jubi #contentHistorieFooterContainerEditMode div.contentHistorieFooterContainerYears {
	float: left;
	padding: 5px;
}
#jubi #contentHistorieFooterContainerEditMode div.contentHistorieFooterContainerLine {
	float: left;
	height: 22px;
	padding: 5px 0;
}
/* PERSPEKTIVE --------------------------------------------------- */
#perspektive #contentHistorieShowImageUploadForm {
	float: left;
	margin: 10px 0 0 155px;
}
#perspektive #contentHistorieFooterContainerEditMode {
	position: relative;
	overflow: visible;
	width: 968px;
	margin: 0 auto;
	padding: 0px 7px;
	color: #bd8eb5;
	text-align: right;
	font-size: 20px;
	font-weight: bold;
	text-decoration: none;
}
#perspektive #contentHistorieFooterContainerEditMode a,
#perspektive #contentHistorieFooterContainerEditMode a:link,
#perspektive #contentHistorieFooterContainerEditMode a:visited,
#perspektive #contentHistorieFooterContainerEditMode a:active,
#perspektive #contentHistorieFooterContainerEditMode a:focus {
	color: #bd8eb5;
	font-size: 20px;
	font-weight: bold;
	text-decoration: none;
}
#perspektive #contentHistorieFooterContainerEditMode a:hover {
	background-color: #bd8eb5;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	text-decoration: none;
}
#perspektive #contentHistorieFooterContainerEditMode a#activeYear,
#perspektive #contentHistorieFooterContainerEditMode a#activeYear:link,
#perspektive #contentHistorieFooterContainerEditMode a#activeYear:visited,
#perspektive #contentHistorieFooterContainerEditMode a#activeYear:hover,
#perspektive #contentHistorieFooterContainerEditMode a#activeYear:active,
#perspektive #contentHistorieFooterContainerEditMode a#activeYear:focus {
	background-color: #bd8eb5;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	text-decoration: none;
}
/*
#perspektive #contentHistorieFooterContainerEditMode div {
	position: relative;
}
*/
#perspektive #contentHistorieFooterContainerEditMode div.contentHistorieFooterContainerYears {
	float: left;
	padding: 5px;
}
#perspektive #contentHistorieFooterContainerEditMode div.contentHistorieFooterContainerLine {
	float: left;
	height: 22px;
	padding: 5px 0;
}
/* Domain END --------------------------------------------------- */
.contentHistorieYearContainerDeleteForm {
	display: none;
	color: #444;
	font-size: 12px;
}
.contentHistorieYearContainerDeleteForm div {
	display: inline;
}
#contentHistorieYearsShowCreateFormContainer {
	float: left;
	width: 25px;
}
#contentHistorieYearContainerCreateForm {
	display: none;
	overflow: visible;
	float: left;
	width: 200px;
	margin: 10px 0 0 0;
	padding: 20px;
	background-color: #0c0c0c;
	background-image: url(images/editmodeBackground.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	color: #ddd;
	text-align: left;
	font-size: 16px;
	font-weight: bold;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	-khtml-border-radius: 7px;
	-webkit-box-shadow: 2px 2px 5px #444;
	-moz-box-shadow: 2px 2px 5px #444;
	box-shadow: 2px 2px 5px #444;
}
#contentHistorieYearContainerCreateForm div input#contentHistorieYearContainerCreateFormInput {
	float: none;
	margin: 10px 0;
	color: #5f62a8;
	font-size: 20px;
	font-weight: bold;
	text-decoration: none;
}

/* --------------------------------------------------------------------------------------------- */
/* ---------------------------------          TEAM         ------------------------------------- */
/* --------------------------------------------------------------------------------------------- */
#contentTeamContainer {
	overflow: visible;
	float: left;
	padding: 0 19px;
}
.contentTeamMemberContainer {
	overflow: hidden;
	float: left;
	width: 110px;
	margin: 4px;
}
.contentTeamImageContainer {
	overflow: hidden;
	width: 110px;
	height: 110px;
}
.contentTeamImageContainerText {
	padding: 2px;
	color: #888;
	text-align: left;
	font-size: 12px;
	line-height: 12px;
}
.contentTeamImageContainerText span {
	color: #888;
	font-size: 10px;
}
/* PERSPEKTIVE --------------------------------------------------- */
#perspektive #contentTeamSpaceTop {
	height: 170px;
}
/* JUBI ---------------------------------------------------------- */
#jubi #contentTeamSpaceBottom {
	height: 145px;
}

/* ------------------------------------------------------------- */
/* EDITMODE ---------------------------------------------------- */
/* ------------------------------------------------------------- */
#contentTeamContainerImagePositionForm {
	display: none;
	overflow: visible;
	margin: 0px;
	padding: 19px;
	background-color: #0c0c0c;
	background-image: url(images/editmodeBackground.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	text-align: left;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	-khtml-border-radius: 7px;
	-webkit-box-shadow: 2px 2px 5px #444;
	-moz-box-shadow: 2px 2px 5px #444;
	box-shadow: 2px 2px 5px #444;
}
#contentTeamImageContainerClosePositionForm {
	margin: 20px 0 0 0;
}
#contentTeamContainerImageForm {
	display: none;
	overflow: visible;
	margin: 0px;
	padding: 19px;
	background-color: #0c0c0c;
	background-image: url(images/editmodeBackground.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	text-align: left;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	-khtml-border-radius: 7px;
	-webkit-box-shadow: 2px 2px 5px #444;
	-moz-box-shadow: 2px 2px 5px #444;
	box-shadow: 2px 2px 5px #444;
}
#contentTeamImageContainerCloseImageForm {
	margin: 20px 0 0 0;
}
.contentTeamImageContainerShowDeleteAndEditForm {
	margin: 3px 0 0 0;
	color: #ddd;
	text-align: right;
}
.contentTeamImageContainerDeleteForm {
	display: none;
	margin: 3px 0;
}
.contentTeamImageContainerEditForm {
	display: none;
	margin: 3px 0;
}
.contentTeamImageContainerEditFormName input {
	margin: 3px 0;
	color: #888;
	font-size: 12px;
}
.contentTeamImageContainerEditFormTitle input {
	margin: 3px 0 6px 0;
	color: #888;
	font-size: 10px;
}
#contentTeamImageContainerShowUploadForm {
	margin: 10px 0;
}
#contentTeamImageContainerUploadForm {
	display: none;
	margin: 10px 0;
	color: #ddd;
	font-size: 14px;
	font-weight: bold;
}
#contentTeamImageContainerUploadForm input {
	margin: 10px 0 0 0;
}
#contentTeamImageContainerUploadFormLoading {
	display: none;
	padding: 10px 0;
	color: #ddd;
	font-size: 12px;
	font-weight: normal;
}
#contentTeamImageContainerCloseImageForm {
	margin: 20px 0 0 0;
}

/* --------------------------------------------------------------------------------------------- */
/* ------------------------------          REFERENZEN         ---------------------------------- */
/* --------------------------------------------------------------------------------------------- */
#contentReferenzenLeftContainer {
	overflow: visible;
	float: left;
	width: 350px;
	height: 200px; /* Textersatz */
	padding: 0 50px 0 100px;
	font-size: 12px;
}
#contentReferenzenRightContainer {
	overflow: hidden;
	float: left;
	width: 440px;
	padding: 0 20px 0 0;
	text-align: left;
	font-size: 12px;
}
#contentReferenzenRightContainerThreeRows {
	overflow: hidden;
	float: left;
	width: 330px;
	padding: 0 40px;
	text-align: left;
	font-size: 12px;
}
#contentReferenzenRightContainerFourRows {
	overflow: hidden;
	float: left;
	width: 440px;
	padding: 0 20px 0 0;
	text-align: left;
	font-size: 12px;
}
.contentReferenzenImageContainer {
	overflow: hidden;
	float: left;
	width: 102px;
	height: 102px;
	padding: 4px;
}
/* PERSPEKTIVE --------------------------------------------------- */
#perspektive #contentReferenzenSpaceTop {
	height: 170px;
}
/* JUBI ---------------------------------------------------------- */
#jubi #contentReferenzenSpaceBottom {
	height: 145px;
}

/* ------------------------------------------------------------- */
/* EDITMODE ---------------------------------------------------- */
/* ------------------------------------------------------------- */
#contentReferenzenLeftContainerTextForm {
	display: none;
	overflow: visible;
	float: left;
	width: 350px;
	margin: 0 30px 0 80px;
	padding: 20px;
	background-color: #0c0c0c;
	background-image: url(images/editmodeBackground.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	text-align: left;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	-khtml-border-radius: 7px;
	-webkit-box-shadow: 2px 2px 5px #444;
	-moz-box-shadow: 2px 2px 5px #444;
	box-shadow: 2px 2px 5px #444;
}
#contentReferenzenLeftContainerTextFormHeadline {
	padding: 0 0 10px 0;
}
#contentReferenzenLeftContainerTextFormHeadline input {
	color: #444;
	font-size: 18px;
	font-weight: bold;
}
#contentReferenzenLeftContainerTextFormText {
	padding: 0 0 10px 0;
}
#contentReferenzenLeftContainerTextFormText textarea {
	color: #444;
}
#contentReferenzenRightContainerImageForm,
#contentReferenzenRightContainerLinkForm {
	display: none;
	overflow: visible;
	float: left;
	width: 480px;
	margin: 0;
}
#contentReferenzenRightContainerImageFormThreeRows,
#contentReferenzenRightContainerLinkFormThreeRows {
	width: 330px;
	margin: 0 20px;
	padding: 20px;
	background-color: #0c0c0c;
	background-image: url(images/editmodeBackground.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	text-align: left;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	-khtml-border-radius: 7px;
	-webkit-box-shadow: 2px 2px 5px #444;
	-moz-box-shadow: 2px 2px 5px #444;
	box-shadow: 2px 2px 5px #444;
}
#contentReferenzenRightContainerImageFormFourRows,
#contentReferenzenRightContainerLinkFormFourRows {
	width: 440px;
	margin: 0;
	padding: 20px;
	background-color: #0c0c0c;
	background-image: url(images/editmodeBackground.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	text-align: left;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	-khtml-border-radius: 7px;
	-webkit-box-shadow: 2px 2px 5px #444;
	-moz-box-shadow: 2px 2px 5px #444;
	box-shadow: 2px 2px 5px #444;
}
#contentReferenzenRightContainerImageFormThreeRows .contentReferenzenImageContainer,
#contentReferenzenRightContainerImageFormFourRows .contentReferenzenImageContainer,
#contentReferenzenRightContainerLinkFormThreeRows .contentReferenzenImageContainer,
#contentReferenzenRightContainerLinkFormFourRows .contentReferenzenImageContainer {
	height: auto;
}
.contentReferenzenImageContainerChangePositionForm {
	float: left;
	margin: 5px 0 0 0;
}
.contentReferenzenImageContainerShowDeleteForm,
.contentReferenzenImageContainerShowLinkForm {
	float: right;
	margin: 3px 0 0 0;
}
.contentReferenzenImageContainerDeleteForm,
.contentReferenzenImageContainerLinkForm {
	display: none;
}
.contentReferenzenImageContainerLinkForm input{
	margin: 5px 0 0 0;
}
.contentReferenzenImageContainerDeleteForm div,
.contentReferenzenImageContainerLinkForm div{
	color: #ddd;
}
#contentReferenzenImageContainerShowUploadForm {
	margin: 10px 0;
}
#contentReferenzenImageContainerUploadForm {
	display: none;
	margin: 10px 0;
	color: #ddd;
	font-size: 14px;
	font-weight: bold;
}
#contentReferenzenImageContainerUploadForm input {
	margin: 10px 0 0 0;
}
#contentReferenzenImageContainerUploadFormLoading {
	display: none;
	padding: 10px 0 0 0;
	color: #ddd;
	font-size: 12px;
	font-weight: normal;
}
#contentReferenzenImageContainerCloseForm,
#contentReferenzenLinkContainerCloseForm {
	margin: 20px 0 0 0;
}

/* --------------------------------------------------------------------------------------------- */
/* --------------------------------          KONTAKT         ----------------------------------- */
/* --------------------------------------------------------------------------------------------- */
#contentKontakt {
	overflow: visible;
	float: left;
	width: 300px;
	margin: 0;
	padding: 0 0 0 100px;
	font-size: 12px;
}
#contentKontakt a,
#contentKontakt a:link,
#contentKontakt a:visited,
#contentKontakt a:active,
#contentKontakt a:focus {
	color: #444;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;	
}
#contentKontakt a:hover {
	color: #000;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	cursor: pointer;
}
#contentKontaktFormular {
	float: right;
	width: 410px;
	margin: 0 70px 0 0;
}
#contentKontaktFormular div#contentKontaktFormularHeadline {
	padding: 0 0 20px 0;
	color: #444;
	font-size: 18px;
	font-weight: normal;
}
#contentKontaktFormular div#contentKontaktFormularFailureMessage {
	padding: 10px 0;
	color: #ff7e00;
	font-size: 12px;
	font-weight: bold;
}
#contentKontaktFormular div#contentKontaktFormularSuccessMessage {
	padding: 20px 0;
	color: #444;
	/*color: #9adf0c;*/
	font-size: 16px;
	font-weight: bold;
}
#contentKontaktFormular input#contentKontaktFormularName,
#contentKontaktFormular input#contentKontaktFormularEmail,
#contentKontaktFormular textarea#contentKontaktFormularText {
	margin: 2px 0;
	padding: 8px;
	border: 1px solid #e9e9e9;
	color: #ccc;
	/*color: #444;*/
	font-size: 12px;
	font-weight: normal;
}
#contentKontaktFormular input#contentKontaktFormularSubmit {
	margin: 20px 0 0 0;
	padding: 4px 8px;
    background-color:#f3f3f3;
	background-image: url(images/editmodeButtonBright.jpg);
	background-repeat: repeat-x;
	background-position: left top; 
    border: none;
    color: #222;
    font-size: 10px;
    font-weight: normal;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	cursor: pointer;
}
#contentKontaktFormular input#contentKontaktFormularSubmit:hover {
    margin: 20px 0 0 0;
    padding: 4px 8px;
    background-color:#0c0c0c;
	background-image: url(images/editmodeButtonBrightOver.jpg);
	background-repeat: repeat-x;
	background-position: left top;
    border: none;
    color: #ddd;
    font-size: 10px;
    font-weight: normal;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	cursor: pointer;
}
/* PERSPEKTIVE --------------------------------------------------- */
#perspektive #contentKontaktFormularSpaceTop {
	height: 30px;
}
#perspektive #contentKontaktFormularWhiteBackground {
	width: 350px;
	margin: 0;
	padding: 25px;
	background-color: #f3f3f3;
}
#perspektive #contentKontaktSpaceTop {
	height: 150px;
}
/* JUBI ---------------------------------------------------------- */
#jubi #contentKontaktFormularWhiteBackground {
	width: 350px;
	margin: 0;
	padding: 25px;
	background-color: #fff;
}
#jubi #contentKontaktSpaceBottom {
	height: 145px;
}

/* ------------------------------------------------------------- */
/* EDITMODE ---------------------------------------------------- */
/* ------------------------------------------------------------- */
#contentKontaktTextForm {
	display: none;
	overflow: visible;
	float: left;
	width: 340px;
	margin: 0 0 0 80px;
	padding: 20px;
	background-color: #0c0c0c;
	background-image: url(images/editmodeBackground.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	text-align: left;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	-khtml-border-radius: 7px;
	-webkit-box-shadow: 2px 2px 5px #444;
	-moz-box-shadow: 2px 2px 5px #444;
	box-shadow: 2px 2px 5px #444;
}
#contentKontaktTextForm div input {
	color: #444;
}
#contentKontaktTextForm div textarea {
	color: #444;
}
#contentKontaktTextFormHeadline {
	padding: 0 0 10px 0;
}
#contentKontaktTextFormHeadline textarea {
	font-size: 18px;
	font-weight: bold;
}
#contentKontaktTextFormStreet {
	padding: 0 0 2px 0;
}
#contentKontaktTextFormCity {
	padding: 0 0 10px 0;
}
.contentKontaktTextFormDatesHead {
	padding: 0 0 2px 0;
}
.contentKontaktTextFormDatesText {
	padding: 0 0 10px 0;
}
.contentKontaktTextFormDatesText input {
	font-weight: bold;
}
#contentKontaktTextFormText {
	padding: 0 0 10px 0;
}
#contentKontaktEmailForm {
	display: none;
	overflow: visible;
	float: right;
	width: 340px;
	margin: 0 80px 0 0;
	padding: 20px;
	background-color: #0c0c0c;
	background-image: url(images/editmodeBackground.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	text-align: left;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	-khtml-border-radius: 7px;
	-webkit-box-shadow: 2px 2px 5px #444;
	-moz-box-shadow: 2px 2px 5px #444;
	box-shadow: 2px 2px 5px #444;
}
#contentKontaktEmailFormEmail {
	padding: 0 0 10px 0;
}
#contentKontaktEmailFormEmail input{
	font-weight: bold;
}
#contentKontaktEmailFormInfo {
	padding: 20px 0 0 0;
	color: #bbb;
	font-size: 10px;
}

/* --------------------------------------------------------------------------------------------- */
/* -------------------------------          IMPRESSUM         ---------------------------------- */
/* --------------------------------------------------------------------------------------------- */
#contentImpressum {
	overflow: visible;
	padding: 0 100px;
	font-size: 12px;
}
/* PERSPEKTIVE --------------------------------------------------- */
#perspektive #contentImpressumSpaceTop {
	height: 150px;
}
/* JUBI ---------------------------------------------------------- */
#jubi #contentImpressumSpaceBottom {
	height: 145px;
}

/* ------------------------------------------------------------- */
/* EDITMODE ---------------------------------------------------- */
/* ------------------------------------------------------------- */
#contentImpressumTextForm {
	display: none;
	overflow: visible;
	margin: 0 80px;
	padding: 20px;
	background-color: #0c0c0c;
	background-image: url(images/editmodeBackground.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	text-align: left;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	-khtml-border-radius: 7px;
	-webkit-box-shadow: 2px 2px 5px #444;
	-moz-box-shadow: 2px 2px 5px #444;
	box-shadow: 2px 2px 5px #444;
}
#contentImpressumTextForm div input {
	color: #444;
}
#contentImpressumTextForm div textarea {
	color: #444;
}
#contentImpressumTextFormHeadline {
	padding: 0 0 10px 0;
}
#contentImpressumTextFormHeadline textarea {
	font-size: 18px;
	font-weight: bold;
}
#contentImpressumTextFormText {
	padding: 0 0 10px 0;
}

/* --------------------------------------------------------------------------------------------- */
/* ----------------------------------          404         ------------------------------------- */
/* --------------------------------------------------------------------------------------------- */
#content404 {
	overflow: visible;
	width: 700px;
	padding: 0px 100px;
}
#content404FooterContainer {
	padding: 100px 7px 0 0;
	color: #5f62a8;
	font-size: 16px;
	font-weight: bold;	
}

/* --------------------------------------------------------------------------------------------- */
/* -------------------------          BENUTZERVERWALTUNG         ------------------------------- */
/* --------------------------------------------------------------------------------------------- */
.userRow {
	width: 600px;
	padding: 0 10px;
	font-size: 12px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
}
.userRow .field1,
.userRow .field2 {
	float:left;
	width:250px;
	padding: 8px 0 5px 0;	
}
.userRow .field3 {
	float: left;
	width: 50px;
	padding: 5px 0;	
}
.userRow .securityQuestion {
	display: none;
	float: left;
	width: 500px;
	padding: 0 0 20px 0;
}
.userRow .editUser {
	display: none;
	float: left;
	width: 500px;
	padding: 10px 0 20px 0;
}
.userRow .editUser .editUserHead {
	float: left;
	width: 300px;
	padding: 0 0 10px 0;
	font-size: 14px;
    font-weight: bold;
}
.userRow .editUser .editUserLabel {
	float: left;
	width: 100px;
	padding: 5px 0 5px 0;
}
.userRow .editUser .editUserinput {
	float: left;
	width: 300px;
	padding: 5px 0 5px 0;
}
.userRow .createUser {
	display: none;
	float: left;
	width: 500px;
	padding: 10px 0 20px 0;
}
.userRow .createUser .createUserHead {
	float: left;
	width: 300px;
	padding: 0 0 10px 0;
	font-size: 14px;
    font-weight: bold;
}
.userRow .createUser .createUserLabel {
	float: left;
	width: 100px;
	padding: 5px 0;
}
.userRow .createUser .createUserinput {
	float: left;
	width: 300px;
	padding: 5px 0;
}
.userRowHead {
	width: 900px;
	padding: 0 10px 20px 10px;
}
.userRowHead .field1 {
	float: left;
	width: 250px;
	padding: 5px 0;
	font-size: 22px;
	font-weight: bold;
}
.userRowHead .field2 {
	float: left;
	width: 250px;
	padding: 9px 0 0 0;
	color: #bbb;
	font-size: 10px;
}
.userRowHead .field3 {
	float: left;
	width: 50px;
	padding: 9px 0 0 0;
	color: #bbb;
	font-size: 10px;
}

/* --------------------------------------------------------------------------------------------- */
/* ----------------------------          EDITMODE PANEL         -------------------------------- */
/* --------------------------------------------------------------------------------------------- */

/* JUBI ---------------------------------------------------------- */
#jubi #editmodePanelContainer {
	width: 100%;
	padding: 10px 0px;
	background-color: #0c0c0c;
	background-image: url(images/editmodeBackground.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	color: #444;
}
/* PERSPEKTIVE --------------------------------------------------- */
#perspektive #editmodePanelContainer {
	width: 100%;
	padding: 10px 0px;
	background-color: #0c0c0c;
	background-image: url(images/editmodeBackground.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	color: #444;
}
/* Domain END --------------------------------------------------- */
#editmodePanelContainerVerification {
	float: left;
	width: 650px;
	padding: 0 0 0 10px;
}
#editmodePanelContainerVerificationStatic {
	float: left;
	min-width: 100px;
	font-size: 30px;
	font-weight: bold;
}
#editmodePanelContainerMessage {
	overflow: hidden;
	float: left;
	width: 440px;
	height: 30px;
	padding: 0 0 0 10px;
	font-size: 12px;
	font-weight: bold;
	line-height: 12px;
}
#editmodePanelContainerMessage #failureMessage{
	color: #ff7e00;
}
#editmodePanelContainerMessage #successMessage{
	color: #9adf0c;
}
#editmodePanelContainerLogout {
	float: right;
	width: 300px;
	padding: 0 10px 0 0;
	color: #ddd;
	font-size: 12px;
	text-align: right;
}
#editmodePanelContainerLogout a,
#editmodePanelContainerLogout a:link,
#editmodePanelContainerLogout a:visited,
#editmodePanelContainerLogout a:active,
#editmodePanelContainerLogout a:focus {
	color: #666;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
}
#editmodePanelContainerLogout a:hover {
	color: #ddd;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
}
#editmodePanelContainerNavigation {
	float: left;
	width: 972px;
	padding-left: 10px;
}
#editmodePanelContainerNavigation ul {
	margin: 0;
	padding: 5px 0 0 0;
	list-style-type: none;
}
#editmodePanelContainerNavigation ul li {
	display: inline;
	margin: 0;
	padding: 0 20px 0 0;
}
#editmodePanelContainerNavigation ul li a,
#editmodePanelContainerNavigation ul li a:link,
#editmodePanelContainerNavigation ul li a:visited,
#editmodePanelContainerNavigation ul li a:active,
#editmodePanelContainerNavigation ul li a:focus {
	color: #444;
	font-size: 22px;
	font-weight: normal;
	text-decoration: none;
}
#editmodePanelContainerNavigation ul li a:hover,
#editmodePanelContainerNavigation ul li a.activeEditmodePage {
	color: #ddd;
	font-size: 22px;
	font-weight: normal;
	text-decoration: none;
}
#editModeMessage {
	float: left;
	width: 972px;
	padding: 10px 0px 10px 10px;
	color: #ddd;
	font-size: 12px;
}

/* --------------------------------------------------------------------------------------------- */
/* -----------------------------          OVERLAY TOOL         --------------------------------- */
/* --------------------------------------------------------------------------------------------- */
#overlayToolContainerNoScript {
	position: relative;
	top: 0px;
	overflow: hidden;
	z-index: 5;
	width: 100%;
	border: 0px solid #000000;
	font-size: inherit;
}
#overlayLoaderGif {
	margin: 250px 0 0 475px;
}
#overlaySubLoaderGif {
	margin: 150px 0 0 475px;
}
/* JUBI ---------------------------------------------------------- */
#jubi #overlayToolContainer {
	display: none;
	position: absolute;
	top: 0px;
	overflow: hidden;
	z-index: 10;
	width: 100%;
	border: 0px solid #000000;
	font-size: inherit;
	/*opacity: 0.0;-moz-opacity: 0.0;filter: alpha(Opacity=0);*/
}
#jubi #overlayToolBottomNoScript {
	position: relative;
	overflow: hidden;
	width: 100%;
	background-image: url(images/wavePlusIllustration.png);
	background-repeat: repeat-x;
	background-position: center bottom;
	border: 0px solid #000000;
}
#jubi #overlayToolContent {
	width: 982px;
	min-height: 600px;
	margin: 0 auto;
	padding: 0;
	background-color: #fff;	
	background-image: url(images/popupBackgroundWave.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	-webkit-box-shadow: 0px 2px 10px #444;
	-moz-box-shadow: 0px 2px 10px #444;
	box-shadow: 0px 2px 10px #444;
	/*filter: progid:DXImageTransform.Microsoft.dropshadow(color=#444, offx=0, offy=2);
	-ms-filter: "progid:DXImageTransform.Microsoft.dropshadow(color=#888, offx=2, offy=0, positive=true)";*/
}
#jubi #overlayToolText {
	width: 982px;
	padding: 0;
}
#jubi #overlayToolTextRight {
	float: left;
	width: 220px;
	min-height: 205px;
	padding: 25px 0 0 0;
	color: #888;
	font-size: 10px;
	line-height: 12px;
}
#jubi #overlayToolTextRightCloseBtn {
	float: right;
	width: 26px;
	height: 26px;
	padding: 0 30px 20px 0 ;
	cursor: pointer;
}
#jubi #overlayToolTextSpaceBottom {
	height: 80px;
}
/* PERSPEKTIVE --------------------------------------------------- */
#perspektive #overlayToolContainer {
	display: none;
	position: absolute;
	top: 0px;
	overflow: hidden;
	z-index: 10;
	width: 100%;
	border: 0px solid #000000;
	font-size: inherit;
	/*opacity: 0.0;-moz-opacity: 0.0;filter: alpha(Opacity=0);*/
}
#perspektive #overlayToolBottomNoScript {
	position: relative;
	overflow: hidden;
	width: 100%;
	background-image: url(images/wavePlusIllustration.png);
	background-repeat: repeat-x;
	background-position: center top;
	border: 0px solid #000000;
}
#perspektive #overlayToolContent {
	width: 982px;
	min-height: 600px;
	margin: 0 auto;
	padding: 0;
	background-color: #f3f3f3;
	-webkit-box-shadow: 0px 2px 10px #444;
	-moz-box-shadow: 0px 2px 10px #444;
	box-shadow: 0px 2px 10px #444;
}
#perspektive #overlayToolText {
	width: 982px;
	min-height: 320px;
	padding: 0;
}
#perspektive #overlayToolTextRight {
	float: left;
	width: 220px;
	min-height: 205px;
	padding: 25px 0 0 0;
	color: #888;
	font-size: 10px;
	line-height: 12px;
}
#perspektive #overlayToolTextRightCloseBtn {
	float: right;
	width: 26px;
	height: 26px;
	padding: 0 30px 0 0;
	cursor: pointer;
}
#perspektive #overlayToolTextSpaceTop {
	height: 30px;
}
/* Domain END  ---------------------------------------------------- */
#overlayToolImage {
	overflow: hidden;
	width: 982px;
	height: 182px;
	padding: 0;
}
#overlayToolImageTextSpace {
	width: 982px;
	min-height: 40px;
	padding: 0;
}
#overlayToolTextLeft {
	float: left;
	width: 620px;
	min-height: 230px;
	padding: 0 50px;
	font-size: 12px;
}
#overlayToolTextLeft a,
#overlayToolTextLeft a:link,
#overlayToolTextLeft a:visited,
#overlayToolTextLeft a:active,
#overlayToolTextLeft a:focus {
	color: #333;
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
}
#overlayToolTextLeft a:hover {
	color: #666;
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
	cursor: pointer;
}
.dynamicOverlayJava {
	display: none;
}

/* ------------------------------------------------------------- */
/* EDITMODE ---------------------------------------------------- */
/* ------------------------------------------------------------- */
#overlayShowUploadForm {
	margin: 3px 0 0 3px;
}
#overlayToolImageUploadForm,
#overlayToolImageDeleteForm {
	display: none;
	overflow: visible;
	width: 230px;
	min-height: 50px;
	margin: 3px 0 0 3px;
	padding: 20px;
	background-color: #0c0c0c;
	background-image: url(images/editmodeBackground.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	text-align: center;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	-khtml-border-radius: 7px;
	-webkit-box-shadow: 2px 2px 5px #444;
	-moz-box-shadow: 2px 2px 5px #444;
	box-shadow: 2px 2px 5px #444;
}
#overlayToolImageUploadFormLoading {
	display: none;
	padding: 10px 0 0 0;
}
#overlayToolTextForm {
	display: none;
	overflow: visible;
	width: 882px;
	min-height: 230px;
	margin: 0 0 0 30px; 
	padding: 20px;
	background-color:#0c0c0c;
	background-image: url(images/editmodeBackground.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	text-align: left;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	-khtml-border-radius: 7px;
	-webkit-box-shadow: 2px 2px 5px #444;
	-moz-box-shadow: 2px 2px 5px #444;
	box-shadow: 2px 2px 5px #444;
}
#overlayToolTextFormLeft {
	float: left;
	width: 660px;
	min-height: 200px;
	padding: 0 0 10px 0;
	font-size: 12px;
}
#overlayToolTextFormLeftHeadline {
	padding: 0 0 10px 0;
}
#overlayToolTextFormLeftHeadline input {
	color: #444;
	font-size: 18px;
	font-weight: bold;
}
#overlayToolTextFormLeftText {
	color: #444;
}
#overlayToolTextFormLeftText input,
#overlayToolTextFormLeftText textarea {
	color: #444;
}
#overlayToolTextFormRight {
	float: left;
	width: 220px;
	min-height: 200px;
	padding: 38px 0 0 0;
	color: #888;
	font-size: 10px;	
}
.overlayToolTextFormRightQuestion {
	padding: 0 0 5px 0;
}
.overlayToolTextFormRightQuestion input {
	color: #888;
	font-weight: bold;
}
.overlayToolTextFormRightAnswer {
	padding: 0 0 5px 0;
}
.overlayToolTextFormRightAnswer textarea{
	color: #888;
}
#overlayToolKeywordsForm {
	display: none;
	overflow: visible;
	width: 400px;
	margin: 0 0 0 30px;
	padding: 20px;
	background-color: #0c0c0c;
	background-image: url(images/editmodeBackground.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	text-align: left;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	-khtml-border-radius: 7px;
	-webkit-box-shadow: 2px 2px 5px #444;
	-moz-box-shadow: 2px 2px 5px #444;
	box-shadow: 2px 2px 5px #444;
}
.overlayToolKeywordsFormRow {
	float: left;
	width: 380px;
	padding: 0 0 10px 0;
}
.overlayToolKeywordsFormRowContent {
	float: left;
	width: 380px;
	padding: 0 0 4px 0;
}
.overlayToolKeywordsFormRowLink {
	float: left;
	width: 380px;
}
.overlayToolKeywordsFormRowReverseDelete {
	display: none;
	float: left;
	width: 380px;
	padding: 0 0 10px 0;
}
.overlayToolKeywordsFormRowReverseDelete a,
.overlayToolKeywordsFormRowReverseDelete a:link,
.overlayToolKeywordsFormRowReverseDelete a:visited,
.overlayToolKeywordsFormRowReverseDelete a:active,
.overlayToolKeywordsFormRowReverseDelete a:focus {
	color: #bbb;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
}
.overlayToolKeywordsFormRowReverseDelete a:hover {
	color: #ddd;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
}
.overlayToolKeywordsFormRowContent input.textfield {
	height: 18px;
	border: none;
	color: #444;
	font-size: 14px;
	font-weight: bold;
}
.overlayToolKeywordsFormRowLink input.textfield {
	border: none;
	color: #444;
	font-size: 10px;
	font-weight: bold;
}
.overlayToolKeywordsFormRowContent a,
.overlayToolKeywordsFormRowContent a:link,
.overlayToolKeywordsFormRowContent a:visited,
.overlayToolKeywordsFormRowContent a:active,
.overlayToolKeywordsFormRowContent a:focus {
	color: #444;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
}
.overlayToolKeywordsFormRowContent a:hover,
.overlayToolKeywordsFormRowContent a.active,
.overlayToolKeywordsFormRowContent a:link.active,
.overlayToolKeywordsFormRowContent a:visited.active,
.overlayToolKeywordsFormRowContent a:hover.active,
.overlayToolKeywordsFormRowContent a:active.active,
.overlayToolKeywordsFormRowContent a:focus.active {
	color: #ddd;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

/* --------------------------------------------------------------------------------------------- */
/* --------------------------         OVERLAY TOOL SUB         --------------------------------- */
/* --------------------------------------------------------------------------------------------- */
#overlayToolSubContainer {
	display: none;
	position: absolute;
	top: 0px;
	overflow: hidden;
	z-index: 20;
	width: 100%;
	height: 100%;
	border: 0px solid #000000;
	font-size: 12px;
}
#overlayToolSubContainerNoScript {
	position: relative;
	top: 0px;
	overflow: hidden;
	z-index: 20;
	width: 100%;
	height: 100%;
	margin: 0 0 15px 0;
	border: 0px solid #000000;
	font-size: 12px;
}
#overlayToolSubContent {
	width: 982px;
	min-height: 418px;
	margin: 0 auto;
	padding: 0;
	background-color: #fff;
	-webkit-box-shadow: 5px 5px 10px #444;
	-moz-box-shadow: 5px 5px 10px #444;
	box-shadow: 5px 5px 10px #444;
}
#overlayToolSubImageSpace {
	overflow: hidden;
	width: 982px;
	height: 182px;
	margin: 0 auto;
	padding: 0;
}
#overlayToolSubImageSpaceNoScript {
	overflow: hidden;
	width: 982px;
	height: 182px;
	margin: 0 auto;
	padding: 0;
	background-color: #fff;
}
#overlayToolSubBottomSpace {
	overflow: hidden;
	width: 100%;
	height: 15px;
	margin: 0 auto;
	padding: 0;
}
#overlayToolSubText {
	min-height: 262px;
	padding: 50px;
}
#overlayToolSubTextInnerLeft {
	float: left;
	width: 610px;
	padding: 0 50px 0 0;
	font-size: 12px;
}
#overlayToolSubTextInnerRight {
	float: left;
	width: 220px;
	padding: 25px 0 0 0;
	color: #888;
	font-size: 10px;
	line-height: 12px;
}
#overlayToolSubCloseBtn {
	min-height: 26px;
	padding: 20px 50px;
}
.dynamicOverlaySubJava {
	display: none;
}

/* ------------------------------------------------------------- */
/* EDITMODE ---------------------------------------------------- */
/* ------------------------------------------------------------- */
#overlayToolSubTextForm {
	display: none;
	overflow: visible;
	padding: 20px;
	background-color:#0c0c0c;
	background-image: url(images/editmodeBackground.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	text-align: left;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	-khtml-border-radius: 7px;
	-webkit-box-shadow: 2px 2px 5px #444;
	-moz-box-shadow: 2px 2px 5px #444;
	box-shadow: 2px 2px 5px #444;
}
#overlayToolSubTextFormLeft {
	float: left;
	width: 620px;
	padding: 0 20px 0 0;
}
#overlayToolSubTextFormHeadline {
	margin: 0 0 10px 0;
}
#overlayToolSubTextFormHeadline input {
	color: #444;
	font-size: 18px;
	font-weight: bold;
}
#overlayToolSubTextFormText {
	margin: 0 0 10px 0;
}
#overlayToolSubTextFormText textarea {
	color: #444;
}
#overlayToolSubTextFormRight {
	float: left;
	width: 200px;
	padding: 38px 0 0 0;
}
.overlayToolSubTextFormQuestion {
	margin: 0 0 5px 0;
}
.overlayToolSubTextFormQuestion input {
	color: #888;
	font-size: 10px;
	font-weight: bold;
	line-height: 12px;
}
.overlayToolSubTextFormAnswer {
	margin: 0 0 5px 0;
}
.overlayToolSubTextFormAnswer textarea {
	color: #888;
	font-size: 10px;
	font-weight: normal;
	line-height: 12px;
}
