/* normalise les marges et les remplissages  */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td
{
margin: 0;
padding : 0;
}
/* normalise les tailles de polices pour les en-têtes */
h1, h2, h3, h4, h5, h6
{
font-size : 100%;
}


/* supprime list-style pour les listes */
ol, ul
{
list-style : none;
}


/* normalise les styles et graisse de fontes */
address, caption, cite, code, dfn, em, th, var
{
font-style : normal;
font-weight : normal;
}


/* supprime les bordures dans les tableaux */
table
{
border-collapse : collapse;
border-spacing : 0;
}


/* supprime les bordures dans les éléments fieldset et img */
fieldset, img
{
border : 0;
}


/* aligne le texte à gauche dans caption et th */
caption, th
{
text-align : left;
}


/* supprime les apostrophes double (guillemets anglais) autour de q */
q:before, q:after
{
content :'';
}


/* supprime le souslignage des liens et les met en noir */
a
{
text-decoration : none;
color : #33c;
}


/* MODAL */

.<b style="color: black; background-color: rgb(160, 255, 255);">modal</b> {  
    background-color:#fff;  
    padding:10px;  
    border:1px solid #333;  
} 


/*****************************************
	SITE
******************************************/


html {
text-align:center;
background-color: #2f2f2f;
/*background: url(http://www.massendefekt.de/2010/images/stories/back_punkte.png) 0 0 repeat;*/
}

body {
margin:0px;
}


div#wrapper {
width:100%;
text-align:left;
/*margin:0px auto 0 auto;*/
margin: -33px auto 0 auto;
}


/*
*		LEFT COLUMN
*/

div#left_column {
position:absolute;
/*bottom:0px;*/
/*left:20%;*/
width:200px;
height:550px;
border-left: 0px solid #181b18;
padding-left:0px;
}


div#menu {
position:absolute;
/*bottom:60px;*/
left:7px;
top:0px;
/*bottom:35px;*/
/*height:500px;*/
left:10px;
width:180px;

}

div#nav_main {
width:180px;
}


div#site_name {
}


div#adress {
margin-top:120px;
}

#search {
height:26px;
line-height:26px;
overflow:hidden;
padding:10px 0 0;
text-align:right;
}

#search .inputbox {
background:transparent url(../images/icon-search.gif) 0 0 no-repeat;
border:0 none;
float:left;
height:26px;
padding:4px 0 4px 25px;
width:80px;
/*222*/
color:#ccc;
}


/*
*		MIDDLE SITE
*/

div#image {
overflow:visible;
float:center;
}

div#right {
float:right;
/*width:68%;*/
width:960px;
}

div#content{
margin-top:50px;
width:auto;
/*padding:-5px;
padding-left:0px; */
background-color: #111111;
/*border:5px solid #181b18;*/
background: url(http://www.massendefekt.de/2010/images/stories/back.png) 0 0 repeat;
}


#main_content {
/*background: url(http://www.massendefekt.de/2010/images/stories/back.png) 0 0 repeat;*/
margin-top:0px;
margin-right:10px;
float:right;
overflow: hidden;
/*Overflow-x: hidden;
Overflow-y: scroll;*/
/*overflow:auto;*/
/*height:100%;*/
height:460px;
width:690px;
}


#pathway {
text-align:right;
}


/**  ARTICLE  **/

.padding_article {
padding:10px;
}

.article_separator {
display:block;
clear:right;
height:0px;
background: transparent url(../images/article_separator.gif) 50% 15px no-repeat;
}


.column_separator {
padding:0 0 0 25px;
}


.article-tools {
border-top:1px solid #DDDDDD;
display:block;
float:left;
margin-bottom:15px;
width:100%;
}


.article-meta {
float:left;
padding:5px;
width:70%;
}

.createdate {
background:transparent url(../images/icon-date.gif) no-repeat scroll 0 2px;
padding:3px 3px 3px 20px;
}

.createby {
background:transparent url(../images/icon-user.gif) no-repeat scroll 0 2px;
padding:3px 3px 3px 20px;
}


div.buttonheading {
float:right;
width:22%;
}



/*
*		BOTTOM SITE
*/

div#footer {
margin-top:5px;
text-align:right;
}


#footer .moduletable, div#copy {
margin-left:20px;
}


#footer .moduletable .bannergroup {
display:none;
}


/**  OTHERS  	**/


.clr {
clear:both;
}


.cadre_moitie_gauche {
float:left;
width:40%;
}

.cadre_moitie_droite {
float:right;
width:40%;
}

#facebook {
	width: 227px;
	height: 590px;
	float: center;
	margin-top: 80px;
	overflow: hidden;
}
