/* <![CDATA[ */

/**
* Projekt J.D. Neuhaus - Sprachwaehler
* -----------------------------------
* @site			www.jdn.de
* @version		0.1
* @date 		2008-12-13
* @lastmodified 2008-12-13
* @author		Dirk Bosbach
* @copyright	studio orange webdesign
* @see 			http://www.studioorange.de
*
*
* Farbdefinitionen
* -----------------------------------
* @colordef		rot			#a8000f (Headline, Links, Maus over)
* @colordef		dunkelgrau	#262626	(Fliestext)
* @colordef		grau		#888888	(Footer)
* @colordef		schwarz		#000000	(Navigation)
* @colordef		blau		#00194e	(Linien, Navigation)
* @colordef		hellgrau	#b9b9b9	(Rahmen Eingabefelder)
*/


/** 
* @section 	Definition der Container
* @note  	Start zentriert Intro.  
*/
#winde {
	z-index: 80;
	background-image:url(../img/img-winde-start.png);
	background-repeat:no-repeat;
	width: 347px;
	height: 477px;
	margin-left: -6px;
	margin-top: -27px;
	float: left;

}


#start {
   z-index: 10;
   margin: 10% 0 0 0 ;
   width:736px;
}


#intro {
	z-index: 30;
	/*background-image:url(../img/bg-intro.png);*/
	background-image:url(../img/intro_neuhaus_neu.gif);
	background-repeat:no-repeat;
	background-position:top;
	height:480px;
	/*background-position:bottom;
	height:341px;
	padding-top: 40px;*/
}

#sprachwaehler {
	z-index: 50;
   	/*padding-top: 70px;
	padding-right: 23px;*/
	padding-top: 97px;
	padding-right: 32px;
	
}


#sprachen {
	z-index: 60;
	/*border-right:1px dotted #ffffff;*/
	padding-right: 10px;
	float: right;
	text-transform:uppercase;
	height:216px;
	padding-top: 50px;
	font-size:0.8em;
	line-height: 1.3em;
}

#laender {
	z-index: 70;
	padding-left: 10px;
	float: right;
	padding-top: 50px;
	font-size:0.7em;
	line-height: 1.3em;
}

#footer-intro {
	z-index: 100;
	color: #888888;
	font-size: 0.7em;
	/*font-size: 9px;*/
	margin-right: 63px;
	margin-left: 5px;
	margin-top: 275px;
	text-align: left;
}

#footer-intro ul li {
	float: left;
	list-style-type: none;
}

.legal {
    margin-right: 40px;
}




/** 
* @section 	Links
* @note  	Definition der Sprach- und Laender Links, Footer Menue 
*/

#intro a {
	text-decoration:none;
	color: #ffffff;
}

#intro a:hover {
	background-color:#a8000f;
}

#footer-intro a {
    text-decoration:none;
	color: #888888;
	background-color:#fff;
}

#footer-intro a:hover {
    text-decoration:underline;
	color: #888888;
	background-color:#fff;
}

.logo-intro {
	margin: 65px 0 0 5px;
}


/*]]> */
