@import url(controls.css);
@import url(sIFR-screen.css);

/****************************************
			SCREEN
****************************************/	

a#zz2_SiteActionsMenu 
{
	color:white !important;
}

#MasterHeader
{
    height:80px !important;
	display:none;
}

#container 
{
	color:#606060;
	margin:25px auto 0px;
	width:977px;
}

#contentArea 
{
    background:#faf6e9;
	clear: both;
}		


.sectionContent 
{		
}			

.section-Meta .sectionContent 
{
	padding: 15px 4px 0px;
}
	
.noMargin
{
	margin-right: 0;		
}
	
.hidden
{
	display: none !important;
}
	
/****************************************
			Site Actions
****************************************/		

.SiteAction
{
	margin: auto;
	width: 960px;
	margin-top: 5px;
	margin-bottom:-20px;
}

.SiteAction .ms-siteaction a:link,
.SiteAction .ms-siteaction a:visited,
.SiteAction .ms-siteaction a:active
{
	color: #ffffff;
}

.SiteAction .ms-siteaction a:hover
{
	color: #ffffff !important;
}

.SiteAction .ms-siteaction
{
	float: right;
}

.userWelcome
{
	float:right;
}

/****************************************
		Properties WebParts
****************************************/

.ms-WPBody
{
	font-family:Arial, Helvetica, Sans-Serif;
	font-size:12px;
}


/****************************************
			  Edit Mode
****************************************/

.clear
{
	clear: both;
	font-size:1px;
	height:1px;
	margin:0;
	margin-bottom:-1px;
	padding:0;
	display:block;
}

.spaceZone-Title
{
	height: 10px;	
}

.spaceZone
{
	height: 25px;
}

.edit-secondaryNav
{
	overflow: auto;
	width: 100%;
	padding-bottom: 40px;
}

.edit-WPZone
{
	overflow: auto;
	padding-bottom: 40px;
	width: 100%;		
}

.edit-WPZone-noBottom
{
	overflow: auto;
	width: 100%;
}

.edit-boxMeta
{
	clear: none;
	float: left;
	margin: 10px 0 10px 8px;
	width: 225px;		
}		
		
/****************************************
		Site Page RIGHT CONTENT
****************************************/
		
	.textContainerRight
	{
		font-size: 1.1em;		
		font-weight: normal;
		padding: 0;
	}
		
	.textContainerRight p
	{
		margin-bottom: 10px;
	}
	
	.rightColPanel
	{
		border-bottom: solid 1px #f1f0ef;		
		margin-bottom: 15px;	
		padding-bottom: 10px;			
	}
	
	.noBorder
	{
		border-bottom: none 0px #ffffff;		
	}
		
	.rightColPanel h3
	{
		background-color: #98918a;
		color: #ffffff;
		font-size: 1.3em;
		font-weight: normal;
		line-height: 1.2em;
		margin-bottom: 10px;
		padding: 6px 10px;	
	}


	.rightColPanel p
	{
		margin: 0 10px 10px;
		color: #756C63;		
	}
	
	.rightColPanel a.link
	{
		background-position: 10px 4px;
		padding-left: 20px;
	}	
	
	.rightColPanel li 
	{
		clear: both;
		overflow: hidden;
	}
	
	.rightColPanel li.link
	{
		background-image: none;
		padding-left: 0;	
	}
	
	.rightColPanel li.image
	{
		margin-top: 10px;		
	}
		
	.rightColPanel li.image a
	{
		display: block;		
		padding-left: 0;
	}
			
	.rightColPanel li img
	{
		float: left;
		margin-right: 8px;
		padding-top: 0px;
	}
	
	.rightColPanel .links li
	{
		background: url(../images/redChevron.png) no-repeat 10px 8px;
		padding: 8px 5px 8px 20px;
	}	
			
	/* roundedPanel */
	.roundedPanel
	{
		background: #8a6d83 url(../images/roundedPanelTop.png) no-repeat left top;
		margin-bottom: 15px;
		padding-top: 5px;				
	}	

	.roundedPanel .content
	{
		background: url(../images/roundedPanelBottom.png) no-repeat left bottom;
		padding: 10px 10px;
		color: #ffffff;		
	}	
	
	.roundedPanel .content h3
	{	
		font-size: 1.4em;		
		margin-bottom: 10px;	
	}	
					
	/* A05 */
	.A05 h3
	{
		background-color: #7692A3;
		color:#ffffff;
		font-size: 1.4em;
		font-weight: normal;
		line-height: 1.4em;				
		padding: 5px 10px;
	}
	
	.A05 .content .links
	{
		position: relative;		
		margin-top: -5px;
	}
	
	.A05 .content .links li
	{
		background: url(../images/redChevron.png) no-repeat 10px 8px;
		border-bottom: solid 1px #F4F3F1;		
		padding: 6px 0;
	}

	.A05 .content .links a
	{
		margin-left: 20px;		
	}
	
			
