﻿@import url('layout.css');
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	background-image: url('../images/papirbckgrnd2.gif');
	background-repeat: repeat;
	background-attachment: fixed;
}
#container {
	width: 650px;
	margin: 0 auto;
	padding: 10px;
	border-right: 2px solid #999966;
	border-bottom: 2px solid #999966;
	border-left: 2px solid #999966;
	background-color: #fff;
}
#masthead {
	width: 630px;
	padding: 10px;
	border: 1px ridge #999966;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-color: #CCCC00;
	height: 148px;
}
#navigation {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	position: relative;
	float: left;
	width: 139px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-right: 1px dotted #999966;
	border-right-style: none;
	border-right-width: 0px;
	border-right-color: #CCCC00;
}
#content {
	float: left;
	width: 496px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 15px;
}
#footer {
	padding: 10px;
	text-align: center;
	clear: both;
	width: 630px;
	border: 1px none #CCCC00;
	font-size: 11px;
	background-color: #CCCC00;
}
/* Masthead Styles */

/* Navigation Styles */
#navigation ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#navigation li {
	display: block;
	margin: 0;
	padding: 0;
	border: 0;
	background-color: #FFFFFF;
}
#navigation a {
	color: #402640;
	text-decoration: none;
	display: block;
	padding: 3px;
	border-bottom: 0;
	background-color: #CCCC00;
	border: 1px outset #CCCC00;
}
#navigation a:hover {
	color: #402640;
	text-decoration: none;
	background-color: #F0F86B;
}
#navigation p a {
	color: #0000FF;
	text-decoration: underline;
	display: inline;
	padding: 0;
	border: 0;
	background-color: #FFFFFF;
}
#navigation p a:hover {
	color: #FF0000;
	text-decoration: underline;
}

/* menu-styles */
	#menu {
	width: 139px;
	background: #CCCC00;
}
	
	#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	background-color: #CCCC00;
}
	
	#menu a {
	font: 11px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #402640;
	text-decoration: none;
	display: block;
	border-width: 1px;
	border-style: outset;
	border-color: #CCCC00;
	margin: 0;
	padding: 3px;

	}
	
	/*#menu a {
	color: #402640;
	background: #CCCC00;
	text-decoration: none;
	} */
	
	#menu a:hover {
	color: #402640;
	background-color: #F0F86B;
	}
	
	#menu ul ul {
	position: absolute;
	top: 0;
	left: 0;
	}
	
	#menu li {	
	position: relative;
	}
	
	#menu ul ul {
	position: absolute;
	top: 0;
	left: 100%;
	width: 100%;
	}
	
	div#menu ul ul,
	div#menu ul li:hover ul ul
	{display: none;}
	
	div#menu ul li:hover ul,
	div#menu ul ul li:hover ul
	{display: block;}
	
	li.hasSub a {
	background-image: url('../menu/pil.gif');
	background-position: right center;
	background-repeat: no-repeat;
}
	
	li.hasNoSub a {
	background-image: none;
	background-position: right center;
	background-repeat: no-repeat;
	background-color: #CCCC00;
}
/* menu coding end */ 

.adds-border {
	margin: 5px 0px 0px 0px;
	padding: 5px;
	border: 4px double #B3B300;
}

/* Content Styles */

h1, h2, h3, h4, h5, h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #B3B300;
}
.small-italic {
	color: #000000;
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	font-style: italic;
}
.text-small {
	font-weight: normal;
	font-size: 11px;
	line-height: 12px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: left;
}
.table-left {
	font-size: 12px; 
	line-height: 14px; 
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; 
	text-align: left
}
.table-right {
	font-size: 12px; 
	line-height: 14px; 
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; 
	text-align: right
}
.tabel-streg {
	line-height: 5px; 
	border-bottom: thin
}
#blockquote {
	font-weight: normal;
	font-size: 12px;
	line-height: 14px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: left;
	padding-left: 25px;
}

/* Footer Styles */
#footer p {
	color: #808080;
}
#footer a {
	color: #0000FF;
	text-decoration: underline;
}
#footer a:hover {
	color: #FF0000;
	text-decoration: none;
}
a {
	color: #0000FF;
	text-decoration: underline;
}
a:hover {
	color: #FF0000;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
.bold-italic {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 120%;
	font-weight: bold;
	font-style: italic;
	color: #999966;
}
.red {
	color: #FF0000;
}
.image-left {
	border-style: none;
	border-width: 0px;
	padding-right: 10px;
	float: left;
	padding-top: 10px;
	padding-bottom: 10px;
}
.image-right {
	border-style: none;
	border-width: 0px;
	padding-left: 10px;
	float: right;
	padding-top: 10px;
	padding-bottom: 10px;
}
.arial12bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bolder;
}
.tabel1 {
	border-style: solid;
	border-width: 1px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.tabel-border1 {
	border-width: 0px 1px 1px 0px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-color: #C0C0C0;
}
.tabel-border-cent {
	text-align: center;
	border-width: 0px 1px 1px 0px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-color: #C0C0C0;
}
#topnav {
	background-color: #FFFFFF;
	font-size: 11px;
	text-align: center;
	height: 26px;
}
#topnav a {
	color: #402640;
	text-decoration: none;
	background-color: #CCCC00;
	display: block;
	border: 1px outset #CCCC00;
	padding: 3px;
}
#topnav a:hover {
	text-decoration: none;
	color: #402640;
	background-color: #F0F86B;
}
.bookmark {
	color: #000000;
	text-decoration: none;
}

.style_right {
	text-align: right;
}

