*
{
padding: 0em;
margin: 0em;
}

img {
    border: 0;
}

html {
	top: 0;
	left: 0;
}

body {
    background: transparent url('img/luua_pat.jpg') repeat scroll top left;
}


#main-container{
    margin-left: auto;
    margin-right: auto;
    width: 983px;
    background: transparent url('img/container_bg.png') repeat-y scroll top left;
    position: relative;
}

#lang-menu {
	position: absolute;
	top: 5px;
	right: 20px;
	font-family: Trebuchet MS;
	color: white;
	font-size: 11px;
}

#lang-menu a {
	color: white;
	text-decoration: none;
}

#header {
	height: 148px;
	top: 25px;
	padding-left: 13px;
	position: relative;
}

#wrapper {
	background: transparent url('img/bg_logo.png') no-repeat scroll bottom left;
}


#main-menu {
	margin-left: 25px;
	margin-top: 25px;
	height: 30px;
}

#main-menu ul {
	list-style: none;
}

#main-menu li
{
	display: inline;
}

#main-menu li a 
{
	font-family: Helvetica;
	color: white;
	text-decoration: none;
	font-size: 80%;
	display: block;
	float: left;
	padding-top: 8px;
	margin-right: 20px;
	height: 22px;
	white-space: nowrap;
}

#main-menu li a.current 
{
	color: #87cc28;
}

#content-wrapper {
	position: relative;
	font-family: Arial;
	background: url('img/content_separator_new.png') no-repeat scroll 286px 0px;
}

#background-wrapper {
	margin: 0px 11px 0px 13px;
	background: #faf0de url('img/left_col.png') repeat-y scroll top left;
}

#header-shadow {
	background: url('img/menu_shadow.png') repeat-x scroll top left;
	height: 15px;
	top: 0px;
	left: 0px;
	width: 100%;
}

/***************** LEFT COLUMN : START *******************/

div#left-col {
	margin-top: -15px;
	margin-left: 13;
    width: 256px;
    float: left;
    overflow: hidden;
    padding-left: 20px;
    padding-right: 10px;
}

#left-col h2 {
	font-family: Helvetica;
	font-size: 120%;
	color: #335f01;
}

#submenu {
	margin-top: 25px;
	margin-left: 10px;
}

#submenu ul {
	list-style: none;
	padding: 0px;
}

#submenu ul li ul {
	margin-left: 30px;
}

#submenu li {
	margin: 0;
	padding: 3px 0px 3px 0px;
}

#submenu a {
	text-decoration: none;
	color: #335f01;
	font-size: 11pt;
}

#submenu a.current {
	text-decoration: underline;
}

#submenu a:hover {
	text-decoration: underline;
}

#partners img {
	margin-bottom: 10px;
}


/***************** RIGHT COLUMN : START *******************/

div#right-col {
	margin-top: -15px;
    width: 660px;
    float: left;
}

div.top_left {
	float: left;
	width: 325px;
}

div.top_right {
	float: right;
	width: 175px;
}

h1.title {
	display: block;
	background: transparent url('img/title_bg.png') no-repeat scroll top left;
	padding-left: 27px;
	font-family: Tahoma;
	color: white;
	font-size: 11px;
	font-weight: bold;
	padding-top: 6px;
	height: 27px;
}

/***************** RIGHT COLUMN : END *******************/

/***************** CONTENT : START **********************/

.green {
	color: #335f01;
}

h2,h3,h4 .green {
	color: #335f01;
}

.small
{
	font-size: x-small;
}

h1 {
	font-family: Helvetica;
	font-size: 24px;
	color: #335f01;
}

h1, h2, h3, h4 {
	margin-bottom: 0.8em;
	margin-top: 0.8em;
}

p {
	padding-bottom: 1em;
}

div#content {
	padding-top: 20px;
	padding-left: 50px;
	padding-right: 30px;
	font-family: Arial;
    font-size: 10pt;
}

#content ul, ol {
	padding-left: 40px;
}

#content li {
	padding: 3px;
}

#content a {
	text-decoration: none;
	color: #335f01;
}

#content a:hover {
	text-decoration: underline;
}

tr.grey td {background-color: #e8d8be}
tr.subtitle td {font-weight: bold;padding-top: 1em;}

/** vormide stiilid : start */
.inputText {
    border: 1px solid white;
    background-color: transparent;
    color: white;
}

.inputSubmit {
    border: 1px solid white;
    background-color: transparent;
    color: white;
}

.textarea {
    border: 1px solid white;
    background-color: transparent;
    color: white;
}
/** vormide stiilid : end */

/* Breadcrumbs */
.title a
{
	color: white;
	text-decoration: none;
}

.title a:hover
{
	text-decoration: underline;
}
/* content : end */


/* FRONT PAGE NEWS */
#news td {
	vertical-align: top;
	padding: 2px;
	color: #403d36;
}

#news td.news-date {
	font-size: 9pt;
	padding-right: 6px;
}

#news a {
	text-decoration: none;
	color: #335f01;
	font-size: 10pt;
}

#news a:hover {
	text-decoration: underline;
}

#course-list ul {
	list-style: none;
	padding: 0px;
}
/** FRONT PAGE END */

/** FOOTER START */
#footer {
	margin: 0px 11px 0px 13px;
	color: white;
	font-family: Arial;
	font-size: 75%;
	padding: 6px;
	position: relative;
}

#footer a {
	color: white;
}

#webmail {
	position: absolute; right: 20px; top: 5px;
}

/** schedule **/

#schedule {
	font-family: Helvetica;
	font-size: 14px;
	color: #335f01;
	width: 150px;
	height: 75px;
}

#schedule img {
	float: left;
}

#schedule #data {
	float: right;
	width: 95px;
}

#schedule #nav {
	width: 75px;
}

#nav #prev {
	display: block;
	float: left;
}

#nav #next {
	display: block;
	float: right;
}

/** schedule : end **/

/** teadete mooduli stiilid : start **/
div.messages_module {
	padding:.5em;
	margin-bottom:1em;
	border:2px solid #ddd;
	background:#E6EFC2;
	color:#264409;
	border-color:#C6D880;
}
div.messages_module div.messages_module_one p {
	margin:0;
	padding: 0;
}
div.messages_module hr {
	color: #C6D880;
	background-color: #C6D880;	
	width: 100%;
	border: 0;
	height: 1px;
	margin-top: 5px;
	margin-bottom: 5px;
}
/** teadete mooduli stiilid : end **/