/*  =========================================================
Stylesheet für die 4a
Stand: Version 1.0
Datei: style.css
Datum: 20. September 2010
Autor: lokmo
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;}

/* Allgemeine Selektoren */
html { 
	background: #CCC; 
	height: 101%; 
}

body {
	color: #666;
	background-color: #CCC;
	font-family: Arial,Helvetica,"Bitstream Vera Sans",sans-serif;
	font-size: 12px;
	margin-top: 0px;
} 

/* Allgemeine Klassen und IDs */
h1 {
	font-size: 13px;
	text-align: left;
	font-weight: normal;
	color: #EF8B47;
	margin-bottom: 5px;
}

img {
	border: none;
}

/* Aufzählungsliste */
ul {
	list-style-image:url(../img/aufzaehlung.jpg);
	margin-left: 20px;
}

#smallArr ul {
	list-style-image:url(../img/aufzaehlung2.jpg);
	margin-left: 20px;
}

li {
	color: #EF8B47;
}

li span {
	color: #666;
}

/* Hyperlinks */
a { text-decoration: none; outline: none;}
a:link {	color: #666;}
a:visited {	color: #666;}
a:hover { color: #EF8B47;}
a:active { color: #EF8B47;}

/* ==================================== 
   2.1 Styles für die  Layoutbereiche 
   ==================================== */

.body {
	width: 900px;
	margin: auto;
	margin-top: 0px;
}
.header_upper {
	height: 135px;
	background: #FFFFFF;
	border-right: 4px solid #EF8B47;	
	}
.header_top{
	position:absolute;
	height: 15px;
	z-index: 1;
}	
.header_lower {
	position:relative;
	top:15px;
	height: 15px;
	z-index: -1;
}

#contentID{
	position:relative;
	top:15px;	
	z-index: 2;
}

.content {
	min-height: 458px;
	background-color: #FFFFFF;	
    position: relative;
	padding: 35px 0px 0px 30px;
	border-left: 4px solid #EF8B47;	
	text-align: justify;
	font-size: 12px;
}
.footer {
	height: 15px;
}
/* Startseite */
.home {
	height: 460px;
	background-color: #FFFFFF;	
    position: relative;
	padding: 35px 0px 0px 30px;
	border-left: 4px solid #EF8B47;	
	text-align: justify;
	font-size: 11px;
}

#size1{
	height:460px;	
}

/* ==================================== 
   2.2 Styles für Navigation
   ==================================== */
  
/*Navigation*/
#menu {
	margin: 0;
	padding: 10px 15px;
	padding-left: 35px;
	float: left;
	width: 180px;
}

#menu a:link { color: #666;}
#menu a:visited { color: #666;}
#menu a:active { color: #EF8B47;}
#menu a:hover { color: #EF8B47; padding-left: 5px}

#submenu {
	margin-left: -10px;
	padding: 15px;
	padding-top: 30px;
	float: left;
	display: none;
}
#submenu2{
	margin-left: -10px;
	padding: 15px;
	padding-top: 45px;
	float: left;
	display: none;
}
#submenu3{
	margin-left: -10px;
	padding: 15px;
	padding-top: 75px;
	float: left;
	display: none;
}

#submenu a:link,
#submenu2 a:link,
#submenu3 a:link { color: #999;}
#submenu a:visited,
#submenu2 a:visited,
#submenu3 a:visited { color: #999;}
#submenu a:active,
#submenu2 a:active,
#submenu3 a:active  { color: #EF8B47;}
#submenu a:hover,
#submenu2 a:hover,
#submenu3 a:hover  { color: #EF8B47; padding-left: 5px}

#link {
	width: 200px;
}

/* ====================================== 
   3. Sonstige Styles 
   ====================================== */

/*Ausrichtung des Logos */
#logo {
	float: right;
	padding: 15px;
	padding-right: 35px;
}


/* Startseite und Projektseite - Ausrichtung, Formatierung der Felder */
#kastenSmall{
	width: 135px;
	height: 40px;
	background-color: #CCC;
	text-align: left;
	font-size: 11px;
}

#kasten,
#kastenPfeil,
#kastenPfeilBack{
	width: 135px;
	height: 80px;
	background-color: #CCC;
	text-align: left;
	font-size: 11px;
}

#txtHover{
	font-size: 11px;
	font-weight: bold;	
}	

#textKasten{	
	width: 270px;
	height: 75px;
	background-color: #CCC;
	text-align: left;
}
#konRight{
	position: absolute;
	top: 5px;
	left: 140px;	
}	

