/* UUED STIILID */


/* The wrapper clears the floating elements of the menu */

#wrapper { 
        overflow: hidden; 
        border-bottom: 0px solid #000000;
        width: 100%;
        
        }

/* Set the width of the menu elements at second level. Leaving first level flexible. */

#primary-nav li li { 
        width: 180px; 
       }


/* Unless you know what you do, do not touch this */ 

#primary-nav, #primary-nav ul { 
	list-style: none; 
	margin: 0px; 
	padding: 0px; 
	}
#primary-nav ul { 
	position: absolute; 
	top: auto; 
	display: none; 
	}
#primary-nav ul ul { 
	margin-top: 1px;
 	margin-left: -1px;
	left: 100%; 
	top: 0px; 
	}
	
#primary-nav li { 
	margin-left: -1px;
	float: left; 
	border-right: 1px solid #cccccc;
	border-top: 0px solid #006699;
	}
#primary-nav li li { 
	margin-left: 0px;
	margin-top: -1px;
	float: none; 
	position: relative; 
	}

/* Styling the basic apperance of the menu elements */

#primary-nav a { 
	display: block; 
	margin: 0px; 
	padding: 5px 6px; 
	text-decoration: none; 
	}
#primary-nav li a { 
	border-right: 0px solid #E67300;
	color: #006699;
	font-weight: bold;
	}
#primary-nav li li a { 
	border: 1px solid #E67300;
	font-weight: normal;
	background-color: #ececec;
	}	
#primary-nav li, #primary-nav li.menuparent { 

	}

/* Styling the basic apperance of the active page elements (shows what page in the menu is being displayed) */

/* avalehe link */
#primary-nav li.menuactive {
	border-left: 0px solid #E67300;
	/*background-color: #006699;*/
	}


/* Styling the basic apperance of the menuparents - here styled the same on hover (fixes IE bug) */

#primary-nav ul li.menuparent, #primary-nav ul li.menuparent a:hover, #primary-nav ul li.menuparenth { 
	color: #ffffff;
	background-color: #006699;
	}


/* Styling the apperance of menu items on hover */

#primary-nav li a:hover, #primary-nav li.menuh, #primary-nav li.menuparenth, #primary-nav li.menuactiveh { 
	color: #ffffff;
	background-color: #006699;
	}


/* The magic - set to work for up to a 3 level menu, but can be increased unlimited */

#primary-nav ul, #primary-nav li:hover ul, #primary-nav li:hover ul ul, 
#primary-nav li.menuparenth ul, #primary-nav li.menuparenth ul ul { 
	display: none; 
	}
#primary-nav li:hover ul, #primary-nav ul li:hover ul, #primary-nav ul ul li:hover ul, 
#primary-nav li.menuparenth ul, #primary-nav ul li.menuparenth ul, #primary-nav ul ul li.menuparenth ul { 
	display: block; 
	}


/* IE Hacks */

#primary-nav li li { 
	float: left; 
	clear: both; 
	}
#primary-nav li li a { 
	height: 1%; 
	}



/* UUED STIILID L6PP */


body{
background-color: #ffffff;
padding:0;
margin:0;
font:76% tahoma, verdana, sans-serif;
color:#303030;
}

div.hr {
  height: 1px;
  background: #d0d0d0;
}
div.hr hr {
  display: none;
}

a{
text-decoration:none;
color:#E67300;
}

a:hover{
text-decoration:underline;
}

#toptabs{
margin:10px auto -13px auto;
font-size:0.8em;
width:760px;
}

#toptabs p{
text-align:right;
color:#808080;
}

.toptab{
padding:3px 5px 3px 5px;
margin:0 0 0 4px;
text-decoration:none;
background:#f0f0f0 url(images/corner2.gif) top right no-repeat;
color:#808080;
border-bottom:1px solid #e0e0e0;
}

.toptab:hover{
background:#fafafa url(images/corner2.gif) top right no-repeat;
border-bottom:1px solid #eaeaea;
color:#505050;
text-decoration:none;
}