/****************************************
	   Site Page PRIMARY CONTENT
****************************************/
			
	.Box
	{
		background-color: #756c63;
		border: solid 1px #756c63;
		color: #ffffff;
		font-size: 1.3em;
		font-weight: normal;
		margin: 5px -10px 10px;
		padding: 7px 10px;		
	}
			
	/* textContainer */
/*	.textContainer
	{
		font-size: 1.2em;
		padding: 0 10px;
	}
	
	.textContainer h3
	{
		color: #756c63;
		font-weight: bold;
		margin-bottom: 8px;
	}
	
	.textContainer h4 
	{
		color: #724c68;
		font-weight: bold;
		margin-bottom: 10px;
	}
	
	.textContainer h5
	{
		color: #724c68;
		font-weight: bold;
		margin-bottom: 10px;
	}
		
	.textContainer p
	{
		margin-bottom: 10px;
	}
	
	
	.textContainer .strong
	{
		font-weight: bold;
	}
	
	.textContainer ul
	{
		line-height: 1.3em;
		margin-bottom: 15px;		
	}	
	
	.textContainer ul li
	{
		background: url(../images/list_dots.gif) no-repeat 0px 6px;
		list-style: none;
		margin-bottom: 5px;
		padding-left: 14px;
	}
	
	.textContainer ul li a
	{
		background-image: none;
		padding-left: 0px;
	}
		
	.textContainer a.link
	{
		padding-top: 1px;
	}
	
	.textContainer ul.linkBoldList li 
	{
		background: url(../images/redChevron.png) no-repeat 0px 4px;
		padding-bottom: 4px;
		padding-left: 10px;
		list-style: none;
	}
	
	.textContainer ul.linkBoldList li a
	{
		font-weight: bold;	
	}
	
	.textContainer ul.linkList li 
	{
		background: url(../images/redChevron.png) no-repeat 0px 4px;
		padding-bottom: 4px;
		padding-left: 10px;
		list-style: none;
	}
	
	.textContainer ul.externalLinks li 
	{
		border-bottom: solid 1px #f1f0ef;
	}
*/
	/* activitySectors */
	.activitySectors
	{
		margin: 5px -10px 10px;
		overflow: hidden;
	}
		
	.activitySectors .content
	{		
		font-weight: bold;				
	}
	
	.activitySectors .content .links
	{
		padding-bottom: 0px;
	}
	
	.activitySectors .links li
	{
		background: url(../images/redChevron.png) no-repeat 5px 7px;
		border-bottom: solid 1px #d5d3d0;
		list-style: none;
		padding: 4px 0 4px 15px;	
		position: relative;
	}
	
	.activitySectors .content .links li a
	{
		color:#4C7189;		
		text-decoration:none;
	}	

/* -- End. Site Page PRIMARY CONTENT -- */

/* Custom classes / definitions */

.frameBody
{
    background:transparent !important;
    overflow:hidden;
}

.printOnly
{
    display:none;
}

.noPrint
{
}

.text img
{
    display:block;
}

.userInput
{
    color:#505050 !important;
}

#home
{
	width: 1000px;
	overflow:hidden;
}

#home #top
{
    height:353px;
}

#home #top .left
{
    width:628px;
    float:left;
}

#home #top .right
{
    width:349px;
    height:353px;
    float:left;
    overflow:hidden;
    background:#ad0e29;
}

#home #top .right .innerContainer
{
    padding:30px 32px 0 22px;
}

#home #bottom
{
	background:#faf6e9;
	width:977px !important;
}

