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

body {

	font-size: 11px;
	font-family:  Helvetica, Lucida;
	background: #fff
	background-color: #fff;
	 
}

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

a:link { text-decoration: none; color: #000000;}
a:active {  }
a:visited { text-decoration: none; color: #000000; }
a:hover { text-decoration: none; color: #000;  }

a.menueoption:link { background-color: none; line-height: 12px; padding-top: 2px; text-decoration: none; color: #000000;}
a.menueoption:active { font color: #000000; }
a.menueoption:visited { text-decoration: none; color: #000000; }
a.menueoption:hover { display: inline; font-size: 45px; background-color: #FFFC00; color: #000000; padding: 0px; margin: 0px ; }



a img { border: none; }

#menu_container {

    width: 300px;
}

#button {
width: 40px;
height: 40px;
float:right;
margin: 10px 0px 0px 920px;
position: fixed;
background: transparent;
z-index: 9999;
xright: 40px;
}

#menu {

	background: url(http://judithwill.de/files/hintergrundprobe.png) top left no-repeat;
    xoverflow: auto;
    top: 120px;
    xbottom: 50px;
	left: 20px;
    position: fixed;      
    xheight: 1000%; 
	color: #000;
	font-size: 10px;
	right: 5px;
	padding: 0px 0px 70px 14px;
	
	
}


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

#menu ul li { }

#menu ul li.section-title { 

	font-size: 11px; 
	font-style:italic; 
	font-weight:bold; 
	background:transparent url(http://judithwill.de/files/probelinie.png) bottom left no-repeat; 
	padding: 0px 0 10px 0px; 
	margin: 0 0 5px 0;}




#content {
	xclear:both;
    height: 100%;
    margin: 20px 0px 0px 40px;
    
}

#line {
	position: fixed;
	margin: 20px 0 0 20px;
	height: 40px; 
    
}
.container {

    padding: 0px 50px 20px 0px;
  
}

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

p {
    margin: 0px 0px 0px 0px;
  
   
}

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: 400px; margin: 0; padding: 0 0 12px 0;  }

#once { clear: left; }

.thumb-it {text-align:center; width: 200px;
}
