html {
	margin-bottom: 1px;
	height: 100%;
}
body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #73695b;
	background: url(/fileadmin/templates/pi/images/body-bg.jpg) top left repeat-x #e2e2e2;
	;
}
table, tr, td, iframe {
	font-family: Helvetica, Arial, sans-serif;
}
h1 {
	font-size: 32px;
	font-weight: 100;
	color: #2e2e2e;
	margin: 0 0 8px 0;
	letter-spacing: -0.5px;
	font-family: Calibri, "Myriad Pro", Helvetica, Arial, sans-serif
}
h2 {
	font-size: 24px;
	font-weight: 100;
	color: #c43d00;
	margin: 0 0 16px 0;
	border-bottom: 1px solid #f5f5f5;
	letter-spacing: -0.5px;
	font-family: Calibri, "Myriad Pro", Helvetica, Arial, sans-serif;
	display:block;
}
h3 {
	font-size: 18px;
	font-weight: 100;
	color: #c43d00;
	margin: 0 0 22px 0;
	border-bottom: 1px solid #f5f5f5;
	font-family: Calibri, "Myriad Pro", Helvetica, Arial, sans-serif;
	display:block;
}
h3 a {
	text-decoration: none;
}
a {
	color: #c43d00;
	font-weight: 700;
}
a:hover {
	color: #c43d00;
	text-decoration: none;
}
a img {
	text-decoration: none;
	border: 0;
}
p, ul, ol {
	margin: 0 0 20px 0;
}
ul {
	list-style: outside square;
	padding: 0 0 0 1.2em;
}
th {
	text-align:left;
	padding: 5px !important;
}
td {
	text-align: left;
	padding: 5px !important;
}
caption {
	text-align: left;
	padding: 0.5em 0;
	font-weight: 700;
	font-size: 14px;
}
/* LAYOUT */

#wrapper {
	display:block;
	width: 960px;
	margin: 0 auto;
}
#logo {
	float:left;
	width: 520px;
}
#quicknav {
	float:right;
	text-align: right;
	margin-top: 1em;
}
#quicknav a {
	color: #2e2e2e;
	font-size: 11px;
	text-decoration: none;
	font-weight: 100;
}
#quicknav a:hover {
	text-decoration: underline;
}
#search {
	float: right;
	margin-top: 0.5em;
	margin-right: 20px;
	background:url(/fileadmin/templates/pi/images/search-bg.png) top left no-repeat;
}
#search input {
	border: 0;
	background: none;
	font-size: 11px;
}
.search-input {
	padding-left: 2em;
}
.search-submit {
	font-weight: 700;
	color: #fff;
	background:#c43d00 !important;
	padding: 3px 5px;
	cursor:pointer;
}
#teaser {
	clear:both;
}
/* DROPDOWN MENÜ */