.activetoptab{
padding:3px 5px 3px 5px;
margin:0 0 0 4px;
color:#505050;
text-decoration:none;
background:#ffffff url(images/corner2.gif) top right no-repeat;
border-bottom:1px solid #ffffff;
}

.activetoptab:hover{
text-decoration:none;
}

#container{
margin:0 auto 15px auto;
width:730px;
padding:5px 20px 20px 20px;
background:#ffffff;
border:1px solid #999999;
border-top:8px solid #999999;
}

#containersisu{
/* background: #ececec url(images/sisutaust.jpg) top left no-repeat;*/
background: #ffffff url(images/sisutaust.jpg) top left no-repeat;
margin:0 auto 15px auto;
width:730px;
padding:5px 20px 20px 20px;
border:1px solid #999999;
border-top:8px solid #999999;
}

#logo{
height:40px;
text-align:right;
margin:15px 0 0 0;
}

#logo h1 a{
color:#303030;
}

#logo h1 a:hover{
text-decoration:none;
}

#descsisu{
height:20px;
color:#ffffff;
padding:0;
background: #ececec url(images/sisuhead.jpg) top left no-repeat;
clear:both;
margin:5px 0 0 0;
border:1px solid #d0d0d0;
background-color: #999999;
}

#desc{
height:130px;
color:#ffffff;
padding:0;
background: #ececec url(images/uuslogo2.jpg) top left no-repeat;
clear:both;
margin:5px 0 0 0;
border:1px solid #d0d0d0;
background-color: #999999;
}

#desc p{
width:440px;
font-size:12px;
line-height:10px;
padding:0 0 0 10px;
padding-left:280px;
color: #E67300;
}

#desc h2{
padding:10px 0px 0 10px;
color:#006699;
padding-left:260px;
margin-bottom:10px;
}
#desc h3{
padding:15px 15px 0 15px;
color:#ffffff;
}

#desc a{
color:#006699;
text-decoration:underline;
}

#desc a:hover{
color:#E67300;
text-decoration:underline;
}

#main{
width:550px;
float:right;
padding:0 0 0 0;
padding-left: 10px;
border-left: 1px dashed #d0d0d0;
}

.block{
background:#e2e2e2;
padding:15px;
}

#sidebar{
width:140px;
float:left;
padding:0 15px 0 0;
border-right:0px dashed #d0d0d0;
}

#sidebar p{
font-size:0.9em;
line-height:1.3em;
margin:0 0 12px 0;
}

#sidebar h3{
border-bottom:1px solid #d0d0d0;
}

.sidelink{
color:#FFFFFF;
text-align:left;
display:block;
width:120px;
background-color:#0099E6;
padding:3px 4px 3px 8px;
margin:5px 10px 5px 0;
border-right: 6px solid #006699;
}
.sidelinkactive{
color:#FFFFFF;
text-align:left;
display:block;
width:120px;
background-color:#E67300;
padding:3px 4px 3px 8px;
margin:5px 10px 5px 0;
border-right: 6px solid #006699;
text-decoration: none;
}
.sidelinkactive:hover{
color:#FFFFFF;
text-align:left;
display:block;
width:120px;
background-color:#E67300;
padding:3px 4px 3px 8px;
margin:5px 10px 5px 0;
border-right: 6px solid #006699;
text-decoration: none;
}
.sidelink3{
color:#0099E6;
text-align:left;
display:block;
width:120px;
background:#fff url(images/corner.gif) top right no-repeat;
padding:3px 4px 3px 8px;
margin:5px 10px 5px 0;
}
.sidelink3active{
color:#FFFFFF;
text-align:left;
display:block;
width:120px;
background:#666666 url(images/corner.gif) top right no-repeat;
padding:3px 4px 3px 8px;
margin:5px 10px 5px 0;
text-decoration:none;
}

