/**
 * Base Extension File
 *
 * This file contains styles that extend the basic styles of base.css.
 *
 * @project PwC Redesign
 * @version 0.1
 * @package xhtml-css
 * @author Sebastian Mehl
 * @copyright 2009 by insign
 * @cssdoc version 1.0-pre
 */

/**
 * Columns
 *
 * Defines width of content column depending on page settings
 *
 * @section Columns
 */
#wrapper {
	width: 980px;
}
#center_1 {
	padding: 0 20px 20px 20px;
	margin: 0; 
	width: 556px;
}
#center_2 {
	padding: 0 0 20px 20px;
	margin: 0;
	width: 768px;
}
#center_3 {
	padding: 0 20px 20px 0;
	margin: 0; 
	width: 768px;
}
#center_4 {
	padding: 0 0 20px 0px;
	margin: 0; 
	width: 980px;
}

/**
 * Admin Panel
 *
 * Defines positioning and layout of the admin panel
 *
 * @section Admin panel
 */
#admin {
	clear: both;
	font-size: 0.85em;
	padding-top: 0;
	position: relative;
	top: -2px;
}
#changeView {
	background-color: #e7e7e7;
	border: 1px solid #aaa;
	font-size: 0.7em;
	right: 10px;
	padding: 10px;
	position: fixed;
	top: 67px;
	width: 140px;
	z-index: 999;
}
#changeView a {
	color: #333;
	text-decoration: none;
}

/**
 * Miscellaneous
 *
 * Could be everything...
 *
 * @section Miscellaneous
 */
.fbold {
	font-weight: bold;
}
#right h2, #left h2 {
	font-size: 1.1em;
	font-weight: normal;
	color: #000;
}
#center h2 {
	padding: 25px 0 0 0;
}
#header span.langlink a.active {
	color: black !important; /* IE6 needs !important */
	text-decoration: none !important; /* IE6 needs !important */
}
.formfull {
 background-color:#fff;
 border:solid 1px #a29a94;
}
.formempty {
 background-color:#E5E5E5;
 border:1px solid #A29A94;
}
.button1, .button2 {
 background-color:#dc5034;
 color:#fff;
 size:11px;
 border-top:1px solid #cfcbc8;
 border-right:1px solid #5f5a56;
 border-bottom:1px solid #373532;
 border-left:1px solid #b8b2ad;
 cursor:pointer;
}
.fsmall1 {
	font-weight:normal;
	color:#000000;
	font-size:11px;
	padding:0px;
	margin:0px;
}
.fsmall2, .fsmall {
	font-weight:normal;
	color:#000000;
	font-size:10px;
	padding:0px;
	margin:0px;
}
#center a:link, #center a:visited, #center a:hover, #center a:active {
	text-decoration: underline !important;
}
#center .rhtitle, #right .rhtitle {
	font-size: 1.2em;
}
hr {
 height: 1px;
 border-width: 1px 0px 0px 0px;
 border-style: solid;
}
h3 {
	font-size: 1em;
	font-weight: bold;
	margin: 30px 0 16px 0;
	padding: 0;
}
h4 {
	font-size: 11px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
p .fstrongtext {
	font-size: 1em;
}

/* /Formulareinfärbung */


#table1 td, #table2 td {
 padding:1px 10px 1px 0px;
}
.formactive {
 background-color:#cac4b9;
 border:solid 1px #a29a94;
}
ul#pagedownloads li {
	list-style-image: none;
}

.pubdownload a:link, .pubdownload a:visited {
    color: #FFFFFF;
    text-decoration: none;
}