#kastenPfeil{
	background-image: url('http://www.iamsimon.de/4a/img/einfamilienhaeuser/pfeile.jpg');
}
#kastenPfeilBack{
	background-image: url('http://www.iamsimon.de/4a/img/einfamilienhaeuser2/pfeile_back.jpg');
}
#kastenPfeilText{
	position: absolute;
	left: 50px;
	bottom: 5px;	
}
#kastenPfeilTextBack{
	position: absolute;
	left: 60px;
	bottom: 5px;	
}	


#kasten text {
	position: absolute;
	bottom: 5px;
	left: 5px;
}

#kastenSmall  text {
	position: absolute;
	bottom: 5px;
	left: 5px;
}

#kastenGelb {
	color: #EF8B47;
}

#kasten:hover{
	background-color: #EF8B47;
	color: #666;
}

#kastenSmall:hover{
	background-color: #EF8B47;
}

/* kleiner Text für Büroseite und Mosaik */
#textSmall{
	color: #ccc;
	font-size: 9px;
}

#textKasten{
	font-size: 11px;
	padding-top: 5px;
	padding-left: 5px;
}

#textKasten h1{
	font-size: 12px;
}
	
/*Formatierungen für die Projektseiten */
#text {
	width: 400px;
	text-align: left;
}

#textImpressum {
	width: 830px;
	text-align: justify;
}

/* Ausrichtung Hintergrundmosaik */
.bg1x1 { position: absolute; top:-6px; left: 30px;}
.bg1x2 { position: absolute; top:-6px; left: 170px;}
.bg1x3 { position: absolute; top:-6px; left: 310px;}
.bg1x4 { position: absolute; top:-6px; left: 450px;}
.bg1x5 { position: absolute; top:-6px; left: 590px;}
.bg1x6 { position: absolute; top:-6px; left: 730px;}

.bg2x1 { position: absolute; top:39px; left: 30px;}
.bg2x2 { position: absolute; top:39px; left: 170px;}
.bg2x3 { position: absolute; top:39px; left: 310px;}
.bg2x4 { position: absolute; top:39px; left: 450px;}
.bg2x5 { position: absolute; top:39px; left: 590px;}
.bg2x6 { position: absolute; top:39px; left: 730px;}

.bg3x1 { position: absolute; top:124px; left: 30px;}
.bg3x2 { position: absolute; top:124px; left: 170px;}
.bg3x3 { position: absolute; top:124px; left: 310px;}
.bg3x4 { position: absolute; top:124px; left: 450px;}
.bg3x5 { position: absolute; top:124px; left: 590px;}
.bg3x6 { position: absolute; top:124px; left: 730px;}

.bg4x1 { position: absolute; top:209px; left: 30px;}
.bg4x2 { position: absolute; top:209px; left: 170px;}
.bg4x3 { position: absolute; top:209px; left: 310px;}
.bg4x4 { position: absolute; top:209px; left: 450px;}
.bg4x5 { position: absolute; top:209px; left: 590px;}
.bg4x6 { position: absolute; top:209px; left: 730px;}

.bg5x1 { position: absolute; top:294px; left: 30px;}
.bg5x2 { position: absolute; top:294px; left: 170px;}
.bg5x3 { position: absolute; top:294px; left: 310px;}
.bg5x4 { position: absolute; top:294px; left: 450px;}
.bg5x5 { position: absolute; top:294px; left: 590px;}
.bg5x6 { position: absolute; top:294px; left: 730px;}

.bg6x1 { position: absolute; top:379px; left: 30px;}
.bg6x2 { position: absolute; top:379px; left: 170px;}
.bg6x3 { position: absolute; top:379px; left: 310px;}
.bg6x4 { position: absolute; top:379px; left: 450px;}
.bg6x5 { position: absolute; top:379px; left: 590px;}
.bg6x6 { position: absolute; top:379px; left: 730px;}

.bg7x1 { position: absolute; top:464px; left: 30px;}
.bg7x2 { position: absolute; top:464px; left: 170px;}
.bg7x3 { position: absolute; top:464px; left: 310px;}
.bg7x4 { position: absolute; top:464px; left: 450px;}
.bg7x5 { position: absolute; top:464px; left: 590px;}
.bg7x6 { position: absolute; top:464px; left: 730px;}

/* Ausrichtung kleine Hintergrundmosaike unten */
.bg5x1down { position: absolute; top:334px; left: 30px;}
.bg5x2down { position: absolute; top:334px; left: 170px;}
.bg5x3down { position: absolute; top:334px; left: 310px;}
