*{
	font-family: Arial, Helvetica, sans-serif;
}

body
{
    margin:0px;
    padding:0px;
	font-size: 11px;
	color: #939598;
}

html 
{
    height:100%;
}

/* ******************************* DIV's ****************************** */

#container
{
	margin:auto;
	text-align:center;
	width: 980px;
	padding-left: 10px;
	padding-right: 10px;
}

#topContainer {
	width: 980px;
	height: 244px;
	background-image:url(../images/header.jpg);
	position: relative;
	margin: 0px;
}

#slogan {
	 position: absolute; 
	 top: 126px;
	 left: 43px;
	 width: 397px;
	 text-align: left;
}

#mainMenu {
	position: absolute;
	top: 210px;
	left: 0px;
	_left: 0px;
	width: 692px;
	height: 34px;
	float: left;
	text-align: left;
	font-size: 14px;
	text-transform: uppercase;
	color: #FFFFFF;
}

#search {
	position: absolute;
	left: 729px;
	top: 210px;
	width: 141px;
	height: 34px;
	float: left;
	text-align: left;
	padding-top: 4px;
}

#langMenu {
	position: absolute;
	left: 894px;
	top: 210px;
	width: 61px;
	height: 34px;
	float: left;
	text-align: left;
	padding-top: 12px;
	text-transform: uppercase;
}

#middleContainer {
	width: 903px;
	background-image: url(../images/bg_border_middle.gif);
	background-repeat: repeat-y;
	margin: 0px;
	padding-left: 37px;
	padding-right: 40px;
	position: relative;
}

div#leftCorner {
	position: absolute;
	float: left;	/* neu */
	width: 25px;
	height: 25px;
	display: block; /* neu */
	background-image: url(../images/leftCorner.gif);
	background-repeat: no-repeat;
	/*
	top: 0px;
	left: 0px;
	_top: 0px;
	_left: 0px;
	*/
	top: 0px;
	left: 0px;
}

div#rightCorner {
	position: absolute;
	width: 25px;
	height: 25px;
	background-image: url(../images/rightCorner.gif);
	background-repeat: no-repeat;
	top: 0px;
	left: 955px;
	margin-bottom: 30px;
}

#pagePath {
	padding-bottom: 16px;
	width: 723px;
	text-align: left;
	font-size: 10px;
	color: #939598;
}

#content
{
	margin-top: 16px;
	float: left;
	width: 723px;
	text-align: left;
	margin-bottom: 30px;
	/*height: 300px;*/
	min-height: 300px;
	/*_height: 300px;*/
}

#rightContent {
	float: left;
	width: 168px;
	margin-top: 16px;
	margin-left: 12px;
	text-align: left;
}

#bottomContainer {
	width: 960px;
	height: 60px;
	background-image: url(../images/footer.gif);
	background-repeat: no-repeat;
	/*margin-left: 10px;*/
	
	margin:0px 0px 0px 0px; /* neu */
	padding: 0px; /* neu */
	
	position: relative;
	/*_left: -5px;*/
	left: -27px;
	
}

#bottomMenu {
	position: absolute;
	width: 600px;
	top: 24px;
	left: 203px;
	text-align: left;
	color: #807F81;
	font-size: 11px;
}

#share {
	width: 102px;
	position: absolute;
	top: 22px;
	left: 823px;
}

#facebook {
	width: 450px;
	position: absolute;
	top: 19px;
	left: 380px;
}

/* ********************************* Schriftformatierungen ******************************* */

#slogan {
	font-size: 14px;
	color: #1FB6CC;
}

#bottomMenu a {
	text-decoration: none;
	color: #807F81;
}

#content a {
	color: #807F81;
}

#content select {
	font-size: 11px;
	color: #807F81;
}

/* **************************************** Hauptmenü ************************************ */

#mainMenu ul {
	margin: 0px;
	padding: 0px;
}

#mainMenu a, .mainMenuSub a {
	text-decoration: none;
}

a.firstElementMainMenu {
	float: left;
	width: 48px;
	height: 22px;
	padding: 12px 0px 0px 22px;
	display: block;
	color: #808080;
}

a.secondElementMainMenu {
	float: left;
	width: 93px;
	height: 22px;
	padding: 12px 0px 0px 30px;
	display: block;
}

