/* DATEI: scfv_xhtml.css */
/* 08.06.2009 Heinz Rieder, Beatenberg */

body {
background-color:#ffffff; background-image:url(./img/Background1.gif); background-attachment: fixed; background-repeat:repeat-y; 
}
p,ul,ol,div,li,td { font-size:100%; font-family : Arial, "Comic Sans MS", Helvetica, sans-serif;
}
p {
text-align: justify;
}
td {
text-align: left;
}
.center table {
width : 700px; 
margin-left : auto; 
margin-right : auto; 
text-align : left; 
} 
h3 {
font-size : 90%; 
font-weight : 400; 
color : #000000; 
font-family : Arial, "Comic Sans MS", Helvetica, sans-serif;text-align : center; 
} 
h4 {
font-size : 90%; 
font-weight : 700; 
color : #000000; 
font-family : Arial, "Comic Sans MS", Helvetica, sans-serif;} 
h5, .normal {
font-size : 100%; 
font-weight : 400; 
color : #000000; 
font-family : Arial, "Comic Sans MS", Helvetica, sans-serif;text-align : left; 
} 
h6 {
font-size : 100%; 
font-weight : 700; 
color : #000000; 
font-family : Arial, "Comic Sans MS", Helvetica, sans-serif; text-align : center; 
}
.klein {
font-size : 70%; 
font-weight : 400; 
color : #000000; 
font-family : Arial, "Comic Sans MS", Helvetica, sans-serif;} 
.center {
text-align : center; 
} 
.left {
text-align : left; 
} 
.right {
text-align : right; 
} 
.block {
text-align : justify; 
} 

/* ol { list-style-type:decimal; } */

ul {
list-style-type:circle;
}

td {
vertical-align:top;
}

a:link {
color:#0000ff; text-decoration:none; font-size:100%; font-weight:300;
}
a:visited {
color:#3366ff; text-decoration:none; font-size:100%; font-weight:300;
}
a:active {
color:#3366ff; text-decoration:none; font-size:100%; font-weight:300;
}

a.nodeco:link { color:#0000ff; text-decoration:none; font-weight:normal; }
a.nodeco:visited { color:#3366ff; text-decoration:none; font-weight:normal; }
a.nodeco:active { color:#3366ff; text-decoration:none; font-weight:normal; }
