/* ----- Seitenlayout bestimmen */

body {
padding : 5px;
margin : 0;
margin-left : 120px;
background : #000000 url('../img/bg-home.png') no-repeat fixed bottom left;
}
a {
color : #7c7e28;
text-decoration : underline;
}
a:hover {
color : #7c7e28;
text-decoration : none;
}
A.ssmItems:link {
color : #7c7e28;
text-decoration : none;
}
A.ssmItems:hover {
color : #7c7e28;
text-decoration : underline;
}
A.ssmItems:active {
color : #7c7e28;
text-decoration : none;
}
A.ssmItems:visited {
color : #7c7e28;
text-decoration : none;
}




/* ----- Container setzen */