/**
* CSS
* urska merc
*/
* {
	margin:0px;
	padding: 0;
}

body {
	font-size: 10px;
	font-family: Verdana, sans-serif;
}

body.section-1 { }
body.section-2 { }
body.section-3 { }



a:link { 
	text-decoration: none;
	color: #000;
}
a:active {text-decoration: none; color: red;}
a:visited{color: #000; text-decoration: none; }
a:hover {text-decoration: none; color: #00f;}

a img { border: 0px; }

#menu {
    width: 190px;
    overflow: auto;
    top: 0;
    bottom: 0;
	left: 0px;
    position: fixed;
    height: 100%;
	background-color: #fff;
	margin: 0px 0px 20px 15px;
}

#menu ul {
	list-style: none;
	margin: 10px 0 0px 15px;
}

#menu ul li{
	margin-bottom: 0px;
	padding: 1px;
}


#menu ul li.section-title {
}

.section-title {
	font-weight: bold;
}	

#menu ul li a:visited,
#menu ul li a{
	margin-left: 0px;
	font-weight: normal;
	color: #000;
	padding: 0px;
	text-decoration: none;
	margin-bottom: 1px dotted #fff;
}


#menu ul li a:hover{
	text-decoration: none;
	border-bottom: 1px dotted #777;	
}

#menu ul li a:active{
	text-decoration: line-through;
	border-bottom: 0px;
	color: #f08;

}

#content {
    height: 100%;
    margin: 0 0 0 250px;
    top: 0;
}

.container {
    padding: 25px 5px 25px 5px;
}

#content p { width: 450px; margin-bottom: 9px; }

p {
    margin: 0 0 9px 0;
}

h1 { font-size: 32px; }
h2 { 
	font-size: 14px; 
}
h3 { font-size: 16px; }
h4 { font-size: 12px; }

#img-container	{ margin: 0; padding: 0; }
#img-container p	{ width: 400px; margin: 0; padding: 0 0 12px 0; }

#once { clear: left; }


.under-logo{
	padding-top: 0px;
}

#content .container p a{
	border-bottom: 1px dotted #777;
}

a:hover img{
	text-decoration: none;
	border-bottom: 0px;
}

hr {
  width: 435px;
	padding: 0px;
	margin: 10px 0px 10px 0px;
	border: 0px;
	border-bottom: 1px dotted #777;
}