@charset "utf-8";
/* CSS Document */

#links {
	float:left;
	width:250px;
	padding-left:20px;
	background-color:#bfbfbf;
	margin:54px 0;
	height:480px;
	
}

#links_architektur {
	float:left;
	width:235px;
	padding:0 15px 15px 20px;
	background-color:#bfbfbf;
	margin-top:20px;
	height:465px;
	margin-bottom:15px;
	
}

#rechts {
	float:right;
	width:710px;
	height:480px;
	background-color:#bfbfbf;
	margin-top:54px;
	position:relative;
}

#rechts h1 {
	color:#FFFFFF;
	font-size:1.2em;
	font-weight:500;
	margin: 30px 0 15px 70px;
}

#rechts h1 span {
	display:block;
	padding:15px 0 0 110px;
}

#rechts ul {
	margin: 20px 0 0 230px;
	color: #FFFFFF;
}
  
#rechts p.collage {
	margin:10px 0 15px 0px;
	position:absolute;
	top:293px;
	left:0px;
}

#rechts p.unter_collage {
	color: #FFFFFF;
	margin-left: 230px;
	position: absolute;
	top: 418px;
	left: 0px;
	
	
}

p.img {
	height:480px;
	display:table-cell;
	vertical-align:bottom;
}

.hidden {
	position:absolute;
	right:0;
	bottom:0;
	width:200px;
	background-color:#bfbfbf;
	padding:10px;
	font-size:0.8em;
	color:#FFF;
	display:none;
}



.sichtbar {
	display: block;
	position: absolute;
	right: 0;
	bottom: 0;
	width: 250px;
	background-color: #bfbfbf;
	padding: 10px;
	font-size: 0.8em;
	color: #FFF;
	cursor: pointer;
	
	
}

#tooltip span {
	display:block;
	text-align:right;
}


#links ul {
	list-style-type:none;
}

#links ul li{
	margin-top:5px;
}

#links ul li a{
	text-decoration:none;
	color:#FFFFFF;
	font-size:14px;
	font-weight:bold;
}

#links ul li a:hover{
	text-decoration:none;
	color:#e06000;
	font-size:14px;
	font-weight:bold;
}

#links ul li a.current{
	text-decoration:none;
	color:#e06000;
	font-size:14px;
	font-weight:bold;
}

#links h2 {
	font-size:1.2em;
	font-weight:700;
	color:#e06000;
	margin:20px 0 20px 0;
}

#links_architektur h2 {
	font-size:1.2em;
	font-weight:700;
	color:#e06000;
	margin:20px 0 20px 0;
}
.deck-profil {
	color:#FFF;
	font-size:.8em;
}
#links_architektur {
	margin: 54px 0 54px 0;
}

#links_architektur p {
	font-size: 0.8em;
	color: #fff;
	margin: 0 0 8px 0;
}

#unten_links {
	float:left;
	width:250px;
	padding-left:20px;
	
}

#unten_rechts {
	float:right;
	width:710px;
	padding-left:20px;
	margin:12px 0;
}

#unten_rechts p {
	cursor:pointer;
	color:#FFFFFF;
	font-size:14px;
	font-weight:bold;
	float:right;
	width:100px;
	margin-top:12px
	
}

#unten_rechts p:hover {
	cursor:pointer;
	color:#e06000;
	font-size:14px;
	font-weight:bold;
	float:right;
	width:100px;
	margin-top:12px
	
}

#unten_links h3 {
	color:#FFFFFF;
	margin:10px 0;
	font-size:1.0em;
}

p.quadrat {
	margin-top:5px;
}

ul.quadrat {
	list-style-type:none;
	margin-top:5px;
}

li.quadrat {
		display:inline-block;
		margin-right:8px;		
}
	
#unten_rechts a{
	background-image:url(../images/quadrat_20.gif);
	display:inline-block;
	width:20px;
	height:20px;		
}
		
#unten_rechts a:hover{
	background-image:url(../images/quadrat_hover_20.gif);
	display:inline-block;
	width:20px;
	height:20px;	
}



#unten_rechts ul {
	float:left;
	width:500px;
}

#unten_rechts p {
	float:right;
	width:100px;
	curser:pointer;
	text-align:right;
}


/*Angaben für die Profil-Seite */

p.profil {
	margin-left:180px;
	color:#FFFFFF;
}

#rechts ul.profil {
	margin:5px 0 5px 240px;
	color:#FFFFFF;
}
#tooltip {
	cursor:pointer;
	color:#FFFFFF;
	font-size:14px;
	font-weight:bold;
	float:right;
	width:100px;
	margin-top:12px;
	text-align:right;
	position:relative;
	text-align:right;
}


#tooltip a{
	
	display:inline;
	width:100px;
	height:20px;		
}
		
#tooltip a:hover{
	
	display:inline;
	width:100px;
	height:20px;	
}




#tooltip a.projektdaten span{
	display: none;
	color:#fff;
	background-image:none;
}
#tooltip a.projektdaten:hover span {
	display: block;
	position: absolute;
	right: 0px; bottom:41px;
	margin: 20px 0 0;
	width: 300px;
	text-align:left;
	color: #fff;
	padding: 4px;
	background: #bfbfbf;
	background-image:none;
}

#tooltip a.projektdaten {
	text-decoration:none;
	color:#fff;
	background-image:none;
}
#tooltip a.projektdaten:hover {
	color:#ff6533;
	background-image:none;
}








