/**
 * Copyright (C) 2009 CeDiS, FU Berlin <distributed.campus@cedis.fu-berlin.de>
 *
 * This Program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation;
 * version 3 of the License.
 *
 * This Program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
 *
 * You should have received a copy of the GNU General Public License along with this Program; if not, see <http://www.gnu.org/licenses/>.
 */
/* Freie Universitaet Berlin
   Stilvorlagen fuer spezielle Elemente im Contentbereich fuer Distributed Campus
   Anpassungen fuer die Startseite
   http://www.distributed-campus.org/

   Autor: CeDiS, http://www.cedis.fu-berlin.de
   Datum: Juni 2008
   ---------------------------------------------------------------------------
*/

#headerIdentityWrapperHome {
	position: relative;
    /* width: 780px;  the blue line with 100% width */
	height: 358px;
	padding: 0;
	margin: 0 0 10px 0;
}

/* Layout fuNavigationTopInfo
   -----------------------------------------------------------------------------
*/


/* Layout fuIdentity
   -----------------------------------------------------------------------------
*/

#baseIdentityHome {
	display: block;
	position: absolute;
	top: 107px;
	left: 0;
	width: 779px;
	height: 261px;	
	margin: 0;
	padding: 0;
	border-right: 1px solid #fff;
	background-color: #fff;
}

.baseIdentityLeftHome {
	/*position: relative;*/
	position: absolute;
	display: block;
	height: 103px;
	width: 194px;
	margin: 0;
	color: #fff;
	border-right: 1px solid #fff;
	font-size: 125%;
	font-weight: bold;
	line-height: 140%;
	text-align: left;
	top: 18px;
}

.baseIdentityRightHome {
	position: absolute;
	top: 24px; 
	left: 195px;
	margin: 0;
	padding: 0;	
	height: 237px;
	width: 584px;
}

.identityImage {
	left: 10px;
	position: relative;
	
}

#homeIntro {
	position: absolute;
	top: 0;
	right: 0;
}

#loginContainer {
	background: #3E6ABE;
	width: 111px;
	padding: 10px;
	height: 217px;
}

#loginContainer p {
	color: #fff;
	width: 111px;
}

#loginContainer fieldset {
	border: none;
	margin: 0;
	padding: 0;
	width: 111px;	
}

#loginContainer legend {
	display: none;	
}

#loginContainer label {
	color: #fff;	
	width: 111px;
}

#loginContainer form {
	margin: 0;	
}

#loginContainer #username, #loginContainer #password {
	width: 103px;
	border: 1px solid #3E6ABE;
	padding: 3px;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #036;
}

#loginContainer #username:hover, #loginContainer #password:hover {
	border: 1px solid #93B2DD;
}

#loginContainer #submitLogin {
	background: #7A9DD9;
	border: 1px solid #7A9DD9;
	width: 109px;
	padding: 3px;
	margin: 0;
	color: #fff;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%; 
}

#loginContainer #submitLogin:hover {
	border: 1px solid #93B2DD;
	background: #93B2DD;
}

/* Layout fuContent 
   -----------------------------------------------------------------------------
*/

#baseContentHome {
	position: relative;
	min-height: 60px;  /* regelt variabel die Mindesthoehe des Inhaltsbereichs */
	float: left;
	margin: 0;
	padding: 20px 21px 20px 13px;
	background-color: transparent;
	overflow: hidden;
	width: 586px;
	voice-family: "\"}\"";  
	voice-family: inherit;
	width: 552px;
}

*html #baseContentHome { /* nur fuer IE 5.5 - 6.x */
	height: 60px;  /* Mindesthoehe des Inhaltsbereichs */
	overflow-x: hidden;
	overflow-y: visible;
} 

#baseBannerContainer {
	margin: -12px 0 0 0;
}

#daad_logo {
	position: absolute;
	right: 130px;
	top:  29px;
}

#cedis_logo {
	position: absolute;
	right: 22px;
	top:  20px;
}

#odc_logo {
	position: absolute;
	left: 22px;
	top:  190px;
}
