/*--------------------------
CSS für Turm Seite
-----------------------------*/

/*--------------------------
Allgemeiner Teil
______________________________*/

* {
	margin: 0;
	padding: 0;
}

body {/*Hintergrundfarbe, Schriftauszeichnung*/
	background-color: #556D89;
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	font-size: 12px;
	color: #002e63;
	z-index: 1;
	overflow:visible;
}

/*Überschriften neben den blauen Balken*/
h3{
	margin-left:230px;
	padding-top:8px;
	color:#556d87;
	font-size:14px;
}

/*Absatz definieren*/
p{
	margin-top:8px;
	margin-bottom:8px;
}


/*-----------------------------
Index Seite
----------------------------*/
#aussen {/*Container für index-seite*/
	left: auto;
	right: auto;
	bottom: auto;
	width: 100%;
	margin: auto;
	position: relative;
	z-index: 1;
	background-repeat: no-repeat;
	top: 100px;
	background-color: #D5D6D8;
	border-top-width: 4px;
	border-top-color: #002E62;
	border-top-style: solid;
	/*border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #F04235;*/
}

/*--------------------------------
obere Box
---------------------------------*/

/*Box für home, news, service, räume, mieter und kontakt*/
#box_oben{
	height:113px;
	border-bottom:5px solid #003366;
}

/*Positionierung des Turm-Logos*/
#box_oben h1{
	background-image:url(../Turm_Bilder/hg/logo.jpg);
	background-repeat: no-repeat;
	height:245px;
	width:131px;
	line-height: 500px;
	overflow: hidden;
	position: absolute;
	left:35px;
}

/*Box für Pointfeng-Seite*/
#box_oben2{
	height:113px;
	border-bottom:5px solid #003366;
	background-color:#96c829;
	background-image:url("../Turm_Bilder/unused/pointfeng-grafik.jpg");
	background-repeat:no-repeat;
	background-position:top right;
}

/*Positionierung des Turm-Logos für Pointfeng*/
#box_oben2 h1{
	background-image:url("../Turm_Bilder/unused/turm_pointfeng.jpg");
	background-repeat: no-repeat;
	height:245px;
	width:131px;
	line-height: 500px;
	overflow: hidden;
	position: absolute;
	left:35px;
}

/*Box für Aachen Münchener*/
#box_oben3{
	height:113px;
	border-bottom:5px solid #003366;
	background-color:#FFDC1E;
}

/*Positionierung des Turm-Logos für Aachen münchener*/
#box_oben3 h1{
	background-image:url("../Turm_Bilder/unused/turm_aachener.jpg");
	background-repeat: no-repeat;
	height:245px;
	width:131px;
	line-height: 500px;
	overflow: hidden;
	position: absolute;
	left:35px;
}

#box_oben4{
	height:113px;
	border-bottom:5px solid #003366;
	background-color: #a6d1d8;
	background-image:url("../Turm_Bilder/unused/weichert_grafik.jpg");
	background-repeat:no-repeat;
	background-position:top right;
}
#box_oben4 h1{
	background-image:url("../Turm_Bilder/unused/turm_weichert.jpg");
	background-repeat: no-repeat;
	height:245px;
	width:131px;
	line-height: 500px;
	overflow: hidden;
	position: absolute;
	left:35px;
}

#box_oben5{
	height:113px;
	border-bottom:5px solid #003366;
	background-color: #eac8c7;
	background-image:url(../Turm_Bilder/verlauf_mueller.gif);
	background-repeat:no-repeat;
	background-position:top right;
}
#box_oben5 h1{
	background-image:url("../Turm_Bilder/unused/turm_mueller.gif");
	background-repeat: no-repeat;
	height:245px;
	width:131px;
	line-height: 500px;
	overflow: hidden;
	position: absolute;
	left:35px;
}

/*-------------------------------------
Mittlerer Teil -> grauer Container
--------------------------------------*/

/*grauer Container für home,news,servie,räume und kontakt*/
#grauer_container{
	background-color: #D5D6D8;
	background-image:url(../Turm_Bilder/grauerBalken.jpg);
	background-repeat:repeat-y;
	background-position:35px 0;
	padding-bottom:100px;
}

/*grauer Container für Pointfeng*/
#grauer_container2{
	background-color: #D5D6D8;
	background-image:url(../Turm_Bilder/grauerBalken.jpg);
	background-repeat:repeat-y;
	background-position:35px 0;
	padding-bottom:100px;
	border-bottom:5px solid #003366;
}