a.thirdElementMainMenu {
	float: left;
	width: 76px;
	height: 22px;
	padding: 12px 0px 0px 44px;
	display: block; 
}

a.fourthElementMainMenu {
	float: left;
	width: 73px;
	height: 22px;
	padding: 12px 0px 0px 47px;
	display: block; 
}

a.fifthElementMainMenu {
	float: left;
	width: 80px;
	height: 22px;
	padding: 12px 0px 0px 40px;
	display: block; 
}

a.sixthElementMainMenu {
	float: left;
	width: 70px;
	height: 22px;
	padding: 12px 0px 0px 50px;
	display: block; 
}

.mainMenuSub {
	text-transform: none;
	padding-top: 6px !important;
	padding-bottom: 4px !important;
}

a.mainMenuSubElement {
	padding: 2px 6px 2px 6px;
	display: block;
	margin: 0px 3px 0px 0px;
}

.subMenuItemWithSubMenu {
	background-image: url(../images/footer.gif);
}

/* ********************** Menü rechts im Passwort geschützten Bereich ********************* */

#loginMenu a {
	color: #939598 !important;
}

ul.loginMenu {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	line-height: 20px !important;
}

ul.loginMenu li {
	margin-bottom: 6px;
}

.loginMenuActive a {
	color: #a82c46 !important;
}

/* ********************************** Sonstige Anpassungen ******************************* */

#slogan p.bodytext {
	margin: 0px;
	padding: 0px;
	line-height: 16px;
}

#langMenu a {
	text-decoration: none;
}

.searchField {
	width: 115px;
	_width: 110px;
	height: 15px;
	border-top: 1px solid #707070;
	border-left: 1px solid #707070;
}

.searchButton, .searchInput {
	float: left;
}

.searchButton {
	margin-left: 4px;
	_margin-top: 1px;
}

.searchButton input {
	border: 0px !important;
}

/* Formatierung der Inhaltselemente auf der Seite "Home" */

/* --- normale Inhaltselemente (1. Element) --- */
.firstElementHome .bgContentelement h1 {
	text-transform: uppercase;
	margin: 0px 0px 10px 0px;
	color: #333333 !important;
	font-size: 24px;
}

.topContentelement {
	height: 3px !important;
	background-image: url(../images/topContentelement.gif);
	background-repeat: no-repeat;
}

.bgContentelement {
	background-image: url(../images/borderContentelement.gif);
	background-repeat: repeat-y;
	padding: 10px;
}
.bgContentelement p.bodytext {
	margin: 0px 0px 11px 0px;
}

.bottomContentelement {
	background-image: url(../images/bottomContentelement.gif);
	background-repeat: no-repeat;
	height: 3px !important;
}

/* --- Eingereichte Projekte/Projekte --- */
.secondElementHome {
	margin-top: 9px;
	float: left;
	width: 357px;
	margin-right: 9px;
}

.topProjectselement {
	background-image: url(../images/line_top_projects.jpg);
	background-repeat: no-repeat;
	height: 3px !important;
}
.bgProjectselement {
	background-image: url(../images/bg_projects.jpg);
	background-repeat: repeat-y;
}
.projects p.bodytext {
	overflow: scroll;
	height: 280px;
	width: 334px;
	left: 5px;
}
.bgProjectselement p.bodytext {
	margin: 0px;
	padding: 0px 10px 10px 10px;
}
.bgProjectselement h1 {
	margin: 0px;
	background-image: url(../images/bg_top_projects.jpg);
	height: 25px;
	background-position: 3px 0px;
	background-repeat: no-repeat;
	padding: 15px 0px 0px 10px;
	_padding: 7px 0px 0px 10px;
	text-transform: uppercase;
	color: #FFFFFF !important;
	font-size: 13px;
}

/* CSS-Hack für IE7 */
* + html .bgProjectselement h1 {
	margin: 0px;
	background-image: url(../images/bg_top_projects.jpg);
	height: 25px;
	background-position: 3px 0px;
	background-repeat: no-repeat;
	padding: 7px 0px 0px 10px;
	text-transform: uppercase;
	color: #FFFFFF !important;
	font-size: 13px;
}

.bottomProjectselement {
	background-image: url(../images/line_bottom_projects.jpg);
	background-repeat: no-repeat;
	height: 3px !important;
}

