@charset "utf-8";
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background: #132434 url(/images/bg_page.gif) repeat-x top left;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #13181a;
}
h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:22px;
	font-weight:normal;
	color:#132434;
	margin:20px 20px 10px 20px;
	padding-bottom:5px;
	border-bottom:1px solid #bfbfbf;
}
h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	margin:0 0 10px 0;
	color:#132434;
}

h4 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	margin:0 0 10px 0;
	color:#132434;
}
a,
a:link {
	color:#65a200;
	text-decoration:none;
}
a:visited {
	color:#65a200;
}
a:active {
	color:#000;
}
a:hover {
	color:#000;
	text-decoration:underline;
}
p {
	line-height:1.4em;
}

.oneColFixCtr #container {
	width: 740px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF url(/images/bg_top.gif) no-repeat top left;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding:40px 0 0 0;
}
.oneColFixCtr #mainContent {/* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF url(/images/bg_bottom.gif) no-repeat bottom left;
	padding:0 0 30px 0;
	margin:0;
}
#header {
	/*background:url(/images/bg_menu.gif) top right no-repeat;*/
	height:80px;
}

#header .logo {
	display:block;
	height:80px;
	width:220px;
	background:url(/images/img_logo.gif) no-repeat top left;
}

#header .logo h1 {
	position:absolute;
	top:-9999px;
}
#intro {
	background:url(/images/bg_desc.gif) top left no-repeat;
	height:150px;
	padding:40px;
}
.project .image {
	float:left;
	width:424px;
	padding:10px 0 10px 20px;
}
.project .image a img {
	border:1px #132434 solid;
}
.project .image a:hover img {
	border:1px #94c83d solid;
}
.project .desc {
	float:right;
	width:263px;
	padding:10px 20px 10px 0;
}

.project .desc ul{
	margin:0;
	padding:0;
	border-top:1px solid #ddd;
}

.project .desc ul li{
	list-style:none;
	padding:2px 0;
	border-bottom:1px solid #ddd;
	margin:0;
}
#nav-menu {
	float:right;
	width:474px;
	margin:0 20px 0 0;;
	padding:0;
}

#nav-menu li {
	list-style:none;
	display:block;
	float:right;
	padding:0 10px;
	height:80px;
	text-align:center;
}

#nav-menu li a {
	display:block;
	text-decoration:none;
	font-size:20px;
	padding:30px 0 0 0;
	height:50px;
	color:#65A200;
}

#nav-menu li a:hover {
	color:#000;
	/*background:url(/images/btn_menu-hover.gif) 0px 20px no-repeat;*/
}

#kontakt #form1 {
	margin:0 0 0 20px;
}
#kontakt .form-succes {
	border:2px #94c83d solid;
	background:#eee;
	width:400px;
	padding:10px;
	margin:10px 0 10px 20px;
}
#kontakt input {
	border:1px solid #b1b1b1;
	width:420px;
}
#kontakt #verif_box {
	width:370px;
}
#kontakt textarea {
	border:1px solid #b1b1b1;
	width:420px;
	height:200px;
}
#kontakt .send {
	text-align:right;
	width:420px;
}
#kontakt .send input {
	width:100px;
	height:30px;
	color:#fff;
	border:none;
	font-weight:bold;
	background:url(/images/btn_send.gif) no-repeat top left;
}

.clear {
	clear:both;
}
#foot {
	clear:both;
	margin:20px;
	padding:10px;
	border-top:2px solid #bfbfbf;
}
