/*---------------------------------------------------------
Cascading Style Sheets for typo3.edu basiert auf:

Cascading Style Sheets for typo3.org, typo3.com 
and association.typo3.org
-----------------------------------------------------------
mains, DIVs
-----------------------------------------------------------*/


/*DIV aussen*/
#typo3com-container {
	width: 764px;
	background-color: #FFF;		
	}
	
/*-------------------- header elements --------------------*/
/*gruener balken*/
div.bar {
	font-size: 1px;
	line-height: 1px;
	width: 753px;
	height: 2px;
	background-color: #69A550;	
	border: none;	
	}

/*DIV um Hauptlogo links oben*/
#logo {
	width: 180px;
	height: 67px;
	float: left;
	}
	
/*Abstand zur Suchmaschine*/
#logo {
	margin: 0 330px 0 0;
	}

/*Abstand um Logo*/
#logo img {
	margin: 16px 0 0 20px;
	}

/*DIV um Suchmaschine und GO TO */
#services {
	font-family: Verdana, Arial, sans-serif;	
	font-size: 11px;
	line-height: 19px;	
	color: #515151;
	text-align: right;
	width: 243px;	
	margin: 10px 0px 0px 0px;
	float: left;
	}

/*Eingabefelder*/
#services form {
	height: 24px;
	}

/*Beschriftung*/
#services label {
	vertical-align: middle;
	}

/*Formatierung GO TO - Schriften hier nicht buendig, Fehler schon bei.com*/ 
#portal-nav select#portal-select {
	font-family: Verdana, Arial, sans-serif;	
	font-size: 11px;
	line-height: 19px;
	width: 180px;
	height: 20px;
	border: solid 1px #8C8C8C;
	vertical-align: middle;	
	}

/*Formatierung Sucheingabefeld*/
#search input#sword {
	font-family: Verdana, Arial, sans-serif;	
	font-size: 11px;
	line-height: 16px;
	width: 148px;
	height: 16px;
	border: solid 1px #8C8C8C;
	vertical-align: middle;	
	}

/*Suchbutton*/
#search input.go-button {
	width: 25px;
	height: 18px;
	margin: 0 0 0 5px;
	vertical-align: middle;	
	}

/*-------------------- random-img --------------------*/

#random-img img {
	width:753px;
	}

/***#header-img-copyright(alt)= #service-nav***/
/*DIV um Sprachwahl und Servicenavigation*/
#service-nav{
	background-color:#525152;
	font-family: Verdana, Arial, sans-serif;
	font-size: 9px;
	line-height: 16px;
	text-align: right;
	color: #FFFFFF;	
	width: 753px;
	height: 20px;	/*hoehe servicenavigation*/
	margin: 0 0 8px 0;	
	}

#service-nav a {
	color: #FFFFFF;	
	font-size: 9px;
	}
	
/*---DIV um Sprachwahl---*/
#language{
	float:left;
	}

/*---DIV um Servicenavigation---*/
#servicenavigation{
	float:right;
	color:#ffffff;
	background-color:#8C8E8C;
	height:19px;
	width:268px;
	}

/*---DIV um Printlink---*/
#print{
	width:753px;
	padding-right:10px;
	}
	
/*-------------------- left-column um navigation links--------------------*/

/*DIV um Subnavigation*/
#left-column {
	width: 206px;
	float: left;
	}


/*-------------------- footer --------------------*/

/*Typofooter mit logo und copyright*/
#footer {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	text-align: left;	
	color: #8C8C8C;	
	width: 740px;
	border-top: solid 1px #8C8C8C;
	margin: 12px 0 12px 12px;
	padding: 6px 0 0 0;
	clear: both;
	}

#footer-copyright {
	float: left;
	width: 	460px;
	}

#footer img {
	margin: 0 0 5px 246px;	
	}