/* --- Teilnahme --- */
.thirdElementHome {
	margin-top: 9px;
	float: left;
	width: 174px;
	margin-right: 9px;
}
.topSmallboxelement {
	background-image: url(../images/line_top_smallbox.jpg);
	background-repeat: no-repeat;
	height: 3px !important;
}

.bgSmallboxelement {
	background-image: url(../images/bg_smallbox.jpg);
	background-repeat: repeat-y;
	height: 166px;
	overflow: hidden;
}
.bgSmallboxelement h1 {
	margin: 0px;
	background-image: url(../images/bg_teilnahme.jpg);
	background-repeat: no-repeat;
	background-position: 3px 0px;
	height: 10px;
	padding: 15px 0px 0px 10px;
	_padding: 8px 0px 0px 10px;
	text-transform: uppercase;
	color: #FFFFFF !important;
	font-weight: normal !important;
	font-size: 13px;
}
/* CSS-Hack für IE7 */
* + html .bgSmallboxelement h1 {
	margin: 0px;
	background-image: url(../images/bg_teilnahme.jpg);
	background-repeat: no-repeat;
	background-position: 3px 0px;
	height: 18px;
	padding: 8px 0px 0px 10px;
	text-transform: uppercase;
	color: #FFFFFF !important;
	font-weight: normal !important;
	font-size: 13px;
}

.bgSmallboxelement p.bodytext {
	padding: 0px 10px 10px 10px;
	_padding: 0px 4px 4px 4px;
	_margin: 4px;
}
.bottomSmallboxelement {
	background-image: url(../images/line_bottom_smallbox.jpg);
	background-repeat: no-repeat;
	height: 3px !important;
}
.teilnahme a {
	float: right;
	color: #333333;
	background-image: url(../images/arrow.gif);
	padding-left: 14px;
	background-repeat: no-repeat;
	text-transform: uppercase;
}

/* --- Preise --- */
.forthElementHome {
	margin-top: 9px;
	float: left;
	width: 174px;
}

.preise h1 {
	background-image: url(../images/bg_prices.jpg);
	background-position: 0px -3px;
}
/* CSS-Hack für IE 7 */
* + html .preise h1 {
	background-image: url(../images/bg_prices.jpg);
	background-position: 0px -3px;
}

.bgSmallboxelement ol {
	margin: 0px;
	padding: 10px 10px 10px 26px;
	_padding: 4px 10px 10px 34px;
}

/* --- Wichtige Termine --- */
.fifthElementHome {
	margin-top: 9px;
	width: 357px;
	float: left;
}

/* ******************** rechte Spalte ****************** */
#rightContent h4 {
	color: #333333 !important;
	font-size: 20px !important;
	margin: 8px 0px 0px 0px;
	_margin: 8px 0px 10px 0px;
}

#rightContent b {
	color: #A82E47;
}

#rightContent a {
	text-decoration: none;
	color: #A82E47;
}

#rightContent ul li {
	font-weight: bold;
	color: #A82E47;
	font-size: 13px;
}

#rightContent ul{
	margin-top: 5px;
}

#rightContent p.bodytext {
	_margin: 0px 0px 10px 0px;
}

#content .bodytext {
	margin-bottom: 10px;
}

.bgProjectselement p.bodytext {
	margin-bottom: 0px !important;
}

.bgSmallboxelement.teilnahme p.bodytext {
	margin-top: 6px;
}

/* ************************************ Formulare ************************************** */
input
{
	margin-top: 3px;
	border: 1px solid #9D9D9F;
	font-size: 11px;
	color: #939598;
}

#content button
{
	font-size: 11px;
	color: #FFFFFF;
	background-color: #28b4e4;
	border: 1px solid #939598;
}

.button {
	font-size: 11px;
	color: #FFFFFF;
	background-color: #28b4e4;
	border: 1px solid #939598;
}

.checkbox {
	border: 0px;
}

textarea {
	font-size: 11px;
	color: #939598;
}

/* Extension "felogin" */

.loginFormTop {
	background-image: url(../images/login_top.gif);
	width: 168px;
	height: 48px;
	background-repeat: no-repeat;
}
.loginFormMiddle {
	margin: 0px;
	padding: 0px 10px 10px 10px;
	background-image: url(../images/login_middle.gif);
	background-repeat: repeat-y;
	_height: 0px !important;
}

