@charset "utf-8";
/* CSS Document */
/*..*/
/******************************/
/* Defaults/Tags              */
/******************************/
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100.1%;
	color: #333333;
	margin: 0;
	padding: 0;
	overflow: auto;
}
hr {
	border: 0;
	border-top: 1px dotted #FF0000;
	height: 1px;
	color: #FF0000;
	margin: 0;
	padding: 0;
}
a, img {
	font-weight: bold;
	outline: none;
	color: #333333;
	text-decoration: none;
}
#inner_content a {
	border-bottom: 1px dotted #ccc;
}
#inner_content li a {
	border-bottom: 0;
}
a[href^="mailto"],
a[target^="maps"] {
	font-weight: normal;
}
#inner_content a[href*="maps.google"] {
	border-bottom: 0;
}
#inner_content a:hover {
	color: #333333;
	text-decoration: none;
	border-bottom: 1px solid #333;
}
a[rel^="lightbox"] {
	cursor: url(../pix/magnifier.gif), pointer;
}
img {
	border: none;
}
h2, h3, h4 {
	font-size: 13px;
	line-height: 1.6em;
	text-decoration: none;
	margin: 0 0 1.2em 0;
}
h4 {
	margin: 0 0 0.2em 0;
}
p, th, td {
	font-size: 13px;
	line-height: 1.6em;
	margin: 0 0 1em 0;
}

/******************************/
/* Layout                     */
/******************************/
#page {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	min-width: 750px;
	max-width: 1200px;
/*	width: 995px;
	margin: 5px 0 0;
	padding: 0;
	position: absolute;
	left: 50%;
	margin-left: -497px;
*/	border-top: 30px solid #C0C0B6;
	border-right: 5px solid #C0C0B6;
	border-bottom: 25px solid #C0C0B6;
	border-left: 5px solid #C0C0B6;
	z-index: 50;
}
#page * {
	z-index: 50;
}
#page.referenzen {
	min-width: 810px;
}
#page.kauf{
	border-color: #73a4ba;
}
/* HEAD */
#head {
	display: block;
	min-width: 750px;
	width: 100%;
	height: 160px;
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	background-image: url(../pix/head_gray_bg.jpg);
	background-position: 0 40px;
	background-repeat: repeat-x;
}
.referenzen #head {	min-width: 810px;
}
#inner_head {
	display: block;
	min-width: 750px;
	width: 100%;
	height: 165px;
	background-image: url(../pix/head_gray.jpg);
	background-repeat: no-repeat;
	background-position: 0 bottom;
}
.referenzen #inner_head {	min-width: 810px;
}
#logo {
	display: block;
	width: 210px;
	height: 30px;
	background-image: url(../pix/burckhardt.png);
	background-repeat: no-repeat;
	margin: 12px 0 0 30px;
	padding: 0;
	float: left;
}
.start #logo {
	background-image: url(../pix/burckhardt_gross.png);
	width: 320px;
}
#logo a {
	display: block;
	width: 362px;
	height: 30px;
	margin: 0;
	padding: 0;
}
#logo span {
	display: none;
	margin: 0;
	padding: 0;
}
#head h1 {
	display: block;
	width: 370px;
	height: 20px;
	font-size: 14px;
	color: #999999;
	background-image: none;
	margin: 12px 0 0 30px;
	padding: 0;
	float: left;
}
#head h1 span {
	display: block;
	width: 355px;
	height: 30px;
	margin: 0;
	padding: 0;
	float: right;
	text-align: right;
}

/* CONTENT */
#content {
	position: absolute;
	top: 160px;
	right: 0;
	bottom: 0;
	display: block;
	width: 100%;
	min-width: 750px;
	min-height: 260px;
	/*width: 995px;
	height: 447px;*/
	padding: 0;
	background-color: #FFFFFF;
}
.referenzen #content {	min-width: 810px;
}

