.toplinks
	{
	
	width: 1000px;
	margin: auto;
	height: 15px;
	};

#nav {
		position: relative;
		left: 0px;
		width:160px;

	}
	.aktivne_strankovanie
	{color: red;}
	
	
	#nav, #nav ul {
		margin: 0;
		padding: 0;
		list-style: none;
	}
	
	
	#nav li a {
		display: block;
		padding: 2px 7px;
		margin: 2px;
		text-decoration: none;
		background: #d8dde0;
		border-bottom: 1px solid #a2a2a2;
		border-right: 1px solid #a2a2a2; 
		color: black;
		font-weight: normal;
	}		

	#nav li a:hover {
		background: #efefef;
		color:black;
		font-weight: normal;
		border-right: 1px solid black; 
		border-bottom: 1px solid black;
	}
	


#red:link, #red:visited 
	{color:red; }
	
#red:hover
	{color:red;}
		ul.kr {
		background: red;
		color:white;
		font-weight: bold;
	}
	
#red2:link, red2:visited 
	{background: red;
		color:white;
		font-weight: bold;}
	
#red2:hover
	{color:red;}
		ul.kr {
		background: red;
		color:silver;
		font-weight: bold;
	}
	
	.cart1
	{
	border: solid black 1px;
	
	};
	
	
	
