@CHARSET "ISO-8859-1";
/*  =========================================================
Stylesheet für die HEBO Spezialglass
Stand: Version 1.0
Datei: language.css
Datum: 17 Februar 2009
Autor: Adrian F.
Aufbau  1. Kalibrierung und allgemeine Styles 
        2. Styles für Layoutbereiche    
        3. Sonstige Styles 
========================================================== */

/* ====================================== 
   1. Kalibrierung und allgemeine Styles 
   ====================================== */

/* Kalibrierung der wichtigsten Abstände */	
* { padding: 0; margin: 0;}
h2, h3, p, ul, ol { margin-bottom: 1em;}
ul ul { margin-bottom: 0;}
li { margin-left: 1em;}

/* Allgemeine Selektoren */
body {
	color: black;
	background-color: #FFFFFF;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
} 


/* Allgemeine Klassen und IDs */
.skiplink { 
   position: absolute; 
   left: -3000px; 
   top: -2000px; 
   width: 0px; 
   height: 0px; 
   overflow: hidden; 
   display: inline; 
}

h1 {
	font-size: 12px;
	text-align: left;
	font-weight: bold;
}

/* Hyperlinks */
a { text-decoration: none; outline: none;}
a:link {	color: Black;}
a:visited {	color: Black;}

/*
a:active {
	color: white;
	background-color: #8c8c8c;
} */

/* ==================================== 
   2. Styles für die  Layoutbereiche 
   ==================================== */

#main_site {
	/*background-color: #8c8c8c; */
	position: absolute;
	width:900px;
	height: 467px;
	left: 50%;
	top: 50%;
	margin-left: -450px;
	margin-top: -230px;

}

#background {

}

body{	
	background-repeat: repeat;  
	margin: 0px;
	padding: 0px;	
}

/* ====================================== 
   3. Sonstige Styles 
   ====================================== */
   
#left {
	position:absolute;
	top:80px;
	left:55px;
}

#middle {
	position:absolute;
	top:115px;
	left:271px;
}

#right {
	position:absolute;
	top:80px;
	left:450px;
}

#main_site #iskLink a{
	position:absolute;
	top:10px;
	left:554px;
	width: 215px;
	height: 55px;
}

#main_site #text_d{
	position:absolute;
	top:255px;
	left:310px;
	font-weight: bold;
}

#main_site #text_e{
	position:absolute;
	top:255px;
	left:495px;
	font-weight: bold;
}

#text_start{
	font-weight: bold;
	color:#000066;
	position: relative;
	top: -130px;
	left: 300px;	
	width:300px;
}

#text_d a:hover,
#text_e a:hover	 {font-size: 13px;}

#banner{
	position:absolute;
	top: 350px;
	left: 210px;
}

/* ======================================= 
   E N D E   D E S   S T Y L E S H E E T S 
   ======================================= */