/* INNER CONTENT */
#inner_content {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 210px;
	display: block;
	margin: 0;
	padding: 15px;
	overflow-y: auto;
	background-position: 0 0;
	line-height: 1.3em;
}
/*.referenzen #inner_content {
	min-width: 780px;
}*/
#inner_content .left_col {
	float: left;
	width: 100%;
}
#inner_content .left_col h2 ,
#inner_content .left_col h3 ,
#inner_content .left_col h4 ,
#inner_content .left_col ul ,
#inner_content .left_col p {
	padding-right: 160px;
}
#inner_content .right_col {
	float: right;
	width: 160px;
	text-align: center;
}
#inner_content h2 {
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 1em 0;
	padding: 0;
	color: #C0C0B6;
	line-height: 1.3em;
}
.blue #inner_content h2 {
	color: #91B4DD;
}
.green #inner_content .obj,
.green #inner_content h2 {
	color: #B4C195;
}
.lgreen #inner_content h2 {
	color: #D2DA9F;
	color: #b2c36a;
}
.red #inner_content h2 {
	color: #EAB07E;
}
#inner_content h3 {
	font-weight: bold;
	margin: 0;
	padding: 0;
	line-height: 1.3em;
}
#inner_content p {
	margin: 0 0 1em 0;
	padding: 0;
	line-height: 1.3em;
}
#inner_content ul {
	margin: 0.3em 0 1em 0;
	padding: 0;
}
#inner_content li {
	margin: 0;
	padding: 2px 0 2px 20px;
	list-style-type: none;
	background-image: url(../pix/arrow.png);
	background-repeat: no-repeat;
	background-position: -5px 1px;
}
#inner_content .right_col li {
	margin: 0 0 10px 0;
	padding: 0 0 0 10px;
	list-style-type: none;
	background-image: none;
}
#inner_content .right_col img {
	border: 1px solid #C0C0B6;;
}
.red #inner_content .right_col img {
	border-color: #EAB07E;;
}
.green #inner_content .right_col img {
	border-color: #B4C195;;
}
.lgreen #inner_content .right_col img {
	border-color: #D2DA9F;
	border-color: #b2c36a;
}
.blue #inner_content .right_col img {
	border-color: #AAC6D1;
}


#inner_content h2 {
	display: block;
	/*font-size: 13px;*/
	margin: 0 0 1em;
	padding: 0;
}
.lang_inc #inner_content h2,
.lang_admin #inner_content h2 {
	display: block;
	font-size: 14px;
	margin: 0 0 1em;
	padding: 0;
}

#col_left {
	display: block;
	float: left;
	width: 230px;
	margin: 0;
	padding: 0;
}
#col_right {
	display: block;
	float: right;
	width: 290px;
	margin: 0;
	padding: 0;
}
* html #col_right {
	width: 260px;
}
.plan {
	position: absolute;
	right: 46px;
}
.plan a img {
	border: 1px solid #000000;
	cursor: url(../pix/magnifier.gif), pointer;
}

/* SIDE COL */
#side {
	display: block;
	float: left;
	width: 165px;
	margin: 12px 0 0 0;
	padding: 0;
}
/*.start #side {
	float: right;
	width: 198px;
}*/

#foot {
	clear: left;
	display: none;
}



/******************************/
/* Content                    */
/******************************/
#inner_content p.objects{
	margin:0.8em 0;
	line-height:1.3em;
	font-size:12px;
}
.cleaner {
	clear: both;
	height: 1px;
	visibility: hidden;
}
.cleaner_b {
	clear: both;
	height: 0.75em;
	visibility: hidden;
}
.error {
	color: #ee0000;
}

.blau {
	color: #006699;
}
.rot {
	color: #cc3333;
}
.gruen {
	color: #59853C;
}


