/* ############# Fonts Formating #############*/
.Font_color,h1,h2,h3,h4,h5,h6,span,p{
	color: #eeeeee;
	text-shadow:2px 2px 2px #000000;
	}
h1{
	font-size:16pt;
}
h2{
	font-size:14pt;
}
h3{
	font-size:12pt;
}
h4{
	font-size:10pt;}
h5{
	font-size:8pt;
}
.header h1{
	line-height: 32px;
	}
.Font_Normal, 
	#kf>span , 
	td , 
	#content > article p, 
	p
{
	font-size:10pt;
}
a{
	color:#eeeeee;
	}
/*############# Fonts Formating END #############*/
/* COLORS and effects*/
body
{
	background: url(img/bg_main.jpg) no-repeat scroll center 0 #000000;
}
.BaseColor,
		nav,
		header,
		footer

{
	background: rgba(0,0,0,0.5);
	color:#111111;
}
.SecundBaseColor,
		article>header,
		article>section,
		article>aside,
		article>footer,
		#content>section,
		.gallerieHeader,
		#mapContainer,
		#kf
{
	background:rgba(0,0,0,0.5);
}
.navigationColor,
		nav a
{
	color: #eeeeee;
}
nav a.active{
	background:rgba(0,0,0,0.4);
	box-shadow:inset 0px 0px 4px #404040;
	border-radius:4px;	
	}
.Input_Colors,
		input[type="text"], 
		input[type="password"], 
		/*input[type="submit"],*/
		input[type="file"],
		input[type="button"],
		textarea
{
	background:rgba(255,255,255,0.5);
	color:#111111;
}
.Box_Schadow,
		#header,
		section,
		#footer>nav,
		#content > article > aside,
		footer,
		header,
		#footer nav,
		.gallerie,
		.gallerieHeader,
		#mapContainer,
		#kf
{
	box-shadow: 0 4px 6px;
}
.Border_Radius,
		nav,
		#header,
		section,
		#footer>nav,
		#content > article > aside,
		footer,
		header,
		#footer nav,
		.gallerie,
		.gallerie img,
		#mapContainer,
		#kf
{
	border-radius:0px;	
}
img{
	border-radius:8px;	
	}
/* Colors END */