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

body {
	font-size: 12px;
	font-family: "trebuchet MS",sans-serif;
	background: #fff;
	background-image:url('back01.png');
	color: #999;
}

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

strong {
	font-weight: bold;
	color: #666;
}

a:link { text-decoration: none; color: #C0C0C0; }
a:active { text-decoration: none; color: #C0C0C0; }
a:visited { text-decoration: none; color: #C0C0C0; } 
a:hover { text-decoration: none; color: #C0C0C0; }

a img { border: none; }

#menu {
    width: 400 px;
    overflow: auto;
    top: 50px;
    bottom: 0;
	left: 20px;
    position: fixed;
    height: 100%;
/*	background-color: #fff;*/
	padding: 10px;
}

/* #menu ul {
	list-style: none;
	margin: 0 0 12px 0;
	font-family: georgia,serif;
	font-size: 30px;
	letter-spacing: 0pt;
} */

#menu ul {
	list-style: none;
	margin: 20px 10px 5px 0;
	font-family: "trebuchet MS",sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: bold;
	text-transform: normal;
	letter-spacing: -0.2pt;
	line-height: 1.3em;
}

#menu ul li {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
	color: #C0C0C0;
	line-height: 1.2em;
}


#menu ul li.section-title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #666;
}

#menu ul li.pozeras a {
	color: #F0F;
}

#content {
	/* background-color: #fff; */
    height: 100%;
    margin: 68px 0 0 200px;
    top: 0px;
}

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

/*
#content p { width: 400px; margin-bottom: 9px; }
*/


p {
    margin-top: 9px;
	margin-bottom: 9px;
}


h1 { font-size: 32px; }
h2 { font-size: 24px; }
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; }


/* MENU ELEMENTY */

#meno {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 16px;
	color: #F0F;
	height:42px;
}

#meno a:hover {
		text-decoration: none;
}
	
.funkcia {
	font-size: 10px;
	letter-spacing: 0pt;
	font-style: normal;
	font-weight:normal;
	height: 50px;
	display: block;
}

#meno a {
	color: #F0F;
}


#copyright {
	color: #666;
	font-size: 8px;
	letter-spacing: 0pt;
	margin-top: 30px;
}
	


/* CONTENT ELEMENTY */

/* Text PROFIL a KONTAKT */
.about {
	margin-top: 53px;
	font-family: Georgia, serif;
	font-size: 12px;
	font-weight: normal;
	text-transform: normal;
	letter-spacing: normal;
	line-height: 1.4em;
}

.heslo {
	margin-top: 30px;
	font-family: Georgia, serif;
	font-size: 60px;
	font-weight: normal;
	text-transform: normal;
	letter-spacing: normal;
	line-height: 1.6em;
	color: #fff;
}
