﻿#header
{
	display:none;
	visibility:hidden;
}

.leftPane
{
	display:none;
	visibility:hidden;
}

.rightPane
{
	display:none;
	visibility:hidden;
}


body
{
	margin:0px;
	font-family:Arial ,Georgia;
	font-size:12px;
	padding:10px 10px 10px 15px;

}
.lnkPrint
{
	position:relative;	
	clear:both;
	width:100%;
}

.lnkPrint a
{
	position:relative;
	background-image:url(../images/printIconWhiteBG.jpg);
	background-position:0px 3px;
	background-repeat:no-repeat;
	padding:13px 0px 13px 40px;
	color:#FF6633;
	cursor:pointer;
	font-family:Myriad Pro ,Georgia;
	text-decoration:none;		
	float:right;
	margin:5px 5px 5px 5px;
}

.lnkPrint a:hover
{
    text-decoration:underline;
}



/*-------------------------------------content.css-------------------------------------*/

/*---------Rechter Bereich Layout---------*/

.contentpane
{
    position:relative;
    float:left;
    width:100%;
}

.rightPane .head
{
    position:relative;
    float:left;
    height:2px;
    width:208px;
}

.rightPane .head img
{
    position:relative;
    float:left;
    height:2px;
}


.rightPane .main
{
    position:relative;
    float:left;
    width:175px;
    background-color:#eceded;
    padding-left:23px;
    padding-top:20px;
    padding-bottom:20px;
    padding-right:10px;
}

.rightPane .footer
{
    position:relative;
    float:left;
    height:3px;
    width:208px;
}

.rightPane .footer img
{
    position:relative;
    float:left;
    height:3px;
}

/*---------Rechter Bereich Layout Ende---------*/


/*---------News Teaser---------*/

#main .rightPane .main .teaser
{
    position:relative;
    float:left;
    
}

#main .rightPane .main .teaserHeadline
{
    position:relative;
    float:left;
    margin-bottom:15px;
    font-family:verdana;
    font-size:11px;
    color:#8e8f90;
    font-weight:bold;
    
}

#main .rightPane .main .teaser .newsTeaser
{
    position:relative;
    float:left;
    margin-bottom:25px;
    
}



#main .rightPane .main .teaser .newsTeaser .headline
{
    position:relative;
    float:left;
    font-family:verdana;
    font-size:11px;
    color:#333333;
    font-weight:bold;
}

#main .rightPane .main .teaser .newsTeaser .description
{
    position:relative;
    float:left;
        font-family:Verdana, Arial;
    font-size:11px;
    color:#333333;
}

#main .rightPane .main .teaser .newsTeaser a
{
    position:relative;
    float:right;
    font-family:Verdana, Arial;
    font-size:11px;
    color:#801976;
    font-weight:bold;
    text-decoration:none;
    background-image:url(../images/linkBgPink.jpg);
    background-repeat:no-repeat;
    background-position:0px 2px;
    padding-left:10px;
    top:-12px;
}

#main .rightPane .main .teaser .newsTeaser a:hover
{
    position:relative;
    float:right;
    text-decoration:underline;
}

/*---------News Teaser Ende---------*/

/*---------Kontakt Teaser---------*/
#main .leftPane .teaserPane .main .contactTeaser
{
    position:relative;
    float:left;
    margin-bottom:20px;
    
}

#main .leftPane .teaserPane .main .contactTeaser .headline
{
    position:relative;
    float:left;
    font-family:verdana;
    font-size:11px;
    color:#ffffff;
    font-weight:bold;
    margin-bottom:10px;
}

#main .leftPane .teaserPane .main .contactTeaser .description
{
    position:relative;
    float:left;
        font-family:Verdana, Arial;
        clear:both;
    font-size:11px;
    color:#ffffff;
}

#main .leftPane .teaserPane .main .contactTeaser .description a
{
    position:relative;
    float:left;
    font-family:Verdana, Arial;
    font-size:10px;
    color:#ffffff;
    margin-top:5px;
    font-weight:bold;
    text-decoration:none;
    background-image:url(../images/linkBgWhite.jpg);
    background-repeat:no-repeat;
    background-position:0px 2px;
    padding-left:10px;
    left:-10px;
}

#main .leftPane .teaserPane .main .contactTeaser .description a:hover
{

    text-decoration:underline;
}

