/**

* CSS

* 

* @version 1.0

* @author Vaska 

* @author Gregory Cadar

*/

* {

	margin: 0;

	padding: 0;

}



body {

	font-size: 10px;

	text-decoration: none; color: #fff;

	font-family: Verdana, sans-serif;

	background: #000;

}



body.section-1 { }

body.section-2 { }

body.section-3 { }



a:link { text-decoration: none; color: #fff;}

a:active { text-decoration: none; color: #fff;}

a:visited { text-decoration: none; color: #fff; }

a:hover {  color: #000; background-color: #6dc9e0; }



a img { border: none; }



#menu {

	left:15px;

    width: 215px;

	height: 600px;

    overflow: visible;

	padding: 0px 0px 0px 0px;

    top: 0;

	left: 10;

    position: fixed; /* position: absolute; za dvijenie na menuto */

	bottom: 0; /* bottom:0; se iztriva za dvijenie na menuto */

	background-color: #000;

	/* golemina na label-a */

	margin-bottom:50px;

}



#menu ul {



	list-style: none;

	/* be6e 50 */

	margin: 0 0 10px 0;

}



#menu ul li.section-title {

background-color: #6dc9e0;

text-decoration: none; color: #000;



 }



#content {



	height: 100%;

    margin: 0 0 0 235px;

    top: 0;

}

#menuLabel {

	position:absolute;

	bottom:-50px;

	width:215px;

	height:50px;

	background-image:url(http://img96.imageshack.us/img96/9135/labelu.png)

	}

.container {

    padding: 5px 5px 25px 5px;

}

.logosBox {

	padding:5px;

}

.logosBox a {

	

	float:left;

	width:20px;

	height:20px;

	margin-right:2px;

	background-color:#555;

}

.logosBox img {

	

	float:left;

	width:20px;

	height:20px;

	background-color:#555;

}



#content p { width: 400px; 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; }

#img-container p	{ width: 400px; margin: 0; padding: 0 0 12px 0; }



#once { clear: left; }
