@charset "utf-8";
/******************************************************************
***   Global Settings   ***
*******************************************************************/
/*
-------------------------------------------------
@Encoding			= charset "utf-8"
-------------------------------------------------
@Css Version		= Css Level 2
-------------------------------------------------
@Copyright			= Copyright 2008-2009, 
-------------------------------------------------
@Language			= en
-------------------------------------------------
@Author				= http://seedsolutions.co.in/ 
-------------------------------------------------
@Link				= http://seedsolutions.co.in/ 
-------------------------------------------------

*/

/*********************************************************************
***   Body Class Starts Here   ***
**********************************************************************/

/***** Global Selectors *****/

body{
	margin:0;
}
/*********************************************************************************
*** Footer Class Starts Here ***
**********************************************************************************/

#footerBg {
text-align: center;
	width: 100%;
	margin: 50px auto 0 auto;
	height:287px;
	background:url(../images/footer/footerBg.jpg) repeat-x;
	font-family:Arial, Helvetica, sans-serif;
}
#footerpageCenter {		       			/* site center align */
	text-align: center;
	width: 960px;
	margin: 0px auto 0 auto;
	height:auto;
}
#footerWrapper {	                         /* Main Outer Fix  */
	width:960px;
	
	top: 0;
	left: 0;
	margin: 0 auto;
	text-align: center;
}

.footerFirst{
	float:left;
	width:235px;
	text-align:left;
	margin-top:35px;
}

.footerSecond{
	float:left;
	width:282px;
	text-align:left;
	margin-top:35px;
}

.footerThird{
	float:left;
	width:315px;
	text-align:left;
	margin-top:35px;
}

.footerForth{
	float:right;
	width:125px;
	text-align:left;
	margin-top:35px;
}

.footerHeading{
	font-size:16px;
	color:#999999;
	font-weight:bold;
	padding-bottom:13px;
}

.footerPoint{
	float:left;
	width:100%;
	text-align:left;
	padding-bottom:3px;
}
.footerBullet{
	float:left;
	width:10px;
	height:4px;
	padding-top:4px;
}
.footerLink{
	font-size:12px;
	color:#fff;
}

.footerLink a{
	font-size:12px;
	color:#fff;
	text-decoration:none;
}

.footerLink a:hover{
	color:#fff;
	text-decoration:underline;
}

.flag01{
	float:left;
	width:62px;
	text-align:left;
}

.deutschFlag{
	float:left;
	width:45px;
	height:29px;
}

.flag01 a{
	color:#999;
	font-size:12px;
	text-decoration:none;
}

.flag01 a:hover{
	color:#999;
	text-decoration:underline;
}

.facebook{
	float:left;
	width:31px;
	margin-top:5px;
}

.img-1{
	margin-top:10px;
	float:left;
	width:100%;
}

.copyright{
	float:left;
	width:100%;
	text-align:center;
	font-size:11px;
	color:#999;
}

.copyright a{
	color:#999;
	text-decoration:none;
}

.copyright a:hover{
	color:#999;
	text-decoration:underline;
}

/**********************************************************************************
*** Footer  Class Ends Here ***
***********************************************************************************/