#home #bottom .left,
#home #bottom .right
{
    background:#faf6e9;
}

#home #bottom .left
{
    width:628px;
    float:left;
}

#home #bottom .right
{
    width:349px;
    float:left;
}

#home #bottom .right .innerContainer
{
    margin:24px;
}





#content
{
    width:977px;
}

#content #left
{
    float:left;
    width:230px;
}

#content #right
{
    float:left;
    width:747px;
}

#content #rightTop .left
{
    float:left;
    width:500px;
    height:100%;
}

#content #rightTop .right
{
    float:left;
    width:247px;
    background:#ad0e29;
    overflow:hidden;
    height:100%;
}

#content #rightTop .right .ms-WPBody
{
     margin:23px 10px; 
}

#content #left .innerContainer
{
    margin:11px;
}

#content #rightBottom .left
{
    float:left;
    width:500px;
}

#content #rightBottom .right
{
    float:left;
    width:247px;
    overflow:hidden;
}

#content #rightBottom .right .innerContainer
{
    margin:11px;
}



#content, #content #left, #content #right
{
    background:#faf6e9;
}

#content #right #rightTop
{
    background:#dfdcdc;
    height:163px;
    overflow:hidden;
}
#content .largePageHeader
{
    height:180px !important;
}
.ie #content .largePageHeader
{
    height:177px !important;
}
#content .contentTriplet
{
    float:left;
    width:155px;
    overflow:hidden;
}

#content #contentTripletContainer
{
    margin-top:30px;
    margin-bottom:20px;
}
#content #contentTripletContainer strong
{
    color:#000000;
    font-weight:bold;
}

#content #contentTripletMiddle,
#content #contentTripletRight
{
    margin-left:12px;
}

#content #rightBottom .textContainer,
#content #left .textContainer
{
}

#webpartZoneCenterBottom
{
    margin-bottom:20px;
}

#pageTitleContainer
{
    padding-top:24px;
}    
#pageTitle
{
	height:31px;
    margin-left:-3px;
}

#content #rightBottom .right h3,
#content #leftBottom h3,
#content #leftTop h3
{
    margin-top:15px;
}


#contentTwoColumns
{
    background:#faf6e9;
    width:977px;
}
#contentTwoColumns #left
{
    float:left;
    width:230px;
}
#contentTwoColumns #left .innerContainer
{
    margin:11px;
}
#contentTwoColumns #rightTop
{
    height:163px;
}
#contentTwoColumns #rightTop .left
{
    float:left;
    width:500px;
}
#contentTwoColumns #rightTop .right
{
    float:left;
    width:247px;
    background:#AD0E29;
    height:100%;
}
#contentTwoColumns #rightBottom .left
{
    float:left;
}
#contentTwoColumns #right
{
    float:left;
    width:747px;
    overflow:hidden;
}
#contentTwoColumns #webpartZoneCenter .innerContainer
{
}
#contentTwoColumns #pageTitle
{
    margin-left:1px;
    margin-top:24px;
}

/* Site Search Results */

.searchSite
{
    padding:0 11px;
    width:auto;
    padding-bottom:60px;
	background:#ffffff !important;
}
.searchSite, .srch-WPBody
{
	font-family:Arial, Helvetica, Sans-Serif !important;
    font-size:12px;
}
.searchSite a
{
    display:inline;
    background:transparent !important;
    text-decoration:none !important;
	color:#ad0e29 !important;
}
.searchSite a:hover,
.searchSite a:focus
{
    text-decoration:underline !important;
	background:transparent !important;
}
.searchSite #ZoneTable
{
	table-layout:fixed;
	background:#F6F6F6 !important;
}
.searchSite .searchOptions
{
	background:#ededed !important;	
	float:right;
	height:24px;
	padding-right:12px;
	padding-top:10px;
	width:500px;
}
.searchSite .searchOptions .item
{
    margin:0 2px;
}
.searchSite #CSR_RV
{
    padding-right:3px;
}
.searchSite #SRCHRSSL
{
    background:url(../images/rss.gif) no-repeat 1px 0px !important;
    padding-left:19px;
}
.searchSite #SRCHRSSL
{
	color:#ad0e29 !important;
}
.searchSite #SRCHRSSL:hover,
.searchSite #SRCHRSSL:focus
{
	text-decoration:underline !important;
}
.searchSite div.srch-stats
{
	font-size:12px;
    font-weight:bold;
    padding:0 14px;
	height:34px;
	background:#ededed !important;
	display:table-cell;
	vertical-align:middle;
	width:430px;
	color:#5f5f5f !important;
}
.ie_7 .searchSite div.srch-stats
{
	padding-top:10px;
	height:24px;
	width:420px;
}
.searchSite #SRP a
{
    background:transparent;
}
.searchSite .pageBar
{
    float:right;
    margin-top:-1px;
}
.searchSite #MidLowerLeftCell,
.searchSite #MidLowerRightCell
{
    background:#EDEDED !important;
}
.searchSite #MidLowerRightCell td
{
    text-align:right;
}
.searchSite #BottomCell
{
	padding-top:0 !important;
	background:#ffffff;
}

