/*  

Description: Stylesheet für Moeve website
Version: 1.0
Author: Andreas Linder
Author URl: http://www.atelierfuergestaltung.eu

*/










/*:::::::::::::::::: 
Allgemeines Styling  
:::::::::::::::::::*/



body {
	text-align:center;
	margin:0;
	padding:0;
	background-color: #000000;
	background-image:url(images/hg_komplett.jpg);
	background-position:center;
	background-repeat:repeat-y;
	font-family:Helvetica, Arial, sans-serif;
	color:#000000;
}




/*::::::::::::::::::::::::: 
Navigation allgemein
:::::::::::::::::::::::::*/



a {
	text-decoration:none;
	color:#999999;
}
a:hover {
	color:#ffffff;
	border:none;
}
a:focus {
	outline:none;
}

a img {
	border:0;
}
#active {
	color:#ffffff;
}


#footer a {
	padding-right: 10px;
}



/*::::::::::::::::::::::::: 
Bereich oben
:::::::::::::::::::::::::*/

#navigation li {
	text-align:left;
	list-style:none;
	display:inline;
}
#navigation a {
	float:left;
}


#header a {
	float: left;
}
#header #active {
	color:#000000;
}
#header a:hover {
	color:#000000;
}
#header ul li a {
	color: #ffffff;
	font-size: 11px;
	letter-spacing:1px;
	text-decoration: none;
	padding-top: 29px;
	padding-right: 10px;
	padding-left: 10px;
}





/*::::::::::::::::::::::::: 
Flashabfrage
:::::::::::::::::::::::::*/

#flash{
/*padding-top:200px;
*/
text-align:center;

color:#ffffff;

}

#flash p{
padding-top:200px;


}

#flash img {
padding-left:10px;


}



/*::::::::::::::::::::::::: 
Bereich unten
:::::::::::::::::::::::::*/




#languagenavi {
	padding-left:60px;
	padding-top:3px;
	float:left;
	text-align:left;
}

#footernavi {
	display:inline;
	float:right;
	padding-top:5px;
	padding-right:40px;
	text-align:right;
	font-size:10px;
	color:#000000;

}


/*::::::::::::::::::::::::: 
Suchfeld
:::::::::::::::::::::::::*/


#formular {
	display:inline;
	padding-right:52px;
	padding-top:25px;
	float:right;
	text-align:right;
}


 

form {
	display:inline;
}
input.button {
	border: 0;
	background-color: transparent;
	height:16px;
	color:#000000;
	font-family:Helvetica, Arial, sans-serif;
	font-size:9.5px;
	letter-spacing:1px;
}
input.button:hover {
	color:#ffffff;
	cursor:pointer;
}
input.eingabe {
	width:100px;
	height:12px;
	border: 1px solid #666666;
	background-color:#666666;
	color:#FFF;
}





/*::::::::::::::::::::::::: 
Styling der Layoutbereiche 
:::::::::::::::::::::::::*/




#wrapper {
	text-align:left;
	margin-right: auto;
	margin-left: auto;
	width:1000px;
	position:relative;
}
#header {
	position:relative;
	background-color:#9C9D9F;
	width:1000px;
	height:50px;
	margin-top:19px;
	margin-bottom:5px;
}
#flash {
	position:relative;
	width:1000px;
	height:560px;
}
#footer {
	position:relative;
	font-size:12px;
	padding-top:11px;
	letter-spacing:1px;
	width:1000px;
	height:30px;
}
