@charset "UTF-8";
/* CSS Document */

body {
	
	margin: 0px;
	background-color: #ffffff;
	font-family:Trebuchet MS;
}
#container {
	width: 950px;
	margin: auto;
	position: relative;
}
#wrapper {
	width: 950px;
	position: relative;
}
#title {
	width:800px;
	height:50px;
}

#title h1 {
	font-size:10px;
	color:#999999;
	float:left;
	padding-left:100px;
}

#title h2 {
	font-size:18px;
	font-weight:bold;
	float:right;
}

#main {
	position:absolute;
	width:700px;
	height:450px;
	margin:120px 0  0 150px;
	background-image:url(../poze/bg-main.png);
	float:left;
	font-size:12px;
	color:#FFFFFF;
	padding:10px 10px 10px 10px ;
}

#main h1 { 
	font-size:24px;
	text-decoration:none;
	font-weight:normal;
	color:#555555;
	text-transform:uppercase;
	margin-left:30px;
}
#main h2 { 
	font-size:24px;
	text-decoration:none;
	font-weight:normal;
	color:#555555;
	text-transform:uppercase;
	margin-left:30px;
}

#main h3 { 
	font-size:18px;
	text-decoration:none;
	font-weight:normal;
	color:#555555;
	text-transform:uppercase;
	margin-left:30px;
}

#main ul {
	margin-left:20px;
}

#main .img {
	margin-right:300px;
}

#main p {
	font-size:12px;
	color:#FFFFFF;
	margin:0 30px 0 30px;
}

#main .btrimite {
	border:1px solid #BABABA;
	background:#fff;
	width:80px;
	color:#505050;
	font-size:12px;
}
#main .input{ 
	border:1px solid #BABABA;
	background:#fff;
	width:300px;
	height:15px;
	font-size:12px;
	color:#505050;
	padding-left:5px;
	margin-bottom:10px;
	margin-left:40px;
}
#main textarea{ 
	border:1px solid #BABABA;
	background:#fff;
	width:300px;
	height:100px;
	font-size:12px;
	color:#505050;
	padding-left:5px;
	margin-bottom:11px;
	overflow:auto;
	margin-left:40px;
}

#level11 { 
	width:850px;
	margin-left:50px;	
	clear:both;
}

#level11 img { 
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float: left;
}


#level12 { 
	width:950px;
	margin-left:0px;
	clear:both;	
}

#level12 img { 
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float: left;
}

#level13 { 
	width:750px;
	margin-left:100px;	
	clear:both;
}

#level13 img { 
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float: left;
}

#level14 { 
	width:850px;
	margin-left:50px;	
	clear:both;
}

#level14 img { 
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float: left;
}

#level15 { 
	width:600px;
	margin-left:100px;	
	clear:both;
}

#level15 img { 
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float: left;
}

#level16 { 
	width:800px;
	margin-left:150px;
	clear:both;
}

#level16 img { 
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float: left;
}
	
#footer1 {
	width: 700px;
	height:46px;
	position: relative;
	font-size: 10px;
	background-image:url(../poze/bg-footer.gif);
	top:30px;
	left:150px;
	float:left;
}

#footer1 .copy {
	color:#999999;
	float:left;
}


#footer1 .menu  {
	position:relative;
	float:right;
	top:30px;
	right:30px;
	font-size:12px;
	color:#E48E05;
}

#footer1 .menu a{
	color:#000;
	text-decoration:none;
}

#footer1 .menu a:hover {
	color:#555555;
	text-decoration:none;
}