.sidelink3active:hover{
color:#FFFFFF;
text-align:left;
display:block;
width:120px;
background:#666666 url(images/corner.gif) top right no-repeat;
padding:3px 4px 3px 8px;
margin:5px 10px 5px 0;
text-decoration:none;
}
.sidelink:hover{
color:#FFFFFF;
background-color:#E67300;
text-decoration:none;
}
.login{
color:#FFFFFF;
text-align:left;
display:block;
width:120px;
background-color:#E67300;
padding:3px 4px 3px 8px;
margin:5px 10px 5px 0;
border-right: 6px solid #006699;
}
.login:hover{
color:#FFFFFF;
background:#666666;
text-decoration:none;
}
.searchlink{
color:#FFFFFF;
text-align:left;
width:120px;
background-color:#E67300;
padding:3px 10px 3px 8px;
margin:5px 10px 5px 0;
border-right: 6px solid #006699;
}
.searchlink:hover{
color:#FFFFFF;
background-color:#006699;
text-decoration:none;
}


#footer{
clear:both;
background:#f2f2f2;
color:#808080;
font-size:0.9em;
padding:8px 0 8px 0;
border-top:1px dashed #d0d0d0;
text-align:center;
}

#footer a{
color:#808080;
}

h1{
margin:0 0 20px 0;
font-size:2.1em;
font-weight:normal;
}

h2{
margin:0 0 10px 0;
font-size:1.6em;
font-weight:normal;
color: #006699;
}

h3{
margin:20px 0 10px 0;
font-size:1.4em;
font-weight:normal;
color: #006699;
}
h5 {margin:0;
margin:0;
font-size:10px;
font-weight:normal;
color: #303030;
}
h5 a{
margin:0;
font-size:10px;
font-weight:normal;
color: #006699;
}
h5 a:hover{
margin:20px 0 10px 0;
font-size:10px;
font-weight:normal;
color: #E67300;
}

p{
margin:0 0 15px 0;
line-height:1.5em;
}

.right{
text-align:right;
}

a img{
border:0;
}

.photo{
padding:5px;
display:block;
margin:15px auto 15px auto;
background-color:#f0f0f0;
}

.hide{
display:none;
}
.formoneline {
	border: 1px solid #333333;
	font:100% tahoma, verdana, sans-serif;
	width: 98%;
}
.formmultiline {
	border: 1px solid #333333;
	font:100% tahoma, verdana, sans-serif;
	width: 98%;
}

.putton {
	font-size:0.9em;
	color:#FFFFFF;
	text-align:left;
	display:block;
	width:120px;
	height: 20px;
	background:#E67300 url(images/corner.gif) top right no-repeat;
	padding:1px 4px 3px 8px;
	border:0;
}
.putton:hover {
	font-size:0.9em;
	color:#FFFFFF;
	text-align:left;
	display:block;
	width:120px;
	background:#666666 url(images/corner.gif) top right no-repeat;
	padding:3px 4px 3px 8px;
	border:0;
}
.foorumhead {
	background-color:#CCCCCC;
	font-weight:bold;
}
.foorumoddrow {
	background-color:#CCCCCC;
}
.foorumbottomline {
	border-top: 1px solid #CCCCCC;
}
.vastus{
margin:0 0 10px 0;
line-height:1.0em;
}

#main table {
border:0;
}
#main td {
border:0;
padding:4px;
/*background-color:#f2f2f2;*/
}
#main td p{
margin:0 0 0 0;
line-height:1.0em;
}

#kysitlus ul, #kysitlus li { 
	list-style: none; 
	margin-left: -40px; 
	padding-left: -40px; 
	}
#kysitlus li { 
	list-style: none; 
	margin-left: -40px; 
	padding-left: -40px;
	padding-bottom: 5px;
	border-bottom:1px solid #d0d0d0;
	}
#prindi {
float:right; 
margin:20px 0 10px 0
}
#avalehebanner {
color:#000000;
/* text-align:right;
display:block;
width:476px;
background-color:#E67300;
padding:3px 4px 3px 8px;*/
text-decoration: none;
}
.banneritekst {
margin:5px 10px 5px 0;
margin-right: 135px;
font-weight:bold;
}
