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


html, body {
	width: 720 px;
	height: 100%;
	margin: 0 auto;
	text-align: left;
	font-size: 11px;
	font-family: Verdana, sans-serif;
	background: #ffffff;
}

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

a { font-size: 11px; font-family: Arial }

a:link { text-decoration: none; color: #1da838; font-weight: bold; }
a:active { text-decoration: none; color: #1da838; font-weight: bold;  }
a:visited { text-decoration: none; color: #1da838; font-weight: bold;  }
a:hover { text-decoration: underline; color: #9a9a9a; font-weight: bold; }

a img { border: none; }

.clear-both { clear: both; }

#Slideshow1 img {height:236px; width:100px}

#wrapper { 
	background:#fff; 
	/* tu ewentualnie tlo main info */
	background-position: right bottom;
	width: 920px; 
	height: 100%;
	margin: 0 auto; 
	text-align: justify; 
}

/*html>body #wrapper {height:100%;}  */


/* #menu { width: 246px; float: left; overflow: auto; } */

#menu {
    width: 245px;
	text-align: right;
    height: 100%;
	background-color: #fff;
	float: left;
}

html>body #menu {height:100%;}

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

#menu ul li.section-title {color: #888888; font-size: 10px; font-weight: normal; letter-spacing:1px;}



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

html>body #content {height:100%;}

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

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

p {
    margin: 0 0 9px 0;
}

h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 13px; font-family: Arial; color: #1da838;}

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

#once { clear: left; }