/* File with styles for index page */

body {
	background-image	: url(bg_body.jpg);
	background-repeat	: repeat-x;
	margin-left		: 0px;
	margin-top		: 0px;
	margin-right		: 0px;
	margin-bottom		: 0px;
	text-align		: center;
}

#logo {	
	background-color	: #F7F7F7;
	text-align		: center;
	width			: 250px;
	height			: 110px;
	border			: solid 1px #999999;
	font			: 36px Tahoma, sans-serif;
	font-weight		: bold;
	color			: #999999;
	margin-top		: 15%;
	margin-left		: auto;
	margin-right		: auto;
	margin-bottom		: 9%;
}

#logotext {
	font			: 0.7em Tahoma, sans-serif;
	font-size		: 36px;
	font-weight		: bold;
	color			: #999999;
	margin 			: 30px;
}

.firstletterlogotext {
	font			: 0.7em Tahoma, sans-serif;
	font-size		: 36px;
	font-weight		: bold;
	color			: #FF8C00;
}

#chooselanguagetext {
	font			: 0.7em Tahoma, sans-serif;
	color			: #666666;
	text-align		: center;
	font-weight		: bold;
	margin-bottom		: 1%;
}

#chooseflag a:link,
#chooseflag a:visited,
#chooseflag a:active,
#chooseflag a:hover {
	height			: auto;
	width			: auto;
	text-transform		: none;
	border			: none;
	border-color		: #f1f1f1;
	text-decoration		: none;
}

.img_lang {
	color : white;
	text-decoration : none;
	text-align : center;
	border : none;
}

.smallgraytext {
	font : 0.7em Tahoma, sans-serif;
	font-size : 11px;
	font-weight : bold;
	color : #CCCCCC;
	text-align : center;
	vertical-align : bottom;
	margin-top : 8%;
	margin-bottom : 1%;
}

.smallgraytext a {
	font : 0.7em Tahoma, sans-serif;
	font-size : 11px;
	font-weight : bold;
	color : #CCCCCC;
	text-decoration : none;
	text-align : center;
}

.smallgraytext a:hover {
	text-decoration : underline;
	text-align : center;
}