body {
	margin: 0;
	padding: 0;
	background: #FFFFFF url(../../gif/img1.1.JPG) repeat-x;
	font: normal 12px Tahoma, Arial, Helvetica, sans-serif;
	color: #666666;
}

h1 { margin: 0; padding: 0; font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; color: #000000; text-transform: uppercase; font-size: 24px; }
h2 { margin: 0; padding: 0; font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; color: #000000; text-transform: uppercase; font-size: 18px; }
h3 { margin: 0; padding: 0; font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; color: #F49500; text-transform: uppercase; font-size: 18px; }
h4 { margin: 0; padding: 0; font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; color: #F49500; text-transform: uppercase; font-size: 14px; }
h5 { margin: 0; padding: 0; font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; color: #F49500; text-transform: uppercase; font-size: 18px; }
h6 { margin: 0; padding: 0; font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; color: #F49500; text-transform: uppercase; font-size: 18px; }

.tekst1 { color: #000000; text-decoration:none; }
.tekst2 { color: #F49500; text-decoration:none; }
.tekst3 { margin: 0; padding: 0; font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; color: #000000; text-transform: uppercase; font-size: 24px; }
.tekst4 { margin: 0; padding: 0; font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; color: #000000; text-transform: uppercase; font-size: 24px; }
.tekst5 { margin: 0; padding: 0; font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; color: #000000; text-transform: uppercase; font-size: 24px; }
.tekst6 { margin: 0; padding: 0; font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; color: #000000; text-transform: uppercase; font-size: 24px; }

.nounder { color: #000000; text-decoration:none; }
.footerlink { color: #999999; font-weight: bold; text-decoration:none; }

.orange
{
color:#F49500;
text-decoration:none;
}

.fakelink
{
 color: #999999;
 font-weight: bold;
 cursor: pointer;
}

.fakelink-hover
{
 color: #FFFFFF;
 text-decoration: none;
 font-weight: bold;
 cursor: pointer;
}

p, blockquote, ul, ol {
	line-height: 18px;
	text-align: justify;
}

blockquote {
	padding-left: 20px;
	background:  url(../../gif/img05.gif) repeat-y;
}

a {
	color: #F49500;
}

a:hover {
	text-decoration: none;
}

/* Header */

#header {
	width: 990px;
	height: 180px;
	margin: 0 auto;
	
}

#header h1, #header h2 {
	text-transform: lowercase;
	font-weight: normal;
	color: #FFFFFF;
}

#header h1 {
	float: left;
	padding: 70px 0 0 20px;
	font-size: 36px;
}

#header h2 {
	float: right;
	padding: 84px 20px 0 0;
	font-size: 22px;
}

/* Menu */

#menu {
	width: 180px;
	height: 50px;
	margin: 0 auto;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	padding: 10px 10px 0 10px;
	background:  url(../../gif/img03.gif) no-repeat;
	text-transform: uppercase;
	text-decoration: none;
	font: bold 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #D8D8D8;
}

#menu a:hover {
	color: #FFFFFF;
}

#menu .first a {
	background: none;
}
/* Links */

#links {
	float: left;
	width: 190px;
	background: #FFFFFF;
	font-weight: bold;
}


#links ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#links li ul {
	padding: 10px 20px;
}

#links li li {
	height: 23px;
	padding: 10px 0 0 0px;
	background: #FFF7EA url(images/img07.gif) repeat-x;
	border-bottom: 1px solid #FF9B06;
	
}

#links li li:hover {
	background: #;
}

#links li li:hover a {
color:#000000;
	font-weight: bold;
}

#links li li a {
	padding-left: 23px;
	background: url(images/img06.gif) no-repeat left center;
	text-decoration: none;
	color: #FF9B06;
}


/* Content */

#content {
	width: 980px;
	margin: 0 auto 0px auto;
	padding: 0px;
	background: #FFFFFF ;
}

/* Footer */

#footer {
                
	height: 100px;
	padding: 20px;
	background: #2D2D2D url(../../gif/img07.gif) repeat-x;
}

#footer p {
	text-align: center;
	color: #999999;
}


