/* style.css */
/* Hier sind die Formate für corwen.sikknezz.ch definiert. */


body {
margin:0px;
padding:0px;
background-color:#000000;
}

.box1 {
float:left;
width:500px;
height:530px;
margin:0;
padding:0;
background:#000000;
overflow: auto;
}

.box2 {
width:300px;
height:430px;
margin:0;
padding:0;
background:#000000;
overflow: auto;
}

h1 {
font-family:courier new,monospace;
font-style:normal;
font-variant:normal;
font-size:13pt;
font-weight:bold;
font-stretch:normal;
text-decoration:none;
text-transform:none;
color:#ffffff;
}

h2 {
font-family:courier new,monospace;
font-style:normal;
font-variant:normal;
font-size:11pt;
font-weight:bold;
font-stretch:normal;
text-decoration:none;
text-transform:none;
color:#ffffff;
}

p {
font-family:courier new,monospace;
font-style:normal;
font-variant:normal;
font-size:9pt;
font-weight:normal;
font-stretch:normal;
text-decoration:none;
text-transform:none;
color:#ffffff;
}

.copy {
font-size: 8pt;
color: #ffffff
}



a:link {
color: #ffffff;
font-style: italic;
font-weight: normal;
text-decoration: none;
cursor: crosshair;
}

a:active {
color: #ffffff;
font-style: italic;
font-weight: normal;
text-decoration: underline;
cursor: crosshair;
}

a:visited {
color: #ffffff;
font-style: italic;
font-weight: normal;
text-decoration: none;
cursor: crosshair;
}

a:hover {
color: #ffffff;
font-style: italic;
font-weight: normal;
text-decoration: underline;
cursor: crosshair;
}