/* tilman reiff interaktionsdesign CSS */

body {
	padding: 0;
	margin: 0;
	height: 100%;
	font-family: "FFDIN", Helvetica, Trebuchet, Arial, verdana, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #000;
	background: #fff;
}

a {
	color: #666;
	padding-left: 14px;
	text-decoration: none;
	background: url(../img/square.gif) 0 40% no-repeat;
}

.visited {
	color: #aaa;
	padding-left: 14px;
	text-decoration: none;
	background: url(../img/square_0.gif) 0 40% no-repeat;
}
.activeCat {
	font-weight: bold;
	color: #3B795A;
	background: url(../img/square_1.gif) 0 40% no-repeat;
}

p {
	margin: 0;
	padding: 0;
}

#navigation a {
	position: absolute;
	top: 0;
	left: -500px;
	
}

a#tri {
	position: absolute;
	left: 25px;
	top: -30px;
	font-weight: bold;
	color: #3B795A;
	background: none;
	padding: 0;
	padding-right: 20px;
	z-index: 10000;
}


#tri #zusatz {
	color: #999;
	font-size: 10px;
	font-weight: normal;
	text-align: center;
}

a#m98 {
	position: absolute;
	left: -516px;
	top: 62px;
}

a#m99 {
	position: absolute;
	left: -595px;
	top: 89px;
}

a#m100 {
	position: absolute;
	left: -677px;
	top: 143px;
}
a:hover {
	color: #3B795A;
	background: url(../img/square_1.gif) 0 40% no-repeat;
}


body {

}

h1 {
	margin: 0;
	font-size: 12px;
}

#bgperson {
	position: absolute;
	top: 0;
	left: 0;
	width: 0px;
	height: 189px;
	background: transparent url(../img/bg_person.gif) 0 0 no-repeat;
	overflow: hidden;
}
#bgauftrag {
	position: absolute;
	top: 0;
	left: 0;
	width: 0px;
	height: 189px;
	background: transparent url(../img/bg_jobs.gif) 0 0 no-repeat;
	overflow: hidden;
}
#bgfrei {
	position: absolute;
	top: 0;
	left: 0;
	width: 0px;
	height: 189px;
	background: transparent url(../img/bg_frei.gif) 0 0 no-repeat;
	overflow: hidden;
}

#tooltip {
	position: absolute;
	left: -200px;
  	color: #909090;
  	line-height: 14px;
  	padding: 4px 0;
 }
 
 #loading {
	position: absolute;
	left: 5px;
	top: 28px;
	z-index: 20000;
 }
 
 #debug {
 	position: absolute;
 	left: 800px;
 	width: 200px;
 	height: 200px;
 	background-color: transparent;
 	color: red;
 }
 
 #utilities {
	top: 8px; 
	left: 766px; 
	font-size: 10px;
	width: 200px;
	position: absolute; 
	text-align: right;
	color: #909090;
	z-index: 22000;
 }
 #utilities a {
	color: #666;
	padding-left: 0;
	text-decoration: none;
	background: none;
}
#beschreibung {
	top: 225px; 
	left: 255px; 
	position: absolute; 
	width: 255px; 
	height: 200px; 
	xxbackground-color: #fff;
}

#beschreibung strong {
	color: #909090;
}

#beschreibung a {
	padding-left: 14px;
	background: url(../img/icn_arrow_0.gif) 0 40% no-repeat;
}
#beschreibung p a.blank {
	padding-left: 0;
	background: none;
}
#beschreibung a:hover {
	background: url(../img/icn_arrow_1.gif) 0 40% no-repeat;
}

#home {
	color: #7D7C7C;
	position: absolute;
	left: 30px;
	top: 225px;
	width: 0px;
	overflow: hidden;
	visibility: visible;
	xxborder-right: 1px solid #f00;
}
#home h1 {
	width: 500px;
}

#home p {
	margin: 0 0 24px 0;
	padding: 0;
	width: 468px;
}
#quicklinks {
	width: 950px;
}
#home a {
	color: #7D7C7C;
	font-weight: bold;
	line-height: 14px;
	width: 244px;
	float: left;
	padding: 0;
	background: none;
	background-color: #fff;
}
small {
 	font-size: 10px;
 	line-height: 8px;
	font-weight: bold;
 	color: #ccc;
 	display: block;
 }
#home a img {
	margin-bottom: 3px;
	border: 1px solid #909090;
}

#bilder {
  position: absolute;
  top: 225px;
  left: 564px;
  width:450px;
  height:338px;
}

#bild {
  position: relative;
  background:#fff url('../img/loading_bar_ani.gif') 50% 50% no-repeat;
  width: 400px;
  border: 1px solid #909090;
  visibility: hidden;
 }
 
 #bild #bu {
 	visibility: hidden;
 	position: absolute;
 	bottom: 0px;
  	width: 100%;
  	background: transparent url(../img/60perc.png);
  	xheight: 54px;
 
 }
  #bild #bu div {
 	padding: 3px;
 
 }
 
 #thephoto {
	visibility: hidden;
 }
#thumbs {
	position: relative;
	top: 8px;
	left: 0px; 
	
}
#thumbs a {
	position: absolute;
	background: none;
	padding: 0;
	border: 1px solid #909090;
	width: 20px;
	height: 15px;
	visibility: hidden;
}

#thumbs img {
	width: 100%;
	height: 100%;
	visibility: hidden;
}

#beschreibung #text div.bezeichnung {
		float: left;
		width: 70px;
		color: #a0a0a0;
	}
	#beschreibung #text div.wert {
		display: block;
	}