/**
* CSS
* 
* @version 1.0
* @author Marko 
*/
* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 11px;
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	/*background-image:url(test.gif);*/
	background-color: #ffffff;
	background-repeat: repeat;
}

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

a:link {
	text-decoration: none;
	color: #000;
	border: none;
}
a:active {
	text-decoration: none;
	color: #000;
	border: none;
}
a:visited {
	text-decoration: none;
	color: #000;
	border: none;
}
a:hover {
	text-decoration: none;
	background-color: #fff;
	color: #fff;
	border: none;
}

/*#content a:link {
	text-decoration: none;
	color: #000;
	border: none;
}
#content a:active {
	text-decoration: none;
	color: #000;
	border: none;
}
#content a:visited {
	text-decoration: none;
	color: #000;
	border: none;
}
#content a:hover {
	text-decoration: none;
        background-color: #fff;
	color: #fff;
	border: none;
}*/

a img { border: none; }

.header {
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	color: #666;
	text-align: right;
	font-variant: normal;
	letter-spacing: 1px;
	font-size: 11px;
	line-height: 20px;
}

.bottom {
	color: #666;
	float:right;
	letter-spacing: 1px;
	font-size: 11px;
	text-align:right;
}

.bottom img{
	cursor:help;
}
.bottom a img{
	cursor:pointer;
}


#menu {
	color:#666;
	clear:both;
	width: 150px;
	top: 150px;
	bottom: 0;
	left: 0;
	position: fixed;
	height: 100%;
}

#name {
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	color: #000;
	font-size: 12px;
	text-align:right;
	clear:both;
	width: 117px;
	left: 30px;
	position: fixed;
	height: 45px;
}

#name a:hover {background-color:#fff; color:#000;}

#col{
	width:200px;
	float:left;
	margin-right: 25px;
	}




#preview{
	position: relative;
    width:200px;
	float:left;
	border: 0px solid;
	border-color:#fff;
	margin:0 0 20px 20px;
	background-color:#000;
}

#preview img{
	filter:alpha(opacity=100); /* IE */
	-moz-opacity: 1.00; /* Mozilla */
	opacity: 1.00; /* Opera */
	border:none;
	}


#preview #text {
	position:absolute;
	text-align:center;
	display:none;
	color:#000;
	background-color:#fff;
	bottom:0px; 
	padding:3px;
	left: 20px;
	width:150px;
}

#preview a:hover #text {display:block;}



#prev {
	color: #666;
}

#next {
	color: #666;
}

#s1 {cursor: alias;}

#menu ul {
	list-style: none;
	margin: 0 0 12px 0;
	text-align: right;
	line-height: 16px;

}

#menu ul li.section-title {
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	color: #666;
	text-align: right;
	font-variant: normal;
	letter-spacing: 1px;
	font-size: 11px;
	line-height: 20px;
}

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

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

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

p {
    margin: 0 0 9px 0;
}

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

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

#once { clear: left; }

ul li a:link, ul li a:visited,{
	color:#666;}
	
ul li a:hover{
	text-decoration: none;
	color: #666;
	background-color: #666;
	border: none;

