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

body {
        font-size: 13px;
        font-family: courier new, verdana, arial, sans-serif;
        color: #505050;
        /*background: #1C1C1C;*/
        background: #FFFFFF;
        width: 600px;

}

body.section-1 {background-repeat:
no-repeat; background-image:
url('http://www.silvia-marzall.info/html/indexhibitv070e/files/silvia_start.gif');
background: #FFFFFF}
body.section-1 #menu {
    width: 215px;
    overflow: auto;
    top: 0;
    bottom: 0;
        left: -1000px;
    position: fixed;
    height: 100%;
        background-color: #fff;
  padding: 20px 0px 0px 20px;
color: #DF0101;
}
body.section-1 #content {
    height: 100%;
    margin: 0 0 0 150px;
    padding: 0px 0px 0px 30px;
    top: 0px;
width: 500px;
}
body.section-2 {width: 600px;}
body.section-2 #content {font-family: verdana, arial, times new roman;}
body.section-3 #content {
    height: 100%;
    margin: 10px 0 0 250px;
    padding:10px 0px 0px 0px;
    top: 0px;
	width: 100%;
	}
/*body.section-3 a img { border-color:#eeeeee; border-width:1px;}*/
body.section-6 {font-size: 16px;
letter-spacing: normal;
line-height: 100%;
font-weight: normal;
color: #000000;
top: 400px;}

a:link { text-decoration: none; color: #505050; }
a:active { text-decoration: none; }
a:visited { text-decoration: none; color: #505050; }
a:hover { text-decoration: blink; }

a img { border: none;}
#menu {
    width: 180px;
    overflow: auto;
    top: 0px;
    bottom: 0;
        left: 0;
    position: fixed;
    height: 100%;
        background-color: #FFFFFF;
  padding: 0px 0px 0px 40px;
color: #505050;
line-height: 80%;
font-size: 13px;
}

#menu ul {
        list-style: none;
        margin: 0 0 12px 0;
}
#menu ul a:hover {
        text-decoration: blink;
}
#menu ul li.section-title { }
#menu ul li.active a { text-decoration: line-through }

#content {
    height: 100%;
    margin: 10px 0 0px 250px;
    padding:80px 0px 0px 0px;
    top: 0px;
	width: 100%;
}

.container {
    padding: 5px 5px 25px 5px;
    
}

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

p {
    margin: 0 0 9px 0;
}

h1 { font-size: 16px;
letter-spacing: normal;
line-height: 100%;
font-weight: normal}
h2 { font-size: 13px;
line-height: 100%;
font-weight: normal;
letter-spacing: 0px;
color: #FE2E2E}
h3 { font-size: 12px; color: #FC007A; font-weight: normal}
h4 { font-size: 13px; letter-spacing: normal; font-weight: normal;line-height: 80%;  color:#B5B4B4}
h5 { font-size: 9px;}


#img-container        { margin: 0; padding: 0; }
#img-container p        { width: 600px; margin: 0; padding: 0 0 12px 0; }

#once { clear: left; }
