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

body {
	font-size: 15px;
	font-family: Verdana;
	font-weight:;
	font-style:regular;
	letter-spacing: 1px;
	background: ##FFF;
	color: #202026;
	text-align:justify
	
}

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



/*unterpunkte menu */

a:link { font-size: 12px; font-family: Verdana; font-style:regular; letter-spacing: 0px; line-height: 100%; text-decoration: none; color: #666666; opacity: 1.0; }
a:active { font-size: 12px; font-family: Verdana; font-style:regular; letter-spacing: 0px; line-height: 100%; text-decoration: none; color: #666666; opacity: 1.0; }
a:visited {font-size: 12px; font-family: Verdana; font-style:regular; letter-spacing: 0px; line-height: 100%; text-decoration: none; color: #666666; opacity: 1.0; }
a:hover { font-size: 12px; font-family: Verdana; font-style:regular; letter-spacing: 0px; line-height: 100%; text-decoration: line-under; color: #666666; opacity: 1.0; 
}

a img { border: none; }




/* MENU */

#menu {    
	width: 260px;
	overflow: auto;
	top: 20px;
	bottom: 0;
	left: 0px;
	position: fixed;
	height: 100%;
	background-color: ##FFF;   
	text-align: left;
	line-height: 280%;
	margin: 0px 0px 0px 20px;
   	padding: 0px 5px 0px 0px;
	z-index: 1;
	opacity: 1.0;
	font-size:11px;
}

#menu ul { color: #202026; list-style: none; margin: 0 0 0 0; }


/* gere le menu */
#menu ul li.section-title {  color: #202026; }

/* überpunkte menu */
#menu p { font-size: 11px;
font-weight:
font-family: Arial;
letter-spacing: 0px; 
line-height: 60px;
color: #202026; 
font-variant:small-caps; 
}






#content {
    height: 100%;
    top: 0px;
    margin: 20px 0px 0px 340px; /* bouge bloc de droite */
    padding: 0 0 0 0px;
}

.container {
    padding: 0px 0px 0px 0px; /* bouge TOUT */
}


/* regularer stil des fließtext in content */
#content p { 
width: 480px; 
top: 20px;
line-height: 150%;
font-size: 11px;
text-align: left;
font-family: Arial;
letter-spacing: 0px;
font-style: normal; 
font-weight: normal;
/* interlignage */

 }

p {
    margin: 0 0 9px 0;
}




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

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

   /* VOICI LES POSSIBILITES:style des boites du thickbox 
   #img-container a {
    display:block;
    float:left;
    width:100px; [this width can be anything you want]
    height:100px; [also anything you want]
    margin:0 10px 10px 0; [margins for space between the thumbnails]
    padding:0;
    border:0;
    overflow:hidden;
}*/

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

#once { clear: left; }
