﻿/* stylesheet kogler website */

body {
  background:url(images/bg.gif) repeat-y;
  margin-top:0; 
  margin-left:0;
  font-family:Arial;
  font-size:9pt;
}
a:link {
  font-family:Arial;
  font-size:9pt;
  color:#0A1833;
  text-decoration:none;
}
a:active {
  font-family:Arial;
  font-size:9pt;
  color:#0A1833;
  text-decoration:none;
}
a:hover {
  font-family:Arial;
  font-size:9pt;
  color:#0A1833;
  text-decoration:underline;
}
a:visited {
  font-family:Arial;
  font-size:9pt;
  color:#0A1833;
  text-decoration:none;
}
.text {
  font-family:Arial;
  font-size:9pt;
  text-decoration:none;
}
.text_menue{
  color:#FFFFFF;
  font-size:8pt;
  font-weight:bold;
  font-stretch:extra-condensed;
  text-decoration:none;
}
.text_menue_highlight {
  color:#FDC643;
  font-size:8pt;
  font-weight:bold;
  font-stretch:extra-condensed;  
  text-decoration:none;
}
.text_headline{
  font-family:Arial;
  font-size:9pt;
  font-weight:bold;
  color:#0A1833;
  text-decoration:none;
}
.text_headline_top {
  color:white;
  font-size:18pt;
  font-weight:bold;
  font-stretch:condensed;
  letter-spacing:-2;
  text-decoration:none;
}
.text_highlight {

}
.text_vorher {
  color:darkred;
  font-size:16pt;
  font-weight:bold;
  font-stretch:condensed;
  text-decoration:none;
}
.text_nachher {
  color:green;
  font-size:16pt;
  font-weight:bold;
  font-stretch:condensed;
  text-decoration:none;
}
.text_project_headline {
  color:white;
  font-size:9pt;
  font-weight:bold;
  font-stretch:extra-condensed;  
  text-decoration:none;  
}
/* NORMALE DREISPALITIGE AUFTEILUNG DER PROJEKTE */
.layer_project_1 {
	position:absolute; 
	width:150px; 
	height:350px; 
	top:0px; 
	left:0px;
	background-color:#9C9C9C; 
	z-index:3;
  color:white;
  font-size:9pt;
  font-weight:normal;
  font-stretch:extra-condensed;  
  text-decoration:none;	
}
.layer_project_2 {
	position:absolute; 
	width:150px; 
	height:350px; 
	top:0px; 
	left:210px; 	
	background-color:#9C9C9C; 
	z-index:3;
  color:white;
  font-size:9pt;
  font-weight:normal;
  font-stretch:extra-condensed;  
  text-decoration:none; 	
}
.layer_project_3 {
	position:absolute; 
	width:150px; 
	height:350px; 
	top:0px; 
	left:417px; 	
	background-color:#9C9C9C; 
	z-index:3;
  color:white;
  font-size:9pt;
  font-weight:normal;
  font-stretch:extra-condensed;  
  text-decoration:none; 	
}
.layer_project_text {
	position:absolute; 
	width:140px; 
	height:113px; 
	top:237px; 
	left:0px;
	padding:5px;
	overflow:hidden;
}
/* BREITFORMATIGE BILDER ZWEISPALTIG */
.layer_project_landscape_1 {
	position:absolute; 
	width:250px; 
	height:350px; 
	top:0px; 
	left:0px; 
	background-color:#9C9C9C; 
	z-index:3;
  color:white;
  font-size:9pt;
  font-weight:normal;
  font-stretch:extra-condensed;  
  text-decoration:none; 	
}
.layer_project_landscape_2 {
	position:absolute; 
	width:250px; 
	height:350px; 
	top:0px; 
	left:316px; 
	background-color:#9C9C9C; 
	z-index:3;
  color:white;
  font-size:9pt;
  font-weight:normal;
  font-stretch:extra-condensed;  
  text-decoration:none; 	
}
.layer_project_landscape_text {
	position:absolute; 
	width:240px; 
	height:150px; 
	top:200px; 
	left:0px;
	padding:5px;
	overflow:hidden;
}
/* SWEISPALTIGE GEGENUEBERSTELLUNG DER PROJEKTE */
.layer_comparison_1 {
	position:absolute; 
	width:240px; 
	height:300px; 
	top:10px; 
	left:10px; 
	background-color:#FFFFFF;
	border-width:5px;
	border-style:solid;
	border-color:darkred; 
	z-index:4;
	text-align:center;
  color:white;
  font-size:9pt;
  font-weight:normal;
  font-stretch:extra-condensed;  
  text-decoration:none; 	
}
.layer_comparison_2 {
	position:absolute; 
	width:240px; 
	height:300px; 
	top:10px; 
	right:10px; 
	background-color:#FFFFFF; 
	border-width:5px;
	border-style:solid;
	border-color:green; 	
	z-index:4;
	text-align:center;
  color:white;
  font-size:9pt;
  font-weight:normal;
  font-stretch:extra-condensed;  
  text-decoration:none; 	
}
.layer_comparison_container {
	position:absolute; 
	width:568px; 
	height:500px; 
	top:0px; 
	left:0px; 
	background-color:#EEEEEE; 	
	z-index:3;
}
.layer_comparison_text {
	position:absolute; 
	width:560px; 
	height:120px; 
	top:320px; 
	left:0px;
	padding:10px;
	text-align:left;
	z-index:4;
}
