@charset "utf-8";
/* CSS Document */

/* get rid of default margins/paddings */
* {
    padding: 0;
    margin:  0;
}

/* 1em = 10px */
html, body {
	height: 100%;
    font-size: 1em;
	color: #22292B;
	font-family: "Trebchet MS", Verdana, Arial, sans-serif;
	margin: 0.5em 2em 0 2em;
}

#header {
background-image:url(../images/SloveniaLivingLab3_logo.png);
background-repeat:no-repeat;
background-position:left top;
height: 88px;
}

#header h1, #header h2 {
display: none;
}



/* CONTENT */

h2 {
	margin: 20px 0 15px 0px;
}

#content {
margin-top: 3em;
}

#content ul#committee li {
	margin-top: 1em;
	list-style: none;
}

#content ul {
	margin-top: 10px;
}

#content ul li {
	margin-left: 15px;
	margin-bottom: 5px;
}

#content ul li ul {
	margin-bottom: 0px;
	margin-top: 3px;
}

#content ul li ul li {
	margin: 0px 0 0 25px;
}

#content p {
	margin-top:15px;
}

/* FOOTER */
#footer {
margin-top: 4em;
border-top:1px #2763A5 solid;
margin-bottom:1em;
padding-bottom:1em;
}







/* LINKS */
a, a:visited, a:active {
text-decoration:none;
color: #0EC2E2
}

a:hover {
text-decoration:underline;
color:#2869BD;
}

.nolink, .nolink:hover, .nolink:visited, .nolink:active {
text-decoration: none;
color:#22292B;
}

a.backtotop, a.backtotop:visited, a.backtotop:active {
	background: url("../images/bullet_up.png") no-repeat 0 50%;
	padding-left: 18px;
	margin-right: 15px;
}

a.backtotop:hover {

	text-decoration: none;
}

.margin1emtop {
	margin-top: 1em;
}

.hidden {
visibility: hidden;
}

hr {
 border: none;
 border-top: 1px solid #22292B;
 color: #FFFFFF;
 background-color: none;
 margin: 15px 0;
}

ul.nobullets li {
list-style: none;
}

p.textalign_right {
text-align: right;
}