/*---------Kontakt Teaser Ende---------*/

/*---------Kontakt Teaser Rechts---------*/
#main .rightPane .main .contactTeaserRight
{
    position:relative;
    float:left;
    margin-bottom:20px;
    
}

#main .rightPane .main .contactTeaserRight .contactTeaserRightBorder
{
    position:relative;
    float:left;
    margin-bottom:30px;
    
}

#main .rightPane .main .contactTeaserRight .description
{
    position:relative;
    float:left;
    font-family:Verdana, Arial;
    clear:both;
    font-size:11px;
    color:#333333;
}

#main .rightPane .main .contactTeaserRight .description .position
{
	position:relative;
	float:left;
}

#main .rightPane .main .contactTeaserRight .description .name
{
    position:relative;
    float:left;
    clear:both;
    font-weight:bold;
    margin-bottom:3px;
}

#main .rightPane .main .contactTeaserRight .description .phoneFax
{
    position:relative;
    float:left;
    clear:both;
}





#main .rightPane .main .contactTeaserRight .description a
{
    position:relative;
    float:left;
    font-family:Verdana, Arial;
    color:#801976;
    font-size:10px;
    margin-top:10px;
    font-weight:bold;
    text-decoration:none;
    background-image:url(../images/linkBgPink.jpg);
    background-repeat:no-repeat;
    background-position:0px 2px;
    padding-left:10px;
}

#main .rightPane  .main .contactTeaserRight .description a:hover
{

    text-decoration:underline;
}

/*---------Kontakt Teaser Ende---------*/



/*---------Nur Text Bereich und Allgemeine Styles---------*/
.textContainer
{
    position:relative;
    float:left;
}

.textBorder
{
	position:relative;
	float:left;
}

h1
{
	position:relative;
    font-family:Verdana, Arial;
    font-size:12px;
    color:#801976;
    font-weight:bold;
    font-size:14px;
    margin-top:0px;
    padding-top:0px;
    top:-3px;
}

p
{
    line-height:16px;
}

/*---------Nur Text Bereich und Allgemeine Styles Ende---------*/



.leftPane .teaserPane
{
    position:relative;
    float:left;
    width:226px;
    height:auto;
    
    
}

.leftPane .teaserPane .header
{
    position:relative;
    float:left;
    height:3px;
    width:226px;
}

.leftPane .teaserPane .header img
{
    position:relative;
    float:left;
    height:3px;
}


.leftPane .teaserPane .main
{
    position:relative;
    float:left;
    width:202px;
    background-image:url(../images/leftNavBody.jpg);
    background-repeat:repeat-y;
    padding-left:42px;
    padding-top:18px;
}



.leftPane .teaserPane .footer
{
    position:relative;
    float:left;
    height:3px;
    width:226px;
    background-image:url(../images/leftNavFooter.jpg);
    background-repeat:no-repeat;
}



/*---------Suchefeld---------*/

.rightPane .search
{
    position:relative;
    float:left;
    margin-bottom:30px;
}

.rightPane .search .headline
{
    position:relative;
    float:left;
    font-family:verdana;
    font-size:11px;
    color:#8e8f90;
    font-weight:bold;
    margin-bottom:10px;
}


.rightPane .search .searchField
{
    position:relative;
    float:left;
    clear:both;
}

.rightPane .search .searchFieldTb
{
    position:relative;
    float:left;
    background-image:url(../images/searchFieldTb.jpg);
    width:138px;
    background-repeat:no-repeat;
    height:15px;
    border:0px;
    border:none;
    padding:4px 7px 2px 7px;
    font-family:Verdana, Arial;
    color:#8e8f90;
    font-size:11px;
}


.rightPane .search .searchBtn
{
    position:relative;
    float:right;
    left:3px;
    width:20px;
    height:21px;
}

.rightPane .search .searchBtn img
{
    border:0px;
    border:none;
}


/*---------Suchefeld Ende---------*/


/*---------Startseite---------*/

.startTeaser
{
	position:relative;
	float:left;
	clear:both;
	width:432px;
	margin-bottom:40px;
}

.startTeaser .prvImage
{
	position:relative;
	float:left;
	width:98px;
}

.startTeaser .prvText
{
	position:relative;
	float:left;
	width:314px;
	padding-left:20px;
	margin-bottom:10px;
}

