/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
* {
	margin: 0;
	padding: 0;
}

body {
	color: #000000;
	font-size: 12px;
	font-family: Arial, sans-serif;
	background-image:url('http://www.architekt-novotna.cz/back.png')
	
}

body.section-1 { }
body.section-2 { }
body.section-3 { }

a:link { font-size: 12px; font-weight:bold; text-decoration: none; color: #ffffff; }
a:active { font-size: 12px; font-weight:bold; text-decoration: none; color: #ffc602;}
a:visited { font-size: 12px; font-weight:bold; text-decoration: none; color: #dddddd; }
a:hover { font-size: 12px; font-weight:bold; text-decoration: none; color: #010101; background-color: #777777;}

a img { border: none; }

#menu {
    width: 355px;
    overflow: auto;
    top: 0;
    bottom: 0;
	left: 0;
    position: fixed;
    height: 100%;
	
}
#menu ul li.active a { color: #ffc602; }
#menu ul {

	
	text-align: left;
	list-style: none;
	margin: 0 0 12px 44px;
}

#menu ul li.section-title { font-size: 16px; text-decoration: none; font-weight: bold; color: #dddddd; line-height: 15pt; }

#content {
    height: 100%;
    margin: 50px 0 0 355px;
    top: 0px;
}

.container {
    padding: 0px 5px 25px 5px;
}

#content p { width: 700px; margin-bottom: 9px; }

p {
    margin: 0 0 9px 0;
}

h1 { font-size: 42px; color: #ffffff; }
h2 { font-size: 30px; color: #ffffff; }
h3 { font-size: 30px; font-weight: bold; color: #ffc602; }
h4 { font-size: 11px; background-color: #000000; color: #dddddd; }
h5 { font-size: 13px; font-weight: bold; color: #dddddd; }
#img-container	{ margin: 0; padding: 0; }
#img-container p	{ width: 400px; margin: 0; padding: 0 0 12px 0; }

#once { clear: left; }