/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
* {
	margin: 0;
	padding: 0; 
	
}

body {
	font-size: 11px;
	font-family: georgia, serif;
	background-image: url(ab.jpg);
	background-repeat:repeat-y;
	background-position:left;
	overflow:auto;
	background-color: #fff;
	

	
}

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

a:link { text-decoration: none; color: #757575;}
a:active { text-decoration: none; }
a:visited { text-decoration: none; color: #757575; }
a:hover { text-decoration: underline; color:#000;}

a img { border: none; }




.logo {
background-image : url(logo.png);
        background-repeat:no-repeat;
		width: 40px;
		height: 40px;
		
		margin-bottom: 40px;
		
}

	.top-section {
		
		font-size: 15px;
		line-height: 24px;
		color: #000;
	
	}


.cl {
		height: 40px;
	}

#menu {
    width: 200px;
    overflow: auto;
	line-height: 20px;
	padding-top: 40px; 
    padding-left: 40px;
	height: 100%;
	position: fixed;
	
	
}

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

#menu a:link { text-decoration: none; color: #757575;}
#menu a:hover { text-decoration: underline; color: #000;}
#menu a:active { text-decoration: underline; color: #000;}

#menu .active a{
	color: #000; text-decoration: underline;
}


#menu ul li.section-title {
		margin-top: 20px;
		margin-bottom: 0px;
		font-size:11px;
		font-family: Georgia;
		font-weight:bold;
		color: #000;
		
}

#content {

	width: 700px; 
    height: 100%;
position: absolute;
    margin: 0px 0 0 220px;
    top: 0;
	line-height: 20px;
	color: #757575;
}

.container {

    padding-bottom: 80px;
	
} 

.nav {
	text-align: right;
   	padding-top:20px;
	padding-bottom:20px;
	height:20px;
		
}

#right { 

position:absolute; top:45px; right:0;

}

#paticka { 
background-color:#fff; position:fixed; left:40px; bottom:20px; font-size:10px; line-height:16px; color:#757575; 
}

#paticka ul { list-style: none; }

#paticka span {
padding-left:15px;
}

#paticka a { color:#757575; text-decoration:underline; }
#paticka a:hover { text-decoration:none; color:#000; }


#black { font-size: 11px; font-weight: bold; color:#000;}

#content p { 

width: 700px;

}

p {
    margin: 0;
}

h1 { font-size: 11px; border-bottom: 1px dotted #bdbdbd; font-weight: normal; color:#000; margin-top:45px; font-family: Georgia;}
h2 { font-size: 11px; font-weight: bold; color:#000; padding-top:61px; margin-top:10px; font-family: arial}
h3 { font-size: 11px; font-weight: bold; color:#000;}
h4 { font-size: 12px; }

h1 span {color: #757575;}

#img-container	{ 
		
		padding: 0;
		
		 
	}
	
	#mg-container p	{ 
	    width : 700px;
		border: 1px solid #eeeeee;
		padding: 5px;
			
		
	}
	
	.nothumb img {
		margin-top: 0px;  
		margin-right: 0px;
		margin-bottom: 0px;
		margin-left: 0px;
		border-color: #dbe2e0; /* erase the following 3 lines if you dont want borders on your images */
	
	}

#background {
	overflow: hidden;
	position: fixed;
	z-index:1;
	width: 100%;
	height:100%;
	top:0;
	left:0;



#once { clear: left; }