.startTeaser .prvText h2
{
	position:relative;
	float:left;
	font-family:Verdana;
	font-size:11px;
	color:#000000;
	padding:0px;
	margin:0px 0px 5px 0px;
}

.startTeaser .prvText .description
{
	position:relative;
	float:left;
}

.startTeaser a
{
	    position:relative;
    float:right;
    font-family:Verdana, Arial;
    font-size:11px;
    color:#801976;
    font-weight:bold;
    text-decoration:none;
    background-image:url(../images/linkBgPink.jpg);
    background-repeat:no-repeat;
    background-position:0px 2px;
    padding-left:10px;
}

.startTeaser a:hover
{
	text-decoration:underline;
}


/*---------Startseite Ende---------*/


/*---------Vorstand---------*/

.managementRow
{
	position:relative;
	float:left;
	width:100%;
	margin-bottom:15px;
}

.managementRow .managementDescr
{
	position:relative;
	float:left;
	font-family:Verdana;
	font-size:11px;
	width:343px;
	padding-right:20px;
}

.managementRow .managementDescr .name
{
	position:relative;
	float:left;
	width:100%;
	margin-bottom:3px;
	font-weight:bold;
}

.managementRow .managementDescr .role
{
	position:relative;
	float:left;
	width:100%;
	margin-bottom:3px;
}

.managementRow .managementDescr .department
{
	position:relative;
	float:left;
	width:100%;
	margin-bottom:3px;
}

.managementRow .prvImage
{
	position:relative;
	float:right;
	width:69px;
}


/*---------Vorstand Ende---------*/


/*---------Tabellen---------*/

.contentTable
{
	position:relative;
	float:left;
	width:432px;
	padding-bottom:25px;
	clear:both;
}

.contentTable thead
{
    padding:0px;
}

.contentTable thead tr
{
	position:relative;
	float:left;
	width:432px;
	border-bottom:1px solid #801276;
	font-weight:bold;
}

.contentTable thead tr td
{
	position:relative;
	width:216px;
}

.contentTable tbody .white
{
	position:relative;
	float:left;
	width:432px;
	background-color:#ffffff;
	padding:2px 0px 2px 0px;
}

.contentTable tbody .dark
{
	position:relative;
	float:left;
	width:432px;
	background-color:#ececed;
	padding:2px 0px 2px 0px;
}

.contentTable tbody .white td
{
	position:relative;
	width:216px;
}

.contentTable tbody .dark td
{
	position:relative;
	width:216px;
}





/*---------Tabellen Ende---------*/


/*---------Suche---------*/
.searchHeader
{
	position:relative;
	float:left;
	margin-bottom:20px;
	
}

.searchHeader .searchWord
{
	position:relative;
	float:left;
	margin-bottom:20px;
	
}

.searchHeader .results
{
	position:relative;
	float:left;
	clear:left;
	
}

.searchResult
{
	position:relative;
	float:left;
	margin-bottom:25px;
}

.searchResult .title
{
	position:relative;
	float:left;
	width:432px;
	font-family:Verdana, Arial;
	font-size:11px;
	font-weight:bold;
	background-color:#ececed;
	padding:1px 0px 1px 5px;
	margin-bottom:10px;
	left:-5px;
}

.searchResult .description
{
	position:relative;
	float:left;
	width:432px;
	margin-bottom:10px;
	padding:1px 0px 1px 5px;
	left:-5px;
}

.searchResult .link
{
	position:relative;
	float:left;
	width:432px;
	padding:1px 0px 1px 5px;
	left:-5px;
}

.searchResult .link a
{
	font-family:Verdana, Arial;
	font-size:11px;
	color:#999999;
	text-decoration:none;
}

.searchResult .link a:hover
{
	text-decoration:underline;
}

/*---------Suche Ende---------*/

/*---------Kontaktformular---------*/

.contactForm
{
	position:relative;
	float:left;
	width:100%;
	height:auto;
}

.contactForm .contactRow
{
	position:relative;
	float:left;
	width:100%;
	margin-bottom:5px;
}

.contactForm .contactRowMultiline
{
	position:relative;
	float:left;
	width:100%;
	margin-bottom:5px;
	margin-top:10px;
}



.contactForm .contactRow .title
{
	position:relative;
	float:left;
	width:100px;
}

.contactForm .contactRowMultiline .title
{
	position:relative;
	float:left;
	width:100px;
}

