/*
Stiili nimi:		Nuia PMT
Loodud:				22.01.2007
Muudetud:			04.02.2007
*/


/***** Üldine stiil *****/

* {
	margin:0;
	padding:0;
}

html { height: 100%; }
body {
	height:100%;
	min-height:620px;
	background-color:#AB9A78;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#666666; /* Variant on veel #222222 (suht must) */
}


img { border: 0; }

p {	margin-bottom:1.75em; }

h1 { margin-bottom:1.05em; }

ul { padding-left: 40px; }

td { padding-left: 10px; }

a {
	text-decoration:none;
	color:#7799AA;
}
a:hover {
	text-decoration:none;
	color:#BBBBBB;
}



/***** Struktuur *****/
#container {
	display:table;
	height:100%;
	min-height:100%;
	width:850px;
	min-width:850px;
	margin-left:auto;
	margin-right:auto;
	background-color:#F4F4F4;
}
	
#header {
	height:120px;
	min-width:850px;
	width:850px;
	background:url(img/bg-header.jpg) no-repeat;
	background-position:left;
}

#menuwrapper {
	background:url(img/bg-menu.jpg) repeat-x;
	width:850px;
	margin-left:auto;
	margin-right:auto;
}

#menu {
	height: 30px;
	line-height: 30px;
	min-width:850px;
	font-size:11px;
	width:850px;
	background:url(img/bg-menu.jpg) repeat-x;
}

#wrapper { /* See peaks sisaldama contenti ning sidebari */
	margin-top:30px;
	width:850px;
}

#content {
	float:left;
	padding:30px;
	padding-top:10px;
	width:500px;
	/*border-right: 1px dashed #ADADAD;*/
	text-align:justify;
	line-height:20px;
}

#sidebar {
	float:left;
	margin-left:10px;
	margin-top:10px;
	padding:5px;
	width:200px;
/*	border:1px solid #7799AA;
	background-color:#FFFFFF; */
}


/***** Menüü *****/

#menu ul {
	list-style-type:none;
}
#menu li {
	float:left;
}
#menu li a {
	padding:0 15px;
	display:block;
	color:#ffffff;
}
#menu li a:hover {
	background:url(img/bg-menu-hover.jpg) repeat-x;
	color:#666666;
}

#menu #active {
	background:url(img/bg-menu-hover.jpg) repeat-x;
	color:#666666;
}

/***** Sisu *****/

#content h1 {
	font: 18px Arial, Helvetica, sans-serif;
	color: #7799AA;
	line-height:26px;
	letter-spacing:.21em;
}

.framedPicture {
	float:left;
	margin-bottom:10px;
	padding:5px;
	width:200px;
	border:1px solid #7799AA;
	background-color:#FFFFFF;
}

/***** Pildialbum *****/
.picbox a {
	float:left;
	margin-left:10px;
	margin-top:10px;
	padding:5px;
	height:100px;
	min-height:100px;
	border:1px solid #7799AA;
	background-color:#FFFFFF;
}

.picbox a:hover {
	background-color:#DDDDDD;
}