/* CSS-Hack für IE 7 */
* + html .loginFormMiddle {
	margin: 0px;
	padding: 0px 10px 10px 10px;
	background-image: url(../images/login_middle.gif);
	background-repeat: repeat-y;
	height: 0px !important;
}

.loginFormBottom {
	background-image: url(../images/login_bottom.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	height: 140px;
	padding: 0px 10px 0px 10px;
	background-position: top;
}

.loginFormMiddle h3 {
	margin: 0px;
}

.loginFormBottom label {
	width: 60px !important;
	float: left;
	padding: 6px 5px 0px 0px;
	font-weight: bold;
	color: #1FB6CC;
	text-align: right;
	margin-bottom: 6px;
}

.loginInputField{
	width: 78px;
	_width: 76px;
	border: 1px solid #DDDDDD;
	float: left;
	margin-bottom: 6px;
	background-color: #FFFFFF;
}

.loginButton {
	background-image: url(../images/goButton.gif);
	background-repeat: no-repeat;
	width: 36px;
	height: 18px;
	border: 0px;
	float: right;
	margin-right: 1px;
	_margin-right: 3px;
}

.loginForgotPassword {
	margin-top: 30px;
	_margin-top: 44px;
}

/* CSS-Hack für IE 7 */
* + html .loginForgotPassword {
	margin-top: 44px;
}

label.labelForgot {
	color: #1FB6CC;
	width: 148px !important;
	font-weight: bold;
	margin: 0px 0px 2px 0px;
	padding: 0px;
}
label.labelChangePwd {
	color: #1FB6CC;
	width: 148px !important;
	text-align: left;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}

.inputForgot {
	width: 144px !important;
	margin: 0px;
}
.inputChangePwd {
	width: 144px !important;
	margin-bottom: 6px;
}
.inputChangePwdScnd {
	width: 144px !important;
	margin-bottom: 2px;
}

.submitForgot, .submitChangePwd, .logoutButton {
	font-size: 11px;
	color: #FFFFFF;
	background-color: #28b4e4;
	border: 1px solid #939598;
	margin-bottom: 10px;
	float: right;
}
.forgotPwdFormBottom {
	background-image: url(../images/forgotPwd_bottom.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	height: 155px;
	padding: 0px 10px 0px 10px;
	background-position: top;
}


/* ***** Indexsuche anpassen ***** */
.tx-indexedsearch-redMarkup {
	color: #1FB6CC !important;
}

.tx-indexedsearch-info {
	background-color: #FFFFFF !important;
	color: #1FB6CC;
	padding: 3px;
}
.tx-indexedsearch-info a {
	color: #1FB6CC;
}

span.tx-indexedsearch-path a {
	color: #1FB6CC !important;
}


/* ******************** Formatierung Dateiverweise & Bildbeschreibung ****************** */

.csc-uploads-fileName p	/* Name der Datei */
{
	margin: 0px;
	padding-bottom: 6px;
}

.csc-uploads-icon
{
	vertical-align: top;
}

.csc-uploads-fileSize	/* Dateigröße bei Dateiverweisen/-links */
{
	width: 40px;
	text-align: right;
	vertical-align: top;
}

.csc-uploads-fileSize p 
{
	margin: 0px;
	padding: 0px;
}

.csc-textpic-caption 	/* Bildbeschreibung */
{
	font-size: 10px;
	padding-top: 6px;
	padding-bottom: 10px;
}

/* ******************** Formatierungen Kontaktformular (pi1_mailform) ****************** */

.error
{
	color: #a42c45;
	font-weight: bold;
}

.tx-pilmailform-pi1 label
{
	display:table-cell;
	width:130px;
	float:left;
	vertical-align:middle;
	padding-top:3px;
	text-align: right;
	padding-right: 7px;
}

.tx-pilmailform-pi1 input, .tx-pilmailform-pi1 textarea
{
	font-weight: normal;
	margin-top: 3px;
	border: 1px solid #9D9D9F;
	width: 350px;
}

.tx-pilmailform-pi1 input
{
	width: 350px;
}

.tx-pilmailform-pi1-submitbutton {
	padding-left: 410px;
}

/* ******************************** EXTENSIONS ****************************** */

/* Anmeldeformular */
.tx-rolneueprojekte-pi1 table td {
	padding: 3px;
}

.checkbox {
	border: 0px;
}

.errorMsg {
	font-weight: bold;
	color: #a53148;
	border: 1px dotted #a53148;
	padding: 5px;
}
.errorMsg a {
	color: #a53148;
}

.successMsg {
	font-weight: bold;
	color: #333333;
	font-size: 14px;
}

.tx-rolneueprojekte-pi1-fieldLabel, .user-projektverwaltungadmin-pi1-fieldLabel {
	text-align: right;
	padding: 2px 4px 0px 0px;
	font-weight: bold;
	color: #333333;
}

.mandatoryFields {
	color: #a53148;
	font-weight: bold;
}

.tx-rolneueprojekte-pi1-button {
	color: #FFFFFF;
	background-color: #1FB6CC;
}

.bigText {
	font-size: 14px;
	font-weight: bold;
}

.buchstabenNaviProjekte {
	font-weight: bold;
	color: #949599;
	font-size: 14px;
	text-decoration: none;
}
.buchstabenNaviProjekte a:link, .buchstabenNaviProjekte a:visited {
	font-weight: bold;
	color: #333333;
	font-size: 14px;
	text-decoration: none;
}
.buchstabenNaviProjekte a:hover {
	font-weight: bold;
	color: #333333;
	font-size: 14px;
	text-decoration: underline;
}
.buchstabenNaviProjekte a:active {
	font-weight: bold;
	color: #333333;
	font-size: 14px;
	text-decoration: none;
}

.bigTextColored {
	color: #A62F45;
	font-weight: bold;
	font-size: 14px;
}

.boldText {
	color: #333333;
	font-weight: bold;
}

.projektuebersichtHeadline {
	color: #333333;
}

.moreLink a {
	color: #333333 !important;
	background-image: url(../images/arrow.gif);
	background-repeat: no-repeat;
	background-position: 4px 3px;
	padding-left: 18px;
	text-decoration: none;
	font-size: 12px;
	text-transform: uppercase;
}

.backLink {
	text-align: right;
	margin-bottom: 10px;
}

.backLink a {
	color: #333333 !important;
	background-image: url(../images/arrowBack.gif);
	background-repeat: no-repeat;
	background-position: 4px 3px;
	padding-left: 18px;
	text-decoration: none;
	font-size: 12px;
	text-transform: uppercase;
}

.bgSmallboxelement.teilnahme p.bodytext a:link, .bgSmallboxelement.teilnahme p.bodytext a:visited, .bgSmallboxelement.teilnahme p.bodytext a:hover, .bgSmallboxelement.teilnahme p.bodytext a:active {
	text-decoration: none !important;
}


/* ************************** Überschriften *********************** */
h1.csc-firstHeader {
	font-size: 24px !important;
	color: #A82E45 !important;
	text-transform: uppercase;
	margin-bottom: 10px;
}
h2 {
	font-size: 20px;
	color: #A82E45;
	text-transform: uppercase;
	margin-bottom: 10px;
}
h3 {
	font-size: 18px !important;
	color: #333333 !important;
	text-transform: uppercase;
	padding: 0px;
	margin: 0px 0px 10px 0px;
	margin-bottom: 8px;
}
h4 {
	font-size: 14px;
	color: #333333;
	text-transform: uppercase;
	margin-bottom: 10px;
}
h5 {
	font-size: 12px;
	color: #949494;
	text-transform: uppercase;
	margin-bottom: 8px;
}
h6 {
	font-size: 10px;
	color: #949494;
	text-transform: uppercase;
	margin-bottom: 8px;
}


.socialBookmarks {
	text-align: right;
	margin-top: 20px;
}

.headline {
	font-size: 14px;
	text-transform: uppercase;
	margin-bottom: 4px;
}

.greyBold {
	font-weight: bold;
	color: #333333;
}

.user-publicvoting-pi1 a {
	color: #A82E45 !important;
	font-weight: bold;
}

ul, ol {
	padding-left: 20px;
	margin-bottom: 16px;
}

#underConstructionBody {
	margin: auto;
	text-align: center;
}

#underConstructionContent {
	margin-top: 200px;
}

.fifthElementHome .bgProjectselement .csc-default p.bodytext {
	padding-bottom: 20px !important;
}

