/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/


* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 10px;
	color:#000000;
	font-family:"Lucida Grande",Lucida,Verdana,sans-serif;
}

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

a:link {
	color:#333333;
	font-family:"Lucida Grande",Lucida,Verdana,sans-serif;
	font-size:10px;
	letter-spacing:1px;
	text-decoration:none;
}

a:active {
	color:#333333;
	font-family:"Lucida Grande",Lucida,Verdana,sans-serif;
	font-size:10px;
	letter-spacing:1px;
	text-decoration:none;
}

a:visited {
	color:#333333;
	font-family:"Lucida Grande",Lucida,Verdana,sans-serif;
	font-size:10px;
	letter-spacing:1px;
	text-decoration:none;
}

a:hover {
	color: #0066cc;
	font-family:"Lucida Grande",Lucida,Verdana,sans-serif;
	font-size:10px;
	letter-spacing:1px;
}

a img { border: none; }

a.icoPdf {
	background:transparent url(http://www.danielakienzler.ch/ndxz-studio/site/img/icoPDF.png) no-repeat 0 0;
	padding-left:0px;
}

#menu { 
    width:250px;
	height:100%;
	background-image: url(http://www.danielakienzler.ch/ndxz-studio/site/img/pixl.png);
	padding-left:20px;
	position:fixed;

}

#menu ul {
	padding-bottom:10px;
	list-style-type:none;
}
	

#menu ul li.active a {
	color: #0066cc;
}

#menu ul li {
	padding-bottom:1px;
}


#menu ul li.section-title {
	font-size: 10px;
	color:#000000;
	font-family: "Lucida Grande",Lucida,Verdana,sans-serif;
	font-weight:bold;
}

#content {
	padding-left:270px;
	padding-top:10px;
}

.container {
    padding: 0;
}

#content p { 
}


h1 {
	font-size: 10px;
	color:#000000;
	font-family: "Lucida Grande",Lucida,Verdana,sans-serif;
	font-weight:bold;
	padding-bottom:2px;
}

h2 { 
	font-size: 10px;
	color:#000000;
	font-family: "Lucida Grande",Lucida,Verdana,sans-serif;
	font-weight:normal;
	letter-spacing:1px;
	padding-bottom:10px;


 }
h3 { font-size: 16px; }
h4 { font-size: 12px; }

#img-container	{ 
	margin: 0;
	padding: 0;
}

#img-container p { 
	margin: 0;
	padding: 0;
}

#once { clear: left; }

#img-container .captioning .title {
	font-weight:normal !important;
	color:#999999;
	margin-top:10px !important;
}