/*grauer Container für München Aachener*/
#grauer_container3{
	background-color: #D5D6D8;
	background-image:url(../Turm_Bilder/grauerBalken.jpg);
	background-repeat:repeat-y;
	background-position:35px 0;
	border-bottom:5px solid #003366;
}


/*Aussehen der Links*/
a{
	color:#556d87;
	text-decoration:none;
}

a:hover{
	font-weight:bold;
	text-decoration:underline;
}

.link {
	}

/*aktueller Link beim horizonatlen Menü neben dem blauen Balken*/
#aktuell2{
	text-decoration:underline;
	font-style:italic;
}

/*Aussehn von News auf der Seite News*/
#news{
	font-style:italic;
	text-decoration:underline;
}

/*-------------------------------
Positionierung des Blauen Balken des Menüs
--------------------------------------------*/
#grauer_container h1{
	position: absolute;
	left:166px;
	top:133px;
	height: 381px;
	width: 53px;
}

#grauer_container2 h1{
	position: absolute;
	left:166px;
	top:133px;
	height: 353px;
}

#grauer_container3 h1{
	position: absolute;
	left:166px;
	top:133px;
}

/*----------------------------------------
Textbox
-----------------------------------------*/

/*Textbox bei home, news, service,räume,mieter und konatkt*/
#textbox{
	background-color:#EAEBED;
	margin-left:260px;
	margin-top:60px;
	width:600px;
	
}

/*Textbox bei Pointfeng und Aachen Münchener*/
#textbox2{
	background-color:#ffffff;
	margin-left:187px;
	padding-bottom:90px;
}
#textbox3 {
	background-color:#EAEBED;
	width:210px;
	position:absolute;
	left: 876px;
	top: 202px;
	height:555px;
	}

#textbox2 h2{
	margin-left:47px;
	padding-top:8px;
	color:#556d87;
	font-size:14px;
}

/*Positionierung des zurück-Links bei pointfeng und Aachen Münchener*/
#zuruck{
	margin-left:47px;
	margin-top:5px;
}

/*-----------------------------------------------
Positionierung der Bilder
-------------------------------------------------*/

/*Position aller Bilder die rechts oben an der textbox sind, home,news,räume,kontakt*/
#image{
	overflow: hidden;
	position: absolute;
	left:810px;
	top:170px;
}

/*Position des Bildes bei Service*/
#image_service{
	overflow: hidden;
	position: absolute;
	left:760px;
	top:340px;
}

/*Positopn des Turmes bei Mieter*/
#image_turm{
	overflow: hidden;
	position: absolute;
	left:259px;
	top:545px;
}
#image_turm2{
	overflow: hidden;
	position: absolute;
	left:260px;
	top:352px;
}

/*------------------------------------
Text in der Textbox
--------------------------------------*/

/*Positionierung des Textes bei home, news, service, räume und Kontakt*/
#text{
	margin-left:38px;
	margin-right:55px;
	padding-bottom:130px;
}
#text_5 {
	margin-left:38px;
	margin-right:55px;
	padding-bottom:50px;
}
#text_5 h2{
	padding-top:38px;
	font-size:14px;
	margin-bottom:10px;
}

#text_5 a {
	color:#002e63;
	font-size:11px;
	/*position:relative;
	top:100px;
	display:block;
	padding:1px 0;*/
}
#text h2{
	padding-top:38px;
	font-size:14px;
	margin-bottom:10px;
}

#text a {
	color:#002e63;
	font-size:12px;
	/*position:relative;
	top:100px;
	display:block;
	padding:1px 0;*/
}

#kontakt a{
	font-style:normal;
	font-size:12px;
	position:relative;
	top:-16px;
	left:47px;
	width:100px;
	display:block;
}

/*Positionierung des Textes bei Mieter*/
#text2{
	margin-left:375px;
	padding-bottom:50px;
	font-size:13px;
}

#text2 h4{
	font-size:13px;
}

#text2 h2{
 font-size:14px;
 margin-bottom:20px;
 padding-top:38px;

}

#text2 li{
	margin-left:15px;	
}

#text2 p{
	margin-bottom:0px;
	margin-top:0px;
}

#text2 a{
	color:#002e63;
	font-size:12px;
	font-weight:bold;
	text-decoration:underline;
}

/*Positionierung des Textes bei Pointfeng und Aachen Münchener*/
#text3{
	font-size:13px;
	margin-left:120px;
	margin-right:320px;
	width: 420px;
	color:#666666;
}
 
