* {
	margin:0;
	padding:0;
}
#footer a.text {
  text-decoration: none;
  color: #3E3333;
}
#footer a.text:hover {
  text-decoration: underline;
  color: #3E3333;
}
img {
	border:none;
}

p {
	margin:10px 0;
}

a {
	color:#FBA500;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

body {
	background:#71726d;
	font-family:Arial, Helvetica, sans-serif;
	color:#333333;
}

#container {
	width:980px;
	height:100%;
	margin:0 auto;
	padding:0 10px;
	background:#FFFFFF;
	position:relative;
}

#header {
	background:url(../layout/header.jpg) no-repeat;
	width:980px;
	height:150px;
	position:relative;
}

	#slogan {
	position:absolute;
	width:350px;
	height:35px;
	left: 247px;
	top: 22px;
	}
	
	h1 {
		font-size:12px;
		font-weight:normal;
	}
	
#navigation {
	background:url(../layout/navigation.gif) no-repeat;
	width:960px;
	height:21px;
	padding: 14px 10px 10px 10px;
	margin:10px 0 10px 0;
	font-size:13px;
}	

	#navigation ul {
		list-style:none;
	}	
	
	#navigation li {
		float:left;
		margin: 0 15px 0 15px;	}
	
	#navigation a {
		color:#FFFFFF;
		text-decoration:none;
	}		
	
	#navigation a:hover {
		color:#FCB300;
		text-decoration:none;
	}	
	
#back {
	width:980px;
	height:100%;
	overflow:auto;
}
	
#colLeft {
	background:url(../layout/menu.gif) no-repeat;
	width:224px;
	height:100%;
	padding: 20px 3px;
	float:left;
	margin-right:10px;
}	

	p.nabidka {
		padding:10px 10px 10px 15px;
	}
	
	#colLeft h3{
		font-size:15px;
		margin:0 0 10px 15px;
	}
	
	#colLeft ul{
		list-style:none;
		margin: 0 0 30px 15px;
	}
	
	#colLeft li{
		background:url(../layout/menuline.gif) 0% 100% no-repeat;
		font-weight:bold;
		font-size:13px;
		padding:8px 10px 10px 5px;
	}
	
	#colLeft li a{
		color:#333333;
		text-decoration:none;
	}
	
	#colLeft li a:hover{
		color:#FBA900;
		text-decoration:underline;
	}
	
#colRight {
	background:url(../layout/mainbg.gif) no-repeat;
	width: 700px;
	height:248px;
	float:left;
	padding: 20px;
	font-size:13px;
}
	#colRight h3{
		font-size:15px;
		margin: 0 0 5px 0; 
	}
	
	#colRight ul{
		margin-left:20px;
	}

#row {
	background:url(../layout/rowbg.gif) no-repeat;
	width:930px;
	height:100%;
	padding: 20px 20px 20px 30px;
	font-size:13px;
	overflow:auto;
}
	#row p{
		margin:0;
	}
	
	.sloupec {
		width:190px;
		float:left;
		padding:0 20px 20px 20px;
		background:url(../layout/sloupline.gif) no-repeat 100% 20%;
	}
	
	.last {
		background:none;
	}
	
	.sloupec a{
		color:#FBA900;
		text-decoration:none;
		font-weight:bold;
	}
	
	.sloupec a:hover{
		color:#FBA900;
		text-decoration:underline;
		font-weight:bold;
	}
	
#footer {
	background:#71726d url(../layout/machin.gif) 0% 40% no-repeat;  
	width:920px;
	height:60px;
	position:absolute;
	left:10px;
	padding:10px 0 0 60px;
	font-size:12px;
	}
	
	#footer p {
		background:url(../layout/machinline.gif) 0% 50% no-repeat;
		padding-left:25px;
		margin:0;
	}
	
	#footer a{
		color:#FCB300;
		text-decoration:none;
	}
	#footer a:hover{
		color:#FCB300;
		text-decoration:underline;
	}
	
	#footer a.home, #footer a.home:hover {
		color:#333333;
	}
	
	

