/* @override http://georg.liebergesell.at/ndxz-studio/site/sample/style.css */


/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
* {
	margin: 0;
	padding-left: 0;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

body {
	font-size: 11px;
	font-family: "Andale Mono", Helvetica, Monaco, Geneva;
	background-color: transparent;
}

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

a:active { text-decoration: none }
a:hover { color: #ffffff; font-weight: normal; background-color: white; text-decoration: none; }
a:link { color: #FFFFFF; background-color: #000000}
a:visited { color: #FFFFFF; background-color: #CCCCCC}

a.thumb-img {
	background-color: transparent;
}
a.thumb-img:hover {
	background-color: transparent;
}
a.thickbox:hover{
	background-color: transparent;
}
a:visited { text-decoration: none; color: #000000;
}
a:hover { background: black; color: #ffffff; text-decoration: none;
	font-weight: regular;
}

a img { border: none;}

#menu {
    width: 158px;
    overflow: visible;
    top: 0;
    bottom: 0;
    left: 0px;
    position: absolute;
	margin-left: 52px;
}

#menu.container{
	padding-top: 200px;
    padding-left: 12px;
 }
 
#menu ul {
	list-style: none;
	margin: 0 0 12px 0;
	padding-bottom: 11px;
}

#menu ul li.section-title {
	text-transform: none;
	background-color: none;
	color: #000;
	font-weight: regular;
	direction: ltr;
	letter-spacing: 1px;
	text-align: left;
}

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

.container {
	padding: 70px 5px 25px 0;
	margin-left: 9px;
}

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

p {
    margin: 0 0 25px;
	text-align: left;
}

h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }

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

#once { clear: left; }