.searchSite #BottomCell #SRP
{
    height:34px;
    background:#ededed;
    line-height:33px;
    text-align:right;
    height:27px;
    padding-top:7px;    
}
.searchSite .pageNo
{
    float:left;
    width:19px;
    height:19px;
    display:block;
    background:#ffffff;
    border:1px solid #c1c1c1;
    text-align:center;
    line-height:19px;
    margin-right:5px;
    font-weight:bold;
    color:#ad0e29 !important;
    cursor:pointer;
}
.searchSite .pageNoActive
{
    background:#ad0e29;
    color:#ffffff !important;
	cursor:default;
}
.searchSite .pageNo:hover .text,
.searchSite .pageNo:focus .text
{
    text-decoration:underline !important;
}
.searchSite .prevPage
{
    background:#ffffff url(../images/arrowLeftWhiteBg.gif) no-repeat 6px 5px;
    padding-left:12px;
    width:48px;
}
.searchSite .nextPage
{
    background:#ffffff url(../images/arrowWhiteBg.gif) no-repeat 43px 5px;
    padding-right:12px;
    width:48px;
}
.searchSite .row 
{
    padding:16px 6px 5px;
}
.searchSite .even
{
    background:#ffffff;
    min-height:48px;
}
.searchSite .odd
{
    background:#f6f6f6;
    min-height:46px;
}
.searchSite .srch-Icon
{
    margin-right:8px;
    display:block;
    float:left;
    width:16px;
    height:16px;
}
.ie .searchSite .srch-Icon a,
.ie .searchSite .srch-Icon a:hover
{
    border:0;
}
.searchSite .srch-Title
{
    margin:0 !important;
    padding:0 !important;
}
.searchSite .srch-Metadata,
.searchSite .srch-Metadata a
{
	font-family:Arial, Helvetica, Sans-Serif !important;
	font-size:12px !important;
}
.searchSite .srch-Metadata
{
    padding:2px 24px 0 !important;
    margin:0 !important;
	color:#8c8c8c !important;
}
.searchSite .srch-Metadata a
{
	color:#ad0e29 !important;
}
.searchSite .srch-URL
{
}
.searchSite .srch-alertme img
{
	margin-top:-6px;
}
.searchSite .srch-Description 
{
    margin:0 0 1px 0 !important;
    padding:0 !important;
    display:inline;
}
.searchSite .srch-Description,
.searchSite .srch-Description b
{
	color:#606060 !important;
}
.searchSite #RightCell
{
    display:none;
}
.searchSite #MainLeftCell
{
	width:100%;
}
.searchSite .ms-PartSpacingVertical
{
	height:12px;
	margin:0 !important;
	background:#FFFFFF;
}
.searchSite .srch-dup
{
	display:block;
	margin:2px 0;
}

.searchSite td#MainLeftCell 
{
	width: 100%;
}

.searchSite td#RightCell 
{
	display: none;
	visibility:hidden;
	width: 1px;
}

.searchSite div.srch-sort-right a
{
	color: #4d718b;
}

.searchSite span.srch-Title a
{
	color: #4d718b;
}

.searchSite span.srch-Icon img
{
	float: left;
	margin-right: 5px;
}

.searchSite div.srch-Description
{
	margin-top: 7px;
}
	
