body {
	background-color: #000;
	color: #b480d3;
	font-family: Verdana;
}

#wrapper{
	width: 980px;
	margin-left: 80px;
	margin-top: 40px;
}

#header {
	border-bottom: 2px #b480d3 solid;
	overflow: auto;
	padding: 0px 10px 0px 40px;
}

#header h1 {
	font-size: 24 px;
	font-family: Verdana;
	color: #b480d3;
	float: left;
	
}

a:link {
	text-decoration:none;
	color: #b480d3;
}

a:visited {
	text-decoration:none;
	color: #b480d3;
}
a:hover {
	text-decoration:none;
	color: #b480d3;
	font-weight: bold;
}

#menu {
	
	font-family: Verdana;
	color: #b480d3;
	float: right;
	padding-top: 60px;
}



ul {
	list-style: none;
		
}

li {
	display: inline;
	margin-right: 20px;
}

.active {
	font-weight: bold;
}

#kategori {
	list-style: none;
	margin-bottom: 0px;
}

#kategori-text a {
	width: 210px;
	display: block;
	
}

#kategori-text a:hover {
	font-weight: normal;
	
}

#kategori-text li {
	float: left;
	margin-right: 24px;
	font-family: Verdana;
	font-size: 20px;
}

#kategori-text {
	overflow: auto; 
	margin-top: 0px;
}

.thumbnail {
	display: inline;
	margin-right: 20px;
	margin-top: 25px;
	overflow: auto;
}

.thumbnail img {
	margin-bottom: 20px;
}

#content {
	margin-top: 25px;
}

p {
	font-family: Verdana;
	color: #b480d3;
	padding: 0px 30px 0px 40px;
}

#video{
	margin-left: 40px;
}

object {
	width:560px;
	height:315px;
}

.nivoSlider {
	margin-top: 21px;
	margin-left: 40px;
    position:relative;
    width:910px; /* Change this to your images width */
    height:450px; /* Change this to your images height */
    background:url(images/loading.gif) no-repeat 50% 50%;
}

.nivoSlider img {
    position:absolute;
    top:0px;
    left:0px;
    display:none;
}

.nivoSlider a {
    border:0;
    display:block;
}

#kontakt{
	margin-left:40px;
}

#kontakt p {
	padding-left: 0px;
}