
* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 18px;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	background: #fff;
	line-height:19px;
	color:#333;
}

body.section-1 {
/*background: url(/ndxz-studio/site/lukas/line.gif) 45px 0px no-repeat;*/
 }
body.section-2 { }
body.section-3 { }

a { text-decoration: none; color:#333; outline:none}
a:active { text-decoration: none; }
/*a:visited { text-decoration: none; color: #666; }*/
a:hover { text-decoration: underline; }

h1 a:hover { text-decoration: none; color:GoldenRod; }

a img { border: none; }


#menu {
    width: 215px;
    overflow: auto;
    top: 0;
    bottom: 0;
	left: 0;
    position: absolute;
    height: 100%;
	/*background-color: #fff;*/
	text-transform:uppercase;
	
}
.container strong{
	text-transform:uppercase;
letter-spacing:-1px;

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

#menu ul li.section-title, .nav, small { 
font-size:12px;
/*text-transform:uppercase;
font-weight:bold;
letter-spacing:1px;*/

}
#menu ul li a{
font-size: 18px;
color:#333;
/*
font-family: Georgia, Times, serif;
font-style:italic;*/
letter-spacing:-1px;
}
#menu ul li a:hover{
color:GoldenRod;
text-decoration:none;
letter-spacing:-1px;
}
#menu ul li.active a{
color:GoldenRod;
/*text-decoration:underline;*/
}

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

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

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

p {
    margin: 0 0 9px 0;
}

h1 { font-size: 18px; letter-spacing:-1px;line-height:1em;}
h2 { font-size: 12px; }
h3 { font-size: 12px; }
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; }

