/*----------------------------*/
/* CSS File Import            */
/*----------------------------*/

@import url(layout.css);
@import url(layout_home.css);
@import url(layout_content.css);
@import url(navigation.css);
@import url(text.css);
@import url(modules.css);



/*----------------------------*/
/* HTML Grunddefinition       */
/*----------------------------*/

html {
height : 100%;
margin : 0;
padding : 0;
}

/*----------------------------*/
/* Body für ganze Seite       */
/*----------------------------*/
body {
min-height: 101%;
margin : 0 6px 0 10px;
background-color : #696969;
font-family : "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
font-size : 14px;
color : #333333;
line-height : 1.4;
}


