/*
Design by Matjaž Hladnik
*/

* {
	margin: 0;
	padding: 0;
}

body {
	background: none;
	font: normal 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #88888A;
}

h1, h2, h3 {
	color: #313131;
}

h1 {
	margin-bottom: .5em;
	font-size: 182%;
	font-weight: normal;
	letter-spacing: -2px;
}

h2 {
	margin-bottom: .5em;
	font-size: 136%;
	font-weight: normal;
	letter-spacing: -1px;
}

h3 {
	font-size: 100%;
	font-weight: bold;
}

p, blockquote, ol, ul {
	margin-bottom: 1.5em;
	text-align: justify;
	line-height: 167%;
	font-size: 107%;
}

blockquote {
	display: none;
}

ol {
	margin-left: 2em;
}

ul {
	list-style: none;
}

ul li {
	padding-left: 1em;
	background: url(images/img07.gif) no-repeat left center;
}

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

a:hover {
	text-decoration: underline;
	color: #DB5600;
}

/* Menu */

#menu {
	display: none;
}

/* Logo */

#logo {
	display: none;
}


/* Page */

#page {
	
}

/* Content */

#content {

}

#welcome {

}

#welcome p {
	font-family: Times New Roman;
	margin: 0; padding: 5px 0 0 0;
	font-size:15px;
	color: #484848;
}

.floating-box {
	display: none;
}

/* Sidebar */

#sidebar {
	display: none;
}

#links {
	display: none;
}

/* Footer */

#footer {
	display: none;
}