.contactForm .contactRow .textBoxField
{
	position:relative;
	float:right;
	width:295px;
}

.contactForm .contactRowMultiline .textBoxField
{
	position:relative;
	float:right;
	width:295px;
}

.contactForm .contactRow .textBoxField .textBox
{
	position:relative;
	float:left;
	border:none;
	border:0px;
	width:287px;
	height:15px;
	background-image:url(../images/feld_1.gif);
	background-repeat:no-repeat;
	font-family:Verdana, Arial;
	font-size:11px;
	padding:4px 4px 2px 4px;
	margin:0px 0px 5px 0px;
}

.contactForm .contactRow .textBoxField .textBoxShort
{
	position:relative;
	float:left;
	border:none;
	border:0px;
	width:69px;
	height:15px;
	background-image:url(../images/feld_2.gif);
	background-repeat:no-repeat;
	font-family:Verdana, Arial;
	font-size:11px;
	padding:4px 4px 2px 4px;
	margin:0px 0px 5px 0px;
}

.contactForm .contactRow .textBoxField .textBoxLong
{
	position:relative;
	float:right;
	border:none;
	border:0px;
	width:200px;
	height:15px;
	background-image:url(../images/feld_3.gif);
	background-repeat:no-repeat;
	font-family:Verdana, Arial;
	font-size:11px;
	padding:4px 4px 2px 4px;
	margin:0px 0px 5px 0px;
}

.contactForm .contactRowMultiline .textBoxField .textBoxMultiline
{
	position:relative;
	float:left;
	border:none;
	border:0px;
	width:287px;
	height:105px;
	background-image:url(../images/feld_4.gif);
	background-repeat:no-repeat;
	font-family:Verdana, Arial;
	font-size:11px;
	padding:4px 4px 2px 4px;
	margin:0px 0px 5px 0px;
}

.contactForm .validation
{
	position:relative;
	float:left;
	width:100%;
}

.contactForm .validation .validationMessage
{
	position:relative;
	float:left;
	clear:both;
	margin-bottom:5px;
	margin-top:5px;
}



.contactForm .contactRowFooter
{
	position:relative;
	float:left;
	width:100%;
	margin-bottom:10px;
	margin-top:10px;
}

.contactForm .contactRowFooter .dutyField
{
	position:relative;
	float:left;
}

.contactForm .contactRowFooter .sendBtn
{
	position:relative;
	float:right;
}

.contactForm .contactRowFooter .sendBtn .send
{
	position:relative;
	float:left;
}



/*---------Kontaktformular Ende---------*/

/*---------Sitemap---------*/
.sitemap
{
	position:relative;
	float:left;
	width:100%;
}

.sitemap .sitemapSpacer
{
	position:relative;
	float:left;
	width:432px;
	background-image:url(../images/sitemapEbene1Spacer.jpg);
	background-repeat:no-repeat;
	height:14px;
}

.sitemap .sitemapArea1
{
	position:relative;
	float:left;
	width:432px;
	height:12px;
	
	background-image:url(../images/sitemapEbene1.jpg);
	background-repeat:no-repeat;
}

.sitemap .sitemapArea1 a
{
	position:relative;
	float:Left;
	left:20px;
	top:-2px;
	font-size:12px;
	font-family:arial;
	color:#424242;
	font-weight:bold;
	text-decoration:none;
} 



.sitemap .sitemapArea2
{
	position:relative;
	float:left;
	width:432px;
	height:22px;
	background-image:url(../images/sitemapEbene2.jpg);
	background-repeat:no-repeat;
}

.sitemap .sitemapArea2 a
{
	position:relative;
	float:Left;
	left:40px;
	top:3px;
	font-size:12px;
	font-family:arial;
	color:#424242;
	font-weight:bold;
	text-decoration:none;
	
}



.sitemap .sitemapArea3
{
	position:relative;
	float:left;
	width:432px;
	height:17px;
	background-image:url(../images/sitemapEbene3.jpg);
	background-repeat:no-repeat;
}

.sitemap .sitemapArea3 a
{
	position:relative;
	float:Left;
	left:58px;
	font-size:12px;
	font-family:arial;
	color:#424242;
	text-decoration:none;
}



.sitemap .sitemapArea4
{
	position:relative;
	float:left;
	width:432px;
	height:17px;
	background-image:url(../images/sitemapEbene4.jpg);
	background-repeat:no-repeat;
}

