@CHARSET "UTF-8";

/* FF HTML 5 FIX*/
header, footer, section, aside, nav, article {  
    display: block;  
}

body {

	background-color: #131313;
	color: #CCCCCC;
		
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	
	line-height: 45px;
	
	background-image: url("../images/bronislavrobenek.jpg");
	background-repeat: no-repeat;
	
	background-position: 95% 140px;

}


header {
	height: 90px;
	padding: 0px;
	/*
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	*/
	margin-top: 30px;
	background-color: #131313;
	background-image: url("/images/gradient3.png");
	background-repeat: repeat-x;
	background-position: bottom;
	border-bottom: 2px solid #CCC;
	border-top: 2px solid #CCC;
	
}

section#content {
	
	margin-left:auto;
	margin-right:auto;
	width:960px;
	padding: 10px;
}

#lang {
	position: absolute;
	top: 0px;
	right: 15px;
	font-size: 12px;
	height: 30px;
	line-height: 30px;
	color: gray;
}

#lang a, #lang a:link, #lang a:visited {
	color: #898989;	
	text-decoration: underline;
}

.red, .red:visited, .red:link  {
	color: #D81746;
	
}

.red:hover {
	color: #990026;
}

.blue, .blue:visited, .blue:link  {
	color: #0099CC;

}

.blue:hover {
	color: #007399;
}

.green, .green:visited, .green:link  {
	color: #4CC500;
	
}

.green:hover {
	color: #399400;
}

.yellow, .yellow:visited, .yellow:link  {
	color: #DFD806;
	
}

.yellow:hover {
	color: #A7A204;
}

h1 {
	 font-family: 'Lucida Grande', 'Lucida Sans Unicode', Arial, Verdana, sans-serif;
	 font-size: 60px;
	 font-weight: normal;
	 width: 960px;
	 margin-left: auto;
	 margin-right: auto;
	 
	 text-align: left;
	 line-height: 90px;
	 text-transform: uppercase;
	 
	 color: #CCC;
	 
	 /*
	 text-shadow: 1px 1px 1px white;
	 filter: dropshadow(color=white, offx=2, offy=2);
	*/
}

p {
	margin-top: 10px;
	margin-bottom: 20px;
	width: 670px;

}

a, a:link, a:visited {
	text-decoration: none;
	display: inline-block;
}

a:hover {
	text-decoration: none;
	
}