#text3 h4{
	margin-top:50px;
	padding-bottom:15px;
	
}

#text3 p{
	margin-top:15px;
	margin-bottom:15px;
}

/*Kursive Schrift bei Pointfeng*/
#web{
	font-style:italic;
	margin-bottom:4px;
}

/*Positionierung der Logos bei Pointfeng und Aachen Münchener*/
#point_logo{
	overflow: hidden;
	position: absolute;
	left:768px;
	top:130px;
}
#weichert_logo{
	overflow: hidden;
	position: absolute;
	left:769px;
	top:130px;
	width: 220px;
	height: 111px;
}
#bild_rechts {
	overflow: hidden;
	position: absolute;
	left:770px;
	top:256px;
}
#bild_rechtsmieter {
	overflow: hidden;
	position: absolute;
	left:6px;
	top:36px;
}

/*------------------------------------
Navigation
------------------------------------*/

#navigation{
	position:absolute;
	left:35px;
	top:280px;
	width:141px;
	font-size:14px;
}


#navigation ul{
	list-style:none;
	margin-left:40px;

}

#navigation li{
	margin-bottom:15px;
}

#navigation a{
	color:#556d87;
	font-size:14px;
	text-decoration:none;
}

#navigation a:hover{
	font-weight:bold;
}

/*Aussehen des aktuellen Links und Erzeugung der blauen horizontalen Linie*/
#aktuell{
	font-weight:bold;
	border-bottom:3px solid  #002e63;
}

/*----------------------------------------
untere Box
---------------------------------------------*/

/*untere Box für home, news,service,räume, mieter und konatkt*/

#box_unten{
	width:100%;
	height:100px;
	border-top: 5px solid #f04235;
	background-color: #556D89;
}
#logoges {
	width: 100%;
	/*height: 80px;*/
	padding: 10px 0 10px 0;
	border-bottom: 5px solid #f04235;
	}
#logoges2 {
	width: 100%;
	/*height: 80px;*/
	padding: 10px 0 10px 0;
	border-bottom: 5px solid #96c829;
	}
#logoges3 {
	width: 100%;
	/*height: 80px;*/
	padding: 10px 0 10px 0;
	border-bottom: 5px solid #FFDC1E;
	}
#logoges5 {
	width: 100%;
	/*height: 80px;*/
	padding: 10px 0 10px 0;
	border-bottom: 5px solid #b84542;
	}
#logoges6 {
	width: 100%;
	/*height: 80px;*/
	padding: 10px 0 10px 0;
	border-bottom: 5px solid #a6d1d8;
	}
.logo1 {
	margin-left:260px;
	/*background-color:#EAEBED;*/
	}
.logo1 a {
	color: #EAEBED}

/*Position der Linie vom Turm zu Mieter*/
#linie_mieter{
	overflow: hidden;
	position: absolute;
	left:503px;
	top:256px;
}

/*Erzeugung der horizonatlen blauen Linie unter Mieter in der textbox*/
#mieter{
	border-bottom:3px solid  #002e63;
}

/*untere Box für Pointfeng*/
#box_unten2{
	width:100%;
	height:100px;
	border-top: 5px solid #96c829;
	background-color: #556D89;
}

/*untere Box für Aachen Münchener*/
#box_unten3{
	width:100%;
	height:100px;
	border-top: 5px solid #FFDC1E;
	background-color: #556D89;
}
#box_unten4{
	width:100%;
	height:100px;
	border-top: 5px solid #a6d1d8;
	background-color: #556D89;
}
#box_unten5{
	width:100%;
	height:100px;
	border-top: 5px solid #b84542;
	background-color: #556D89;
}
#box_unten6{
	width:100%;
	height:100px;
	border-top: 5px solid #a6d1d8;
	background-color: #556D89;
}
/*Aussehen und Positionierung der Stockangabe bei Pointfeng und Aachen Münchener*/
#stock{
	color:#ffffff;
	font-size:15px;
	font-weight:bold;
	position:absolute;
	left:230px;
	top:95px;
}
.kllogo {
	margin-left: 15px;}

#point {
	width: 750px;
	margin: 0 auto;
	line-height: 15px;}
#point a {
	color: #002e62;
	font-size: 9px;}
#point a:hover {
	font-weight:normal;
	color: #002e62;
	font-size: 9px;
	text-decoration:underline;}