.sitemap .sitemapArea4 a
{
	position:relative;
	float:Left;
	left:70px;
	font-size:11px;
	font-family:arial;
	color:#424242;
	text-decoration:none;
}

.sitemap .sitemapArea1 a:hover, .sitemapArea2 a:hover,.sitemapArea3 a:hover ,.sitemapArea4 a:hover
{
	text-decoration:underline;
}

.sitemap .sitemapFooter
{
	position:relative;
	float:left;
	width:432px;
	background-image:url(../images/sitemapFooter.jpg);
	background-repeat:no-repeat;
	height:9px;
}





/*---------Sitemap Ende---------*/


/*---------KeyVisual---------*/

.keyVisual
{
    position:relative;
    float:left;
    top:0px;
    z-index:1;
    min-height:517px;
}

.keyVisual img
{
    position:absolute;
    float:left;
    top:0px;
}

/*---------KeyVisual Ende---------*/


/*---------Pressearchiv---------*/

.pressArchive
{
    position:relative;
    float:left;
    width:100%;
}

.pressArchive .pressBorder
{
    position:relative;
    float:left;
    width:432px;
    margin-bottom:20px;
    padding-bottom:10px;
    border-bottom:1px solid #d9dadb;
}

.pressArchive .pressBorder .dateField
{
    position:relative;
    float:left;
    width:100px;
    font-weight:bold;
}

.pressArchive .pressBorder .newsField
{
    position:relative;
    float:right;
    width:332px;
}

.pressArchive .pressBorder .newsField .preview
{
    position:relative;
    float:left;
    margin-bottom:5px;
    clear:both;
    width:332px;
}

.pressArchive .pressBorder .newsField .firm
{
    position:relative;
    float:left;
    color:#999999;
    margin-bottom:5px;

}

.pressArchive .pressBorder .newsField .morelink
{
    position:relative;
    float:left;
    clear:both;
}

.pressArchive .pressBorder .newsField .morelink a
{
    position:relative;
    float:left;
    color:#801976;
    font-family:Verdana, Arial;
    font-weight:bold;
    text-decoration:none;
    padding-left:12px;
    background-image:url(../images/pfeil.gif);
    background-repeat:no-repeat;
    background-position:0px 3px;
}

.pressArchive .pressBorder .newsField .morelink a:hover
{
    text-decoration:underline;
}


/*---------Pressearchiv Ende---------*/

/*---------Medianarchiv---------*/

.mediaPreviewText
{
    position:relative;
    float:left;
    width:100%;
    border-bottom:1px solid #d9dadb;
    padding-bottom:20px;
    margin-bottom:20px;
}

.mediaArchive
{
    position:relative;
    float:left;
    width:432px;
}

.mediaArchive .mediaRow
{
    position:relative;
    float:left;
    width:432px;
    margin-bottom:10px;
    padding-bottom:10px;
    border-bottom:1px solid #d9dadb;
}

.mediaArchive .mediaRow .prvImage
{
    position:relative;
    float:left;
    width:69px;
}

.mediaArchive .mediaRow .descr
{
    position:relative;
    float:right;
    width:350px;
    height:100px;
}

.mediaArchive .mediaRow .descr .name
{
    position:relative;
    float:left;
    width:100%;
    font-weight:bold;
}

.mediaArchive .mediaRow .descr .name .extension
{
    position:relative;
    font-weight:normal;
    
}

.mediaArchive .mediaRow .descr .download
{
    position:absolute;
    float:left;
    bottom:0px;
    left:0px;
}

.mediaArchive .mediaRow .descr .download .downloadDpi
{
    position:relative;
    float:left;
    clear:both;
}


.mediaArchive .mediaRow .descr .download a
{
    position:relative;
    float:left;
    color:#801976;
    font-family:Verdana, Arial;
    font-weight:bold;
    clear:both;
    text-decoration:none;
    padding-left:12px;
    background-image:url(../images/pfeil.gif);
    background-repeat:no-repeat;
    background-position:0px 3px;
    margin-bottom:3px;
}

.mediaArchive .mediaRow .descr .download a:hover
{
    text-decoration:underline;
}



/*---------Medianarchiv Ende---------*/




/*-------------------------------------content.css Ende-------------------------------------*/
