/* 
  Titel: prologis.aero CSS Stylesheet
  Autor: Torben Hansen, Skyfillers GmbH
  Datum: 19.08.2007
*/

/************************************************************/
/* Allgemeines festlegen (Schriften, Abstände usw. )        */
/************************************************************/
h1, h2, h3, h4, h5, p, td, ul, ol, blockquote, input, textarea, select, span { font-family: Verdana, Helvetica, Arial, Sans-Serif; color: #000000; }
pre { font-family: monospace; }

ul {margin-top: 4px;}

a {color: #000000; text-decoration: none;}
a {color: #000000; text-decoration: underline;}

#content li, #content-org li {margin: 0 0 7px 0; line-height: 1.4em;}

form { margin: 0px 0px 0px 0px;}
p, pre { margin: 3px 0px 0px 0px; line-height: 1.4em;}
p, td, ul, ol { font-size: 11px; }
input, textarea, select { font-size: 11px; border: 1px solid black; margin-bottom: 2px;}
input.file { font-size: 11px; border: 1px solid black; margin-bottom: 2px; }

/************************************************************/
/* Formatierungen	Seite         									          */
/************************************************************/
body {
	margin: 0;
	padding: 0;
  text-align: center;
  width: 928px;	
	font-family: Verdana, Helvetica, Arial, Sans-Serif;
	font-size: 11px;
	color: #000000;
  background-color: #FFFFFF;
}

html, body { 
	width: auto;
}

/************************************************************/
/* Formatierungen	Layer                                     */
/************************************************************/
#format {
  position: relative;
  top: 0;
  right: 0;  
  width: 928px;	
	margin: auto;
	padding: auto;	
	text-align: center;
	vertical-align: middle;
}

#logo {
	float: left;
	padding: 35px  0 0 35px;
}

#header {
  background-image: url(../gfx/prologis-aero-head.jpg);
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
	width: 928px;
	height: 231px;
	text-align: right;
}

#header-org {
  background-image: url(../gfx/prologis-org-head.jpg);
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
	width: 928px;
	height: 231px;
	text-align: right;
}

#main {
  background-image: url(../gfx/prologis-aero-bg-main.gif);
	background-repeat: repeat-y;
  width: 928px;
  margin: 0px auto;
  padding: 0;
	text-align: left;

	/* Min-Height Hack */
	min-height: 425px;
	height:auto !important;
	height: 425px;
}

#menu-top {
	margin: 0;
	padding: 35px 25px 0 0;
	color: #A7BADB;
}

#menu {
	float: left;
  background-image: url(../gfx/prologis-aero-bg-menu.gif);
	background-repeat: no-repeat;
	
	width: 158px;
	padding: 0 16px 0 26px;

	/* Min-Height Hack */
	min-height: 215px;
	height:auto !important;
	height: 215px;
}

#content-container {
	float: left;
  background-image: url(../gfx/prologis-aero-bg-content.jpg);
	background-repeat: no-repeat;
	width: 728px;
	padding: 20px 0 0 0;

	/* Min-Height Hack */
	min-height: 425px;
	height:auto !important;
	height: 425px;
}

#content-container-org {
	float: left;
  background-image: url(../gfx/prologis-org-bg-content.gif);
	background-repeat: no-repeat;
	width: 728px;
	padding: 0 0 0 0;

	/* Min-Height Hack */
	min-height: 625px;
	height:auto !important;
	height: 625px;
}

#languages {
	padding: 2px 0 0 530px;
}

#content {
	width: 680px;
	padding: 26px 16px 10px 16px;

	/* Min-Height Hack */
	min-height: 425px;
	height:auto !important;
	height: 425px;
}

#content-org {
	width: 680px;
	padding: 26px 16px 10px 16px;

	/* Min-Height Hack */
	min-height: 525px;
	height:auto !important;
	height: 525px;
}


#top-link {
	width: 700px;
	height: 14px;
	padding: 1px 0 0 13px;
	text-align: left;
  background-image: url(../gfx/prologis-aero-bg-toplink.gif);
	background-repeat: no-repeat;
	background-position: right;
}

#top-link a, #toplink a:hover {
	font-size: 9px;
	color: #868686;
	text-decoration: none;
}

#top-link img {
	padding: 0 3px 0 3px;
}

#footer {
  background-image: url(../gfx/prologis-aero-bg-bottom.gif);
	background-repeat: no-repeat;
	text-align: left;
	width: 928px;
	height: 16px;
}

#copyright {
	position: relative; 
	margin: 0 0 0 25px; 
	z-index: 1; 
	top: -146px; 

	background-image: url(../gfx/prologis-aero-menu-pfeil-un.jpg); 
	height: 10px; 
	width: 160px; 
	background-repeat: no-repeat; 
	padding: 160px 0 0 10px;
	font-size: 9px;
	color: #848E9E;
}

