body {
	font-family: "trebuchet ms", sans-serif;
	font-size: 11pt;
	color: #555;
	background: #5F8B73;
	text-align: center;
}



/* main layout divs */

#wrapper {
	margin: 20px auto 20px auto;
	text-align: left;
	background: url(col_bg.png) repeat-y;
	width: 903px;
	border-right: 4px solid #526D5F;
	border-bottom: 4px solid #526D5F;
}

#header {
	height: 120px;
	background: url(h_bg.png);
	position: relative;
}

	#header img {
		position: relative;
		bottom: -15px;
		border: none;
	}

#main, #bottom div {
	float: left;
	padding: 20px;
}

#main {
	width:480px;
}

#right {
	float: right;
	padding: 20px;
	width:340px;
	font-size: 10pt;
	height: 100%;
	color: #333;
}

#bottom {
	background: url(h_bg.png);
	height: 100%;
	clear: both;
	font-size: 10pt;
	color: #333;
}

#bottom div {
	width: 200px;
	padding: 20px 0 20px 20px;
}

	.rec {
		padding-right: 20px;
	}

#right ul, #bottom ul {
	margin-left: 0;
	padding-left: 20px;
}

#footer {
	padding: 5px 20px;
	clear: both;
	background: #255844;
	text-align: right;
	font-size: 80%;
	padding-left: 540px;
	color: #A18949;
}

#footer a, #footer a:hover {
	color: #A18949;
}



/* nav un lang */
#nav, #nav2, #lang {
	list-style: none;
	margin: 0;
	padding: 0;
	font-variant: small-caps;
}

#nav li, #nav2 li, #lang li {
	display: inline;
}

#nav, #nav2 {
	height: 16px;
	position: absolute;
	right: 20px;
	bottom: 10px;
	font-size: 12pt;
}

		#nav {
			bottom: 30px;
		}

		#nav2 {
			bottom: 10px;
		}

#lang {
	position: absolute;
	top: 0;
	right: 20px;
}

#lang li {
	padding: 0;
}



/* nav tabs */

#nav li, #nav2 li {
	padding: 0 0 0 1.25em;
}

#nav a, #nav2 a {
	color: #255844;	
}

#nav a:hover, #nav2 a:hover {
	color: #B25A6E;
}
	
	.current a {
		color: #B25A6E !important;
		font-weight: 700;
	}

#nav a, #nav2 a, #lang a {
 	text-decoration: none;
}



/* headings */

h2, h3 {
	color: #255844;
	border-top: 15px solid #255844;
	width: 100%;
	clear: both;
	font-family: "century gothic";
	/*font-weight: 400;*/
}

#bottom h2 {
	font-size: 14pt;
	color: #255844;
}

h1 {
	display: none;
}



/* links */

a, a:hover {
	color: #255844;
}

a:hover {
	text-decoration: none;
}

#index #main a, #index #main a:hover {
	color: #B25A6E !important;
}

h2 a, h3 a {
	text-decoration: none;
	color: #255844;
}

h2 a:hover, h3 a:hover {
	color: #255844;
}

#bottom a, #bottom a:hover {
	color: #255844;
}

.lv .textlink { /* materiāla izkārtojuma apsvērumu dēļ */
	display: none;
}



/* lists */

ul {
	list-style-image: url(bullet.png);
}

	#rec ul {
		list-style: none;
		padding-left: 0;
	}

li {
	padding-bottom: .75em;
}

dt {
	color: #255844;
	font-weight: 700;
	font-family: 'century gothic', sans-serif;
}

dd {
	margin: .2em 0 1em 0;
	padding-left: 2em;
}


/* images */
img, iframe { /* iframe google kartei */
	padding: 2px;
	border: 3pt solid #255844;
}

.left {
	float: left;
	margin: 0 1em .5em 0;
}
	
#right img {
	float: left;
	margin: 0 4px 4px 0;
}

#image {
	margin-top: 20px;
}

#thumbs img {
	margin: 7px 5px 0 0;	
}

.wh {
	background: white;
}



/*table stuff
-----------------------------*/
table {
	border: 1px solid #255844;
}

th, td {
	padding: .25em 1em;
	text-align: center;
}

th {
	background: #E0CB95;
}

.alt {
	background: #E4DDB4;
}

.l {
	text-align: left;
}



/* misc */

strong {

}

.cl {
	clear: both;
}

.new {
	background: #E8E0BA;
	padding: 10px;
}

.note {
	font-size: 90%;
	font-style: italic;
}

.btw {
	font-style: italic;
	font-size: 80%;
	color: #A18949;
}

.temp {
	font-style: italic;
	background: yellow;
}

col {
  width: 20%;
}