table {
	border-collapse: collapse;
}
table th {
	border: 0;
	text-align: left;
	vertical-align: top;
}
table td {
	border: 0;
	vertical-align: top;
}
.formtable {
}
.formtable th {
	padding-bottom: 4px;
}
.formtable td {
	padding-bottom: 4px;
}
ul {
	margin: 0 0 1em 0;
	padding: 0 0 0 1em;
}
li {
	font-size: 12px;
}
li span {
	font-size: 14px;
}



/* Start page */
.start #head {
	background-image: none;
}
.start #content {
	top: 120px;
	background-image: none;
}
.start #inner_head {
	height: 120px;
	background-image: none;
}
.start #logo {
	margin: 30px 0 0 30px;
}
.start .bg {
	display: block;
	width: 564px;
	height: 152px;
	margin: 10px 0 0 80px;
	background-image: url(../pix/home_bg.jpg);
}
.start #inner_content p {
	margin: 30px 0 0 80px;
}


/* Color Variants */
.blue #page {
	border-top: 30px solid #AAC6D1;
	border-right: 5px solid #AAC6D1;
	border-bottom: 25px solid #AAC6D1;
	border-left: 5px solid #AAC6D1;
}
.blue #head {
	background-image: url(../pix/head_blue_bg.jpg);
}
.blue #inner_head {
	background-image: url(../pix/head_blue.jpg);
}
.blue #inner_head h1 {
	color: #AAC6D1;
}

.green #page {
	border-top: 30px solid #B4C195;
	border-right: 5px solid #B4C195;
	border-bottom: 25px solid #B4C195;
	border-left: 5px solid #B4C195;
}
.green #head {
	background-image: url(../pix/head_green_bg.jpg);
}
.green #inner_head {
	background-image: url(../pix/head_green.jpg);
}
.green #inner_head h1 {
	color: #B4C195;
}

.lgreen #page {
	border-top: 30px solid #D2DA9F;
	border-right: 5px solid #D2DA9F;
	border-bottom: 25px solid #D2DA9F;
	border-left: 5px solid #D2DA9F;
	border-top: 30px solid #b2c36a;
	border-right: 5px solid #b2c36a;
	border-bottom: 25px solid #b2c36a;
	border-left: 5px solid #b2c36a;
}
.lgreen #head {
	background-image: url(../pix/head_lgreen_bg.jpg);
}
.lgreen #inner_head {
	background-image: url(../pix/head_lgreen.jpg);
}
.lgreen #inner_head h1 {
	color: #D2DA9F;
	color: #b2c36a;
}

.red #page {
	border-top: 30px solid #EAB07E;
	border-right: 5px solid #EAB07E;
	border-bottom: 25px solid #EAB07E;
	border-left: 5px solid #EAB07E;
}
.red #head {
	background-image: url(../pix/head_red_bg.jpg);
}
.red #inner_head {
	background-image: url(../pix/head_red.jpg);
}
.red #inner_head h1 {
	color: #EAB07E;
}

.small_info span {
	display: block;
	width: 16px;
	height: 16px;
	background-image: url(../pix/magnifier_klein.gif);
	cursor: pointer;
}
.small_info span span {
	display: none;
}

#page h2.name {
	color: #000000;
	font-size: 12px;
	margin-top: 170px;
	padding: 2px 3px;
	width: 407px;
	border: 1px solid #000000;
}
#page.referenzen h3 {
	line-height: 2em;
}
#page.referenzen h3.obj {
	line-height: 1.3em;
}

#page div.image {
	position: absolute;
	top: 40px;
	left: 225px;
	z-index: 120;
	background-color: #FFFFFF;
}
#page .image img {
	border: 1px solid #C0C0B6;;
}
.red #page .image img {
	border-color: #EAB07E;;
}
.green #page .image img {
	border-color: #B4C195;;
}
.lgreen #page .image img {
	border-color: #D2DA9F;;
	border-color: #b2c36a;;
}
.blue #page .image img {
	border-color: #AAC6D1;;
}

