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

body {
	font-size: 10px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	background-image:url(http://www.entspanntfilm.de/greenme2010/greenme/ndxz-studio/site/img/background.gif);
	background-repeat:repeat-x;
}

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

div.page-wrapper{
	width:950px;
	
	padding-bottom:100px;
	background-image:url(http://www.entspanntfilm.de/greenme2010/greenme/ndxz-studio/site/img/theme.jpg);
	background-repeat:no-repeat;
	height:100%;
}
div.logo{
	margin-bottom:100px;
	position:relative;
}
div.language{

}


a:link { text-decoration: none;color:#161800; }
a:active { text-decoration: underline; color:#161800;}
a:visited { text-decoration: none; color: #666; color:#161800;}
a:hover { text-decoration: underline; color:#161800;}

a img { border: none; }

#menu {
    width: 215px;
    overflow: auto;
    top: 190px;
    bottom: 0;
	left: 20px;
    position: fixed;
    height: 100%;
	color:#161800;
}

#menu p{
	color:#161800;	
}
#menu a{
	color:#161800;	
}

#menu a:active { text-decoration:underline; color:#161800;}

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

#menu ul li.section-title {
	color:#161800;
	font-size:14px;
	font-weight:bold;
	
	}
	
	

#content {
    height: 100%;
	
    margin: 0 0 0 226px;
    top: 0;
	background-color:#161800;
	width:640px;
	padding-left:12px;
	padding-right:12px;
	padding-top:12px;
	padding-bottom:20px;
}

.container {
	width:100%;
	overflow:hidden;
	color:#d5d0bd;
	font-size:16px;
}

.container a{color:#f1be00;}

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

p {
    margin: 0 0 9px 0;
}

h1 { 
	font-size: 20px;
	margin-top:20px;
	margin-bottom:20px;
	

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

#img-container	{ margin: 0; padding: 0;min-height:360px;width:640px; }
#img-container p	{ margin: 0; padding: 0 0 12px 0; }
#img-container a{color:#d5d0bd;}
#img-container .pics	{ margin: 0; padding: 0;margin-bottom:20px;min-height:360px; }
#once { clear: left; }

div .footer{
	margin-top:40px;
	font-size:14px;
}

div .footer ul li{
	list-style:none;
}
div .footer ul li a{
	color:#d5d0bd;
}
