@charset "UTF-8";
/*  

  __       _                _         _                 _      _                         
 / _| __ _| |__  _ __ _   _| | ____ _| | ___ __ ___  __| | ___| | __  ___ ___  _ __ ___  
| |_ / _` | '_ \| '__| | | | |/ / _` | |/ / '__/ _ \/ _` |/ _ \ |/ / / __/ _ \| '_ ` _ \ 
|  _| (_| | |_) | |  | |_| |   < (_| |   <| | |  __/ (_| |  __/   < | (_| (_) | | | | | |
|_|  \__,_|_.__/|_|   \__, |_|\_\__,_|_|\_\_|  \___|\__,_|\___|_|\_(_)___\___/|_| |_| |_|
                      |___/    
					   
					   projektujemy, boooo lubimy :)

*/

* {
	margin:0;
	padding:0;
	outline: none;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
}
html {
	height: 100%;
}
body {
	color: #6e6d6d;
	background: #fff url(../images/intro.jpg) no-repeat left center;
	height: 100%;
}
a {
	color: #818181;
	padding: 1px 3px 1px 3px;
	text-decoration: none;
}
a:hover {
	color: #000;
}
strong {
	color: #619514;
	font-weight: normal;
	font-size: 18px;
}
big {
	font-size: 34px;
	font-weight: normal;
}
big a {
	font-size: 38px;
	font-weight: normal;
	}
	
#col_1 {
	margin-left: 70px;
	float: left;
}
#col_line {
	float: left;
	width: 44px;
}

	#col_line hr {
		height: 1px;
		background-color: #ccc;
		color: #ccc;
		border-style: none ;
		}

#col_2 {
	float: left;
}
#col_3 {
	float: left;
	margin-left: 50px;
	
}
#col_4, #col_5 {
	float: left;
	width: 420px;
	line-height: 28px;
	margin-left: 50px;
}

#col_big {
	float: left;
	width: 650px;
	line-height: 38px;
	margin-left: 50px;
}


#menu {
	width: 80px;
	text-align: center;
	background: #fff;
}
#menu a {
	color: #818181;
	font-size: 13px;
	letter-spacing: 1px;
	display: block;
	margin-bottom: 10px;
}
#menu a:hover {
	color: #000;
}
#menu span {
	text-transform: uppercase;
	text-align: right;
	letter-spacing: 18px;
	margin-bottom: 10px;
	display: block
}
#subMenu {
	width: 80px;
	text-align: center;
	background: #fff;
}
#subMenu a {
	color: #818181;
	font-size: 13px;
	letter-spacing: 1px;
	display: block;
	margin-bottom: 10px;
}
#subMenu a:hover {
	color: #000;
}
#subMenu span {
	text-transform: uppercase;
	text-align: right;
	letter-spacing: 18px;
	margin-bottom: 10px;
	display: block
}
#logo {
	position: absolute;
	left: 0px;
	top: 0px;
}
divx {
	border: 1px dashed #999;
}


#credits {
	position: absolute;
	right: 15px;
	bottom: 15px;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-size: 7px;
	text-align: justify;
	color: #7b7b7b;
}

#credits a {
	font-size: 8px;
	}
