@charset "utf-8";
/* CSS Document */
body {
	background-color:	#fff;
	color: #808285;
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
#wraper {
	margin: 0px auto;
	width: 950px;
	background-image:url(../images/bg_big.gif);
	border:solid #000000 1px;
}
#menu {
	margin: 0px auto;
	width: 950px;
	border-bottom: 0px solid #fff;
	background: #000;
	padding-top: 3px;
	padding-left: 1px;
	padding-right: 1px;
	text-align: center;
}
#menu ul, #menu li {
	display: inline;
	list-style-image: none;
	text-transform:capitalize;
	margin: 0px;
	padding: 0px;	
}

#menu a {
	color: #fff;
	margin: 5px;
	font-weight: bold;
	text-decoration: none;
	text-transform:uppercase;
}
a:hover, #menu a:hover {
	color: #61cbf2;
}
#menu a#active {
	color: #61cbf2;
}
#menu a#active:hover {
	color: #fff;
}
#lead {

}
#lead h2 {
	font-size: 14px;
	font-weight: bold;
	line-height: 12px;
}
#lead h1 {
	font-size: 66px;
	font-weight: bold;
	line-height: 52px;		
}
#lead h3{
	font-size: 18px;
	font-weight: bold;
}
#lead h4 {
	font-size: 18px;
	font-weight: bold;
}

#lead * {
	margin-bottom: 10px;
	margin-top: 10px;
}
#pagetitle {
	float: right;
	height: 200px;
	width: 160px;
	font-size: 50px;
	position: relative;
	top: 150px;
	right: -20px;
	font-weight:bold;
	text-align: justify;
	line-height: 44px;
}

.blue {color: #61cbf2;}
.maroon {color: #bf1e2e;}
.pink {color: #ed037c;}
.orange {color: #f15922;}
.green {color: #99ca3c;}
.grey {color: #808285;}

.lt {font-size: 46px;}
.bgr {font-size: 60px;}
.ltr {font-size: 52px;}

h5 {
	color: #99ca3c;
	font-size: 38px;
	text-transform:uppercase;
	line-height: 30px;	
	margin: 20px 0px 0px 0px; 
}
.important {
	font-weight: bold;
	color: #61cbf2;
}
.name {
	font-weight: bold;
	color: #f15922;
}
#author, #sponsor, #organizator {
	float: left;
	margin-left: 25px;
	text-align: center;
	font-size: 12px;	
}
#project {
	float: none;
	clear: both;
	font-size: 12px;
}
form {
	margin: 20px;
}
input, select {
	clear: right;
	display: block;
	margin-bottom: 20px;
}
label {
	margin-right: 10px;
	text-align: right;
	margin-bottom: 20px;
	float: left;
	display: block;
	width: 250px;

}