#menue {
	display:block;
	width: 960px;
	height: 36px;
	background: url(/fileadmin/templates/pi/images/navigation-bg.png) top left no-repeat;
	list-style: none;
}
#menue a {
	padding: 10px 15px;
	color: #fff;
	text-decoration: none;
	font-weight: 700;
	display:block;
}
#menue ul li a:hover {
	background: #c43d00;
	font-weight: 700 !important;
	text-decoration: none;
}
#menue ul li a.active {
	background: #c43d00;
	font-weight: 700 !important;
}
#menue ul li:hover a {
	background: #c43d00;
	font-weight: 700 !important;
}
#menue ul {
	padding: 0px;
	margin: 0 0 0 20px;
	list-style: none;
}
#menue li {
	float: left;
	position: relative;
	margin: 0px 0px 0px 0px;
	padding:0px;
	text-align:left;
}
#menue li ul {
	display: none;
	position: absolute;
	top: 1em;
	left: 0;
	margin-left: 0px;
}
#menue li > ul {
	top: auto;
	left: auto;
}
#menue li:hover ul, li.over ul {
	display: block;
}
ul.dropdown, ul.dropdown li, ul.dropdown ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.dropdown {
	position: relative;
	z-index: 597;
	float: left;
}
ul.dropdown li {
	float: left;
	line-height: 1.3em;
	vertical-align: middle;
	zoom: 1;
}
ul.dropdown li.hover, ul.dropdown li:hover {
	position: relative;
	z-index: 599;
	cursor: default;
}
ul.dropdown ul {
	visibility: hidden;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 598;
	width: 100%;
}
ul.dropdown ul.dropdown ul {
	visibility: hidden;
	position: absolute;
	top: 5px !important;
	left: -10px !important;
	z-index: 597;
	width: 100%;
	margin-left: 182px !important;
}
ul.dropdown ul li {
	float: none;
}
ul.dropdown li:hover > ul {
	visibility: visible;
}
ul.dropdown a > ul {
	background: #c43d00;
}
ul.dropdown li a {
	display: block;
	padding: 5px 15px;
	text-decoration: none;
}
ul.dropdown li {
	padding: 0;
}
ul.dropdown li.dir {
	padding: 7px 5px 7px 5px;
}
ul.dropdown ul li.dir {
	padding-right: 15px;
}
ul.dropdown ul a {
	padding: 5px 15px !important;
	width: 151px;
	color: #73695b !important;
	background: #f2ede6 !important;
	font-size: 12px !important;
	font-weight: 700 !important;
	-moz-opacity:0.9 !important;
	border-bottom: 1px solid #eae5de;
}
ul.dropdown ul a:hover {
	color: #594931 !important;
	background: #fff !important;
	-moz-opacity:0.95 !important;
}
ul.dropdown a.open {
	background-color: #cd6f00;
	color: #fff;
}
ul.dropdown ul a.open {
	background-color: #cd6f00;
	color: #fff;
}
.col1-3 {
	width: 280px;
	padding: 20px;
	float:left;
}
.col2-3 {
	float:left;
	width: 580px;
	padding: 20px;
}
.width-50 {
	width: 50%;
	float:left;
}
#links {
	width: 140px;
	float:left;
	margin: 0 10px;
}
#rechts {
	float: left;
	width: 240px;
	font-size: 11px;
	margin: 0 10px !important;
}
#content {
	float:left;
	width: 500px;
	margin: 0 10px;
}
#breadcrumb {
	padding: 10px 20px;
	font-size: 11px;
	background: #f2e7da;
	width: 920px;
	margin-left: -10px;
	margin-right: -10px;
	clear:both;
	margin-bottom: 20px;
}
#container {
	width: 940px;
	padding: 0px 10px 20px 10px;
}
#subnavigation {
}
#subnavigation ul {
	list-style: none;
	padding: 0 0 8px 0;
	margin: 0;
}
#subnavigation ul ul {
	padding: 0;
}
#subnavigation li a {
	display:block;
	padding: 6px 10px 5px 10px;
	text-decoration: none;
	color: #73695b;
	background: #f2ede6;
	border-bottom: 1px solid #eae5de;
}
#subnavigation li a:hover {
	color: #594931;
	background: #fff;
}
#subnavigation a.active {
	background: #cd6f00;
	color: #fff;
}
#subnavigation a:hover.active {
	background: #cd6f00;
	color: #fff;
}
li.NavLevel2 a {
	border-bottom: 1px solid #f5f5f5;
}
li.NavLevel2 a:hover {
}
li.NavLevel3 a {
	padding-left: 20px !important;
	border-bottom: 1px solid #f5f5f5;
	font-weight: 100;
}
li.NavLevel3 a:hover {
}
li.NavLevel4 a {
	padding-left: 30px !important;
	border-bottom: 1px solid #f5f5f5;
	font-weight: 100;
}
li.NavLevel4 a:hover {
}
/* STARTSEITE */

