@charset "utf-8";

* {
	margin: 0;
	padding: 0;
}

body {
	background: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#theSite {
	margin: -15px 0 0 20px;
}

a {
	color: #000;
	text-decoration: none;
}

a:active, a:focus { outline: none; }

a:hover {
	text-decoration: underline;
}

.linkpfeil {
	font-size: 13px;
	color: #ff6600;
	margin: 0 0 0 -11px;
}


/* ############## KOPFBEREICH ###################### */


#header {
	width: 960px;
	height: 75px;
	background: none;
}

h2.titel {
	width: auto;
	height: 18px;
	border-bottom: 1px solid #ccc;
	color: #ff6600;
	padding: 4px 0 0 10px;
	font-size: 11px;
	font-weight: normal;
}

#header img {
	margin: 15px 0 0 0;
}

.globalNav {
	position: absolute;
	left: 270px;
	top: 43px;
	color: #999;
}

.globalNav li {
	display: inline;
}

.globalNav li a {
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
	margin: 0 5px 0 5px;
	color: #000;
}

.globalNav li a:hover {
	color: #ff6600;
	text-decoration: underline;
}

.metaNav {
	position: absolute;
	left: 827px;
	top: 6px;
}

.metaNav li {
	float: left;
	list-style: none;
}

.metaNav li a {
	font-size: 11px;
	text-decoration: none;
	color: #000;
	margin: 0 4px;
}

.metaNav li a:hover {
	text-decoration: underline;
}

#selectCountry {
	height: 20px;
	position: absolute;
	left: 594px;
	top: 42px;
	width: 164px;
}

#selectCountry select {
	float: left;
	font-size: 11px;
	width: 136px;
	height: 19px;
}

#selectCountry input.cssBtn, #selectCountry input.cssBtn:hover, #selectCountry input.cssBtnHovr {
	width: 22px;
}

form select {
	border: 1px solid #7F9DB9;
}

#searchBox {
	font-size: 11px;
	height: 19px;
	position: absolute;
	left: 778px;
	top: 42px;
	width: 202px;
}

#searchBox input.inputFeld {
	float: left;
	font-size: 11px;
	padding: 2px;
	width: 130px;
}

form input.inputFeld {
	border: 1px solid #7F9DB9;
}

#searchBox input.cssBtn, #searchBox input.cssBtn:hover, #searchBox input.cssBtnHovr {
	width: 60px;
}

#searchBox input.cssBtn, #selectCountry input.cssBtn, #searchBox input.cssBtn:hover, #selectCountry input.cssBtn:hover, #searchBox input.cssBtnHovr, #selectCountry input.cssBtnHovr {
	float: right;
}

input.cssBtn {
	background: #993300;
	border: none;
	color: #fff;
	cursor: pointer;
	font-size: 11px;
	font-weight: bold;
	padding: 2px 6px;
}

input.cssBtn:hover, input.cssBtnHovr {
	background: #ff6600;
}


/* ############## KOPFBEREICH - ENDE ###################### */


#wrapper {
	width: 960px;
	clear: both;
}


/* ############## LINKE SPALTE ###################### */


#leftcolumn {
	width: 640px;
	height: auto;
	background: #fff;
	float: left;
	clear: left;
}

#video {
	width: 640px;
	height: 360px;
	background: #bbb;
	float: left;
}

#aktuell {
	width: 300px;
	height: 200px;
	background: #fff;
	margin: 10px 0 0 0;
	float: left;
}

#aktuell h3 {
	font-size: 11px;
	font-weight: bold;
	margin: 8px 0 0 10px;
}

#aktuell p {
	margin: 0 5px 0 10px;
}

#aktuell p a {
	margin: 0 0 0 -1px;
}

#tabbed {
	width: 320px;
	height: 160px;
	margin: 10px 0 0 20px;
	background: #fff;
	float: left;
}


/* ############## LINKE SPALTE - ENDE ###################### */


/* ############## RECHTE SPALTE ###################### */


#rightcolumn {
	width: 300px;
	height: auto;
	background: #fff;
	margin: 0 0 0 20px;
	float: left;
}

#ansprechpartner {
	height: 135px;
	background: #fff;
	border-bottom: 1px solid #ccc;
	width: 300px;
}

#ansprechpartner img {
	float: right;
	margin: 10px 0 0 0;
}

#ansprechpartner p {
	margin: 0 0 0 10px;
	font-size: 12px;
	line-height: 15px;
}

.apname {
	font-size: 12px;
	color: #999;
	font-weight: bold;
	line-height: 26px;
}

#ansprechpartner p a {
	line-height: 26px; 
	margin: 0 0 0 -1px;
}