.searchSite p.srch-Metadata
{
	margin-bottom: 25px;
	margin-left: 18px;
	padding-left: 3px;
}

.searchSite div.srch-stats
{
	padding: 5px 20px;
}

.searchSite div.srch-stats a
{
	color: #4d718b;
}
	
.searchSite div.srch-Page
{
	font-size: 1.1em;
	padding: 5px 10px;
}

.searchSite div.srch-Page a
{
	color: #4d718b;
}

.searchSite .srch-Summary
{
    background:white !important;
}

.searchSite #CSR_NO_RESULTS
{
    font-weight:bold;    
}

.searchSite #CSR_NO_RESULTS ol
{
    font-weight:normal;
    margin:20px 0;
}

/* Site Search Result End */


/* RTE */

.sIFR-Rot20px
{
    display:block;
    color:#ad0e29 !important;
    line-height:normal !important;
    margin-bottom:10px;
    font-style:italic;
    font-family:Georgia,Arial,Helvetica,Sans-Serif;
    font-weight:normal;
    letter-spacing:0.6px;
    font-size:20px !important;
}

.disRot
{
    color:#ac0d29 !important;
}

.nummerierungGrossRot
{
    font-size:39px;
    color:#ac0d29 !important;
    display:block !important;
}

.textContainer p
{
    line-height:15px;
    margin:20px 0 12px;
}

.textContainer h3 
{
    margin-bottom:12px;
    margin-top:24px;
}

.textContainer h4
{
    margin-top:17px;
}

.textContainer ul
{
    margin:15px 0;
}

.textContainer .einleitung
{
    display:block;
    margin-bottom:12px;
    font-size:15px;
    font-weight:bold;
    line-height:18px;
    margin-top:18px;
}

.textContainer .abstandNormal
{
    line-height:0;
    font-size:1px;
    margin-bottom:18px;
    display:block;
}

.textContainer li, .punktListe li, .searchSite #CSR_NO_RESULTS li
{
    background:transparent url(../images/bulletPoint.png) no-repeat scroll 0 3px;
    padding-left:16px;
    margin-bottom:7px;
}

.textContainer .reduzierterAbstandUntenGross
{
    display:block;
    margin-bottom:-10px;
}
.textContainer .reduzierterAbstandUntenMittel
{
    display:block;
    margin-bottom:-7px;
}

.textContainer .abstandUntenGross
{
    display:block;
    margin-bottom:10px;
}
.textContainer .abstandUntenMittel
{
    display:block;
    margin-bottom:7px;
}
.textContainer .abstandUntenKlein
{
    display:block;
    margin-bottom:5px;
}

.textContainer .grauerLink
{
    color:#5f5f5f !important;
    text-decoration:underline !important;
}
.textContainer .grauerLink:hover
{
    color:#AD0E29 !important;
    text-decoration:underline !important;
}

.bildTextZweispaltig
{
    display:block;
    margin:0 0 26px !important;
    border-collapse:collapse;
}
.bildTextZweispaltig img
{
    margin:0 !important;
}
.bildTextZweispaltig td
{
    padding:0;
    vertical-align:top;
}
.bildTextZweispaltig .linkeSeite
{
    padding-right:10px;
}
.bildTextZweispaltig .rechteSeite .text
{
    color:#606060;
    margin-top:-3px;
}
.textContainer .linkUeberschrift 
{
    font-size:15px !important;
}

.textContainer .bildAbstandVertikal
{
    margin:17px 0 !important;
    display:block;
}

.textContainer .tabelleAbstandRechts
{
    padding-right:15px !important;
}

.textContainer .tabelleAbstandVertikal
{
    margin-top:17px !important;
    margin-bottom:17px !important;
}

/* RTE Table Wizard Fix */
.reInsertTable table
{
    border-spacing:2px !important;
}
.reInsertTable table td 
{
    border:1px solid #828282 !important;
}

.hotlineNumber
{
    display:block;
    color:#ad0e29 !important;
    line-height:normal !important;
    font-style:italic;
    font-family:Georgia,Arial,Helvetica,Sans-Serif;
    font-weight:normal;
    letter-spacing:0.6px;
    font-size:20px !important;
	margin-left:3px;
}

.wusstenSieSchon
{
}

/* RTE End */