#quote{
    min-height: 130px;

}

div.clear {
	clear: both;
	margin: 0;
	padding: 0;
	height: 1px;
	font-size: 1pt;
}

/************************************************************/
/* Sprachmenu 																							*/
/************************************************************/
#languages ul {
	margin: 0;
	padding: 0;
  list-style: none;	
}

#languages li {
	float: left;
  list-style: none;
  font-size: 10px;
  padding: 0 0 0 10px;
  vertical-align: top;
}

#languages a {
	color: #ffffff;
	text-decoration: none;
  vertical-align: top;
}

#languages a:hover {
	color: #ffffff;
	text-decoration: none;
  vertical-align: top;
}

#languages img {
	padding: 1px 3px 0 0;
}

/************************************************************/
/* Formatierungen	Menus                                     */
/************************************************************/
#menu-top ul {
	padding: 0;
	margin: 0 0 0 740px;
  list-style: none;
}

#menu-top li {
	float: left;
  list-style: none;
  font-size: 10px;
  padding: 0 5px 0 0;
	color: #A7BADB;
}

#menu-top ul.prologis-org a {
  color: #E6E9EA;
}

#menu-top ul.prologis-org a:hover {
  color: #E6E9EA;
}

#menu-top a {
  color: #A7BADB;
  text-decoration: none;
}

#menu-top a:hover {
  color: #A7BADB;
  text-decoration: underline;
}

#menu ul {
	padding: 0;
	margin: 0;
  list-style: none;
}

#menu li {
	float: left;
  list-style: none;
  width: 158px;
}

#menu li.menu2 {
  background-image: url(../gfx/prologis-aero-menu2-no.gif); 
  background-repeat: no-repeat;

	margin: 0 0 0 0;
	padding: 3px 0 2px 27px;
	width: 132px;
	min-width: 132px;
  font-size: 9px;
  
  min-height: 15px;
}

#menu li.menu2-bottom {
	background-image: url(../gfx/prologis-aero-menu2-bot.gif); 
  background-repeat: no-repeat;
  height: 2px;
  width: 158px;
  margin: 0 0 1px 0;
}

#menu li.menu2 a {
  font-size: 9px;
  color: #000000;
  text-decoration: none;
  width: 124px;
	display: block;
}

#menu li.menu2 a:hover {
  font-size: 9px;
  color: #000000;
  text-decoration: none;
  background-color: #FFFACC;
  width: 124px;
	display: block;
}

#menu li.menu2 a.current {
  font-size: 9px;
  color: #000000;
  text-decoration: none;
  background-color: #FFFACC;
  width: 124px;
	display: block;
}




/************************************************************/
/* Formatierungen	Überschriften                             */
/************************************************************/
h1.csc-firstheader, h2.csc-firstheader, h3.csc-firstheader, h4.csc-firstheader, h5.csc-firstheader, h6.csc-firstheader { margin-top: 0px; }
h1 {																				
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	color: #000000;
	font-size: 140%;
	font-weight: bold;
	line-height: normal;
	margin: 0 0 10px 0;
	padding: 0;
	heigth: 43px;
	width: 99%;
	background-image: url(../gfx/prologis-aero-h1-bg.gif); 
  background-repeat: repeat-x;
}

h2 {
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	color: #000000;
	font-size: 130%;
	font-weight: bold;
	line-height: normal;
	margin: 0 0 10px 0;
	padding: 0;
	background-image: url(../gfx/prologis-aero-h2-bg.gif); 
  	background-repeat: repeat-x;
}

h3 {																				
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	color: #000000;
	font-size: 110%;
	line-height: normal;
	font-weight: bold;
	margin: 0 0 10px 0;
	padding: 0;
}

h4 {																				
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	color: #000000;
	font-size: 100%;
	line-height: normal;
	font-weight: bold;
	margin: 0 0 10px 0;
	padding: 0;
}


/************************************************************/
/* Formatierungen	normale Mail-Formulare										*/
/************************************************************/
.csc-mailform {
        border: 0px;
}

.csc-mailform-field {
				padding-top: 3px;
				padding-bottom: 3px;
}

.csc-mailform-field label {
        font-size: 11px;
        font-family: Verdana, Arial, sans-serif;
        width: 80px;
        min-width: 80px;
        float: left;
        text-align: left;
        margin-right: 0.5em
        display: block
}

.csc-mailform-check {
}

.csc-mailform-label {
	font-weight: bold;
}

.csc-mailform-submit {
        margin-left: 80px;
}

/************************************************************/
/* FE Login                                                 */
/************************************************************/
.tx-felogin-pi1 legend {
	display: none;
}

.tx-felogin-pi1 fieldset {
	border: none;
}

.tx-felogin-pi1 form, 
.tx-felogin-pi1 div.submit {
	padding: 10px 0 0 0;
}