#page .dual {
	width: 560px;
}
#page .dual li {
	width: 40%;
	float: left;
}

#page .team_pic {
	position: absolute;
	/*margin: 20px 0 0 0;*/
	top: 60px;
	left: 15px;
}

#page .team_list {
	margin: 35px 0 0 138px;
	font-size: 12px;
	width: 275px;
}

#page .team_list dt,
#page .team_list h3 {
	border-top: 1px solid #666666;
	border-bottom: 1px solid #666666;
	margin: 0 0 5px 0;
	padding: 0;
}

#page .team_list dt a,
#page .team_list h3 {
	font-weight: normal;
	cursor: pointer;
	display: block;
}
#page .team_list dt.sel a,
#page .team_list h3.sel {
	font-weight: bold;
}

#page .team_list dd,
#page .team_list p {
	margin: 0 0 0.6em 0;
	padding: 0;
}
#page .team_list dd,
#page .team_list dd a {
	color: #999999;
}
#page .team_list dd.sel,
#page .team_list dd.sel a {
	color: #333333;
}

#page .team_list .contact {
}

#page .team_list .contact.sel {
	margin: 0 0 1.8em 0;
}

.svit {
	position: absolute;
	right: 30px;
	bottom: 30px;
}

.links .immoexpo {
	display: block;
	width: 355px;
	height: 131px;
	background: url(../pix/immoexpo_basel.png);
	background-repeat: no-repeat;
}
.links .immoexpo span {
	display: none;
}
select{
	margin-right:10px;
}
.sel_title{
	font-weight:bold;
}
.object{
	margin-top:15px;
	font-size:13px;
	position:relative;
	min-height:160px;
}
#inner_content .object h3{
	padding:2px 0;
	border-top:3px solid #AAC6D1;
	border-bottom:1px solid #AAC6D1;
	font-weight:normal;
	color:#73a4ba;
}
#inner_content .object p.inside{
	margin-top:1em;
}
#inner_content .info{
	position:absolute;
	right:0;
	bottom:0;
	width:220px;
}
#inner_content .content{
	margin-left:265px;
}
#inner_content .info a{
	
	font-weight:normal;
	background-image:url(../pix/link.png);
	background-repeat:no-repeat;
	padding-left:14px;
}
#framebox{
	padding:10px;
}
.form_item{
	margin-bottom:5px;
}
.form_item label{
	text-align:right;
	padding-right:10px;
	display:block;
	float:left;
	width:80px;
	font-weight:bold;
	font-size:13px;
	color:#AAC6D1;
}
.form_item input[type=text]{
	width:250px;
}
.form_item input[type=submit]
{
	cursor:pointer;
	margin-left:2px;
	background-color:#CCCCCC;
	background-image:url("../pix/grey_gardient.png");
	color:#000000;
	border-top:1px solid #BBBBBB;
	border-left:1px solid #BBBBBB;
	border-bottom:1px solid #999999;
	border-right:1px solid #999999;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding:2px 8px;
}
.form_item input[type=submit]:hover{
	background-color:#666666;
	color:#FFFFFF;
	background-image:none;
}
.message_error{
	padding:3px 3px 3px 24px;
	border:1px solid #FF0000;
	background-color:#FFCCCC;
	-moz-border-radius: 5px;
	background-image:url(../pix/cross.png);
	background-repeat:no-repeat;
	background-position:5px 2px; 
	margin:0 0 10px 0;
	font-size:13px;
}
.imastatus{
	position:absolute;
	left:70px;
	top:40px;
	z-inedx:10;
}

#accordion {
}
#accordion h3 {
	cursor: pointer;
	text-transform: uppercase;
	border-top: 1px solid #666666;
	border-bottom: 1px solid #666666;
	color: #666666;
	padding: 0.25em 0;
	margin: 0.75em 0;
}
#accordion h3 span {
	padding-right: 3em;
}
#accordion .jobcontent {
}