#cover {
	height: auto;
	background: #fff;
	border-bottom: 1px solid #ccc;
	width: 300px;
	padding: 10px 0 0 0;
}

#cover p {
	margin: 6px 0 10px 10px;
}

#cover img {
	float: right;
	margin: 10px 0 0 10px;
}

#tagcloud {
	height: auto;
	background: #fff;
	border-bottom: 1px solid #ccc;
	width: 290px;
	padding: 10px 5px;
}

#zeitstrahl {
	height: auto;
	background: #fff;
	padding: 10px 0 0 0;
	width: 300px;
}


/* ############## RECHTE SPALTE - ENDE ###################### */


#tagcloud2 {
	width: 950px;
	height: auto;
	padding: 10px 5px;
	background: #fff;
	border-top: 1px solid #ccc;
	clear: left;
	margin: 0 0 0 0px;
}


/* ############## FOOTERBEREICH ###################### */


#footer {
	width: 960px;
	height: 20px;
	background: #993300;
	clear: both;
	margin: 0 0 0 0px;
	border-top: 3px solid #fff;
}

#footer ul {
	float: right;
	color: #fff;
	margin: 2px 5px 0 0;
}

#footer li {
	display: inline;
}

#footer li a {
	font-size: 11px;
	text-decoration: none;
	margin: 0 5px;
	color: #fff;
}

#footer li a:hover {
	text-decoration: underline;
}

#footer a#standorte:hover, #footer a#standorte:focus, #footer a#standorte:active {
	text-decoration:underline;
}

#footer a#standorte {
	float: left;
	-moz-background-clip: border;
	-moz-background-inline-policy: continuous;
	-moz-background-origin: padding;
	background: transparent url(http://pwc.de/portal/themes/html/PwCImages/bg_icon_standorte.gif) no-repeat scroll 0 0;
	color: #fff;
	display: block;
	font-size: 11px;
	height: auto;
	margin: -7px 0 0 20px;
	padding: 10px 10px 5px 30px;
	text-decoration: none;
	width: 75px;
	z-index: 20;
}

#legal {
	font-size: 11px;
	padding: 4px 1px;
	margin: 0 0 0 0px;
	width: 958px;
	clear: both;
}



/* ############## FOOTERBEREICH - ENDE ###################### */



/* ############## TABLEISTE ###################### */


.TabbedPanels {
	float: left;
	clear: none;
	width: 100%; /* IE Hack to force proper layout when preceded by a paragraph. (hasLayout Bug)*/
}

.TabbedPanelsTabGroup {
	border-bottom: 1px solid #ccc;
	height: 22px;
}

.TabbedPanelsTab {
	float: left;
	font-size: 11px;
	background: #f0f0f0;
	color: #999;
	display: block;
	list-style: none;
	padding: 4px 9px 4px 9px;
	border-right: 1px solid #fff;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
}

.TabbedPanelsTabHover {
	color: #ff6600;
}

.TabbedPanelsTab:active, .TabbedPanelsTab:focus {
	outline: none;
}

.TabbedPanelsTabSelected {
	background: #fff;
	color: #ff6600;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	margin: 0 1px 0 0;
	padding: 3px 9px 5px 9px;
}

.TabbedPanelsContentGroup {
	clear: both;
	background: #fff;
}

.TabbedPanelsContent {

}

.TabbedPanelsContent h3 {
	font-size: 11px;
	font-weight: bold;
	margin: 8px 0 0 10px;
}

.TabbedPanelsContent p {
	margin: 0 5px 0 10px;
}

.TabbedPanelsContent p a {
	margin: 0 0 0 -1px;
}

/* ############## TAGCLOUD ###################### */

.cloud a { color: #999; margin: 0 0 0 10px; }
.cloud a:hover { color: #ff6600; text-decoration: none; }

.cloud a.tag1 { font-size: 0.7em; font-weight: 100; }
.cloud a.tag2 { font-size: 0.8em; font-weight: 200; }
.cloud a.tag3 { font-size: 0.9em; font-weight: 300; }
.cloud a.tag4 { font-size: 1.0em; font-weight: 400; }
.cloud a.tag5 { font-size: 1.2em; font-weight: 500; }
.cloud a.tag6 { font-size: 1.4em; font-weight: 600; }
.cloud a.tag7 { font-size: 1.6em; font-weight: 700; }
.cloud a.tag8 { font-size: 1.8em; font-weight: 800; }
.cloud a.tag9 { font-size: 2.2em; font-weight: 900; }
.cloud a.tag10 { font-size: 2.5em; font-weight: 900; }

.cloud { padding: 2px; line-height: 2em; text-align: center; }

.cloud li { display: inline; }