#teaser, #abstracts, #n1234568, #n1234569 {
	margin-bottom: 20px;
}
#abstracts {
}
#abstracts .abstract-1 {
	background: url(/fileadmin/templates/pi/images/hacienda.jpg) bottom left no-repeat;
	min-height: 220px;
}
#abstracts .abstract-2 {
	background: url(/fileadmin/templates/pi/images/estancias.jpg) bottom right no-repeat;
	overflow:visible;
	min-height: 220px;
}
#abstracts .abstract-3 {
	background: url(/fileadmin/templates/pi/images/terrenos.jpg) bottom right no-repeat;
	min-height: 220px;
}
#news-feed {
	border-left: 1px solid #e5e5e5;
	margin-left: 20px;
	width: 279px;
	background: url(/fileadmin/templates/pi/images/logo-bg.jpg) top right no-repeat;
}
#inner-feed {
	padding-left: 0 !important;
}
#inner-feed li {
	margin-bottom: 1em;
	list-style: none;
}
#referenzen-preview {
	padding: 0px 20px 20px 20px;
	display:block;
	width: 920px;
	position:relative;
	overflow:hidden;
}
#referenzen-preview img {
}
#referenzen-preview .referenz-item {
	width: 150px;
	display:block;
	float:left;
	margin-right: 20px;
}
#referenzen-preview .last {
	margin-right: 0px;
}
#referenzen-preview h3 {
	font-size: 12px;
	font-weight: 700;
	margin-bottom: 0.2em;
	letter-spacing: 0;
}
#referenzen-top {
	z-index: 1000;
}
#referenzen {
	display:block;
	z-index: 4;
	position:relative;
	float:left;
	height: 80px;
	width: 840px;
	margin-left: 30px;
	margin-right: 30px;
	overflow:hidden;
}
.items {
	min-width: 840px;
	display:block;
	position:relative;
	height: 150px;
}
.prev {
	position: relative;
	display:block;
	z-index: 500;
	float:left;
	width: 10px;
	height: 80px;
	border: 0;
	cursor: pointer;
}
.prev img {
	border: 0 !important;
}
.next {
	position: relative;
	z-index: 600;
	right: 0;
	display:block;
	float:right;
	width: 10px;
	height: 80px;
	border: 0;
	cursor: pointer;
}
.next img {
	border: 0 !important;
}
#footer {
	border-top: 4px solid #a3a3a1;
	padding: 5px 0;
	color: #a3a3a1;
	display:block;
	height: 50px;
}
#footer a {
	color: #a3a3a1;
	text-decoration: none;
	margin-right: 2em;
}
#footer a:hover {
	color: #2e2e2e;
}
.news-latest-date, .news-list-item-date {
	color: #a3a3a1;
	font-weight: 100;
	text-decoration: none;
}
.white {
	background: #FFFFFF;
}
.light-grey {
	background-color: #f2e7da;
}
.background-1-3-grey {
	background: url(/fileadmin/templates/pi/images/background-1-3-grey.png) top right repeat-y;
}
.box {
	background: #f2ede6;
	display:block;
	padding: 10px;
	margin-bottom: 10px;
}
.shadow {
	height: 9px;
	background-image: url(/fileadmin/templates/pi/images/dropshadow.png);
	background-position: top left;
	background-repeat: no-repeat;
	margin-top: -4px
}
.shadow-news {
	height: 9px;
	background-image: url(/fileadmin/templates/pi/images/dropshadow-news.png);
	background-position: top left;
	background-repeat: no-repeat;
}
.curved {
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
.text-left {
	float:left;
	text-align: left;
}
.text-right {
	text-align: right;
	float:right;
}
.clear {
	clear:both;
	margin-top: -1px;
	line-height: 0;
	font-size: 1px;
}
/* TYPO3 CLASSES */



.external-link {
	vertical-align: text-bottom;
	background: url(/fileadmin/templates/pi/images/external-link-icon.gif) right no-repeat;
	padding-right: 15px;
}
.external-link-new-window {
	vertical-align: text-bottom;
	background: url(/fileadmin/templates/pi/images/external-link-new-window-icon.gif) right no-repeat;
	padding-right: 15px;
}
.tr-even th, .tr-even td {
	background: #f7f5f2;
	border-bottom: 1px solid #f2ede6;
}
.tr-odd th, .tr-odd td {
	background: #fcfaf7;
	border-bottom: 1px solid #f2ede6;
}
/* TYPO3 EXT */

		.tx-indexedsearch h3 {
	font-size: 14px;
	font-weight: 100;
}
.tx-indexedsearch-result {
	display:block;
	margin: 3em 0;
}
.tx-indexedsearch-path a {
	font-weight: 100;
}
.tx-indexedsearch-form {
	padding: 10px 20px;
	border: 1px solid #e5e5e5;
	background: #f2f2f2;
}
.tx-indexedsearch .tx-indexedsearch-browsebox LI {
	display:inline;
	margin-right:5px;
}
.tx-indexedsearch .tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-button {
	width:100px;
}
.tx-indexedsearch .tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-sword {
	width:150px;
}
.tx-indexedsearch .tx-indexedsearch-whatis {
	margin-top:10px;
	margin-bottom:5px;
}
.tx-indexedsearch .tx-indexedsearch-whatis .tx-indexedsearch-sw {
	font-weight:bold;
	font-style:italic;
}
.tx-indexedsearch .tx-indexedsearch-noresults {
	text-align:center;
	font-weight:bold;
}
.tx-indexedsearch .tx-indexedsearch-res TD.tx-indexedsearch-descr {
	font-style:normal;
}
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-descr .tx-indexedsearch-redMarkup {
	color:red;
}
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-info {
	background:#eeeeee;
}
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead {
	margin-top:20px;
	margin-bottom:5px;
}
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead H2 {
	margin-top:0px;
	margin-bottom:0px
}
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead TD {
	background:#cccccc;
	vertical-align:middle;
}
.tx-indexedsearch .tx-indexedsearch-res .noResume {
	color:#666666;
}
.tx-indexedsearch .tx-indexedsearch-category {
	background:#cccccc;
	font-size:16px;
	font-weight:bold;
}
/* Additional styles, needed for the tableless template_css.tmpl (styles don't conflict with the original template) */

.tx-indexedsearch .res-tmpl-css {
	clear:both;
	margin-bottom:1em;
}
.tx-indexedsearch .searchbox-tmpl-css LABEL {
	margin-right:1em;
	width:10em;
	float:left;
}
.tx-indexedsearch .result-count-tmpl-css, .tx-indexedsearch .percent-tmpl-css {
	letter-spacing:0;
	font-weight:normal;
	margin-top:-1.2em;
	float:right;
}
.tx-indexedsearch .info-tmpl-css dt, .tx-indexedsearch dl.info-tmpl-css dd {
	float:left;
}
.tx-indexedsearch .info-tmpl-css dd.item-mtime {
	float:none;
}
.tx-indexedsearch .info-tmpl-css dd.item-path {
	float:none;
}
label {
	float: left;
	margin-right: 1em;
	vertical-align: baseline;
}
.csc-mailform-field {
	padding: 4px 0;
}
.csc-mailform-field label {
	display: block !important;
	width: 100%;
}
.csc-mailform-field input {
	display: block !important;
	width: 50%;
}
.csc-mailform-field textarea{
	display: block !important;
	width: 50%;
}
hr {
	color: #fff;
}
.hidden {
	display:none;
}

