/* ---------------------------------------------

	HOME.CSS
	Generelle Styles für die Übersichtsseite/Home Seite.

	Autor:				UC
	Erstellungsdatum:	08.11.2006
	
	Index:				Header / Logo
						Spalten
						Content
							Zitat
							Spalten
							Wurfel
							News
	Changelog:			-
	
--------------------------------------------- */

/* ---------------------------------------------
	Home
--------------------------------------------- */
	
	/* ---- Home Seite ---- */
		body {
			margin: 0px;
			padding: 0px;
			background-image: url(../images/bg/bg.gif);
			background-repeat: repeat-y;
			font: 11px/normal Verdana, Arial, Helvetica, sans-serif;
		}
		* {
			margin:0px;
			padding:0px;
		}
	
	
	/* ---- Header ---- */
		div.homeheader {border-bottom: #77B1D9 1px solid;}
		
		div.homeheader-leer {
			background-color: #E5F0F7;
			width: 944px;
			height: 33px;
		}
		div.homeheader-logo {
			background-color: #E5F0F7;
			width: 944px;
			height: 86px;
		}
		div.homeheader-logo img {
			float: right;
			padding: 0 12px 49px 0px;
			margin: 0 194px 0 0;
			border-right: #77B1D9 1px solid;
		}
		div.homeheader-logo h1 {
			display: none;
		}


	/* ---- spalten ---- */
		#content{
			float:left;
			width:709px;
			padding-right:10px;
			line-height:14px;
		}
		/* Tantek Hack fuer >IE 5.5 / IE 6 */
		* html #content{
			width:725px;
			wid\th:706px;		
		}
		
		
		#navRight{
			float:left;
			margin: 0 !important;
		}
		ul.navigation li {
			width:270px;		
		}

	
	/* ---- Zitat  ----*/
		div.home-zitat {
			background: #FFF url(../images/home/zitat.gif) no-repeat 33px 22px;
			width: 644px;
			height: 80px;
		}
		div.home-zitat h2 { 
			display: none;
		}
	
	
	/* ---- Content Spalten ---- */
		div.home-spalte-left, div.home-spalte-right {
			width: 219px;
			float: left;
		}
		div.home-spalte-left {
			padding: 0 0 0 200px;
			border-right: 6px solid #fff;
		}
		div.box-bild {border-bottom: #FFF 6px solid;}


	/* ---- News ----*/
		div.home-news{
			clear: left;
			margin-left: 210px;
			border-top: 30px solid #fff;
		}
		div.home-news h3 {
			color: #006DB5;
			font-size: 11px;
			font-weight: bold;
			line-height: 14px;
		}
		div.home-news a {
			color: #77B1D9;
		}
		div.home-news a:hover {
			color: #006DB5;
		}
	
		div.home-news span {
			font-weight: normal;
		}
	

	/* ---- Suche ---- */
		input.search{
			margin-left: 40px !important;
		}
	
		
	/* ---- Wuerfel ---- */
		span.wurfel {
			width: 15px;
			height: 16px;
			float: left;
			padding-right: 25px;
		}
	
	/* ---- Eduqua Logo ---- */
		img.eduqua {margin-left: 40px;}



/* ------------------------------------------------
	Euro Box
------------------------------------------------ */

div#euroArturo {
	background:url(../images/bg/euroArturo.jpg) left top no-repeat;
	width:189px;
	margin-top:10px;
	margin-left:31px;
}

div#left-container{
	float:left;
	width:123px;
	padding:5px;
}

div#right-container{
	float:left;
	width:156px;
	height:180px;
}

div#euroTitle {
	padding-top:135px;
}

div#euroContent {
	margin-top:6px;
}
