/* Dessa skapade av tws för Musikenshus */
body
{
font-family: verdana, sans-serif;
} 

h1, h2
{
font-family: verdana, sans-serif;
}

a.nounder { text-decoration:none }

.class1 A:link {text-decoration: none}
.class1 A:visited {text-decoration: none}
.class1 A:active {text-decoration: none}
.class1 A:hover {text-decoration: none}

.bottom8
{
margin-top:0px;
margin-bottom:25px;
}

.bottom6
{
margin-top:0px;
margin-bottom:6px;
}

#mainbody {background-color: #f4f5f9;font-family: Arial;font-size: 1em;
margin: 135px 0px 0px 10px;
width:1100px;
padding: 0;}

#fixedBox{
 position: fixed; top:0; left:10px;
 height:135px;width:100%; background-color: #ffffff;
 z-index:15;
 padding-right:8px;overflow:visible;
}

#container{
 position: absolute; top:136px; left:202px;
 background-color:#ffffff;
 height: 521px;
 width: 842px;
 overflow:auto;
 border:1px solid black;
}
#vinjett{
 position: fixed; top:136px; left:10px;
 height:519px;
 width:192px;
 border-bottom:1px solid black;
 border-top:1px solid black;
}

#footer{
 position: fixed; top: 663px; left:40px;
 height:30px;
}
/* Dessa skapade av tws för wiki-like citat */
pre {
	width:700px;
	padding-left: 1em;
	border: 1px dashed #2f6fab;
	color: black;
	background-color: #f9f9f9;
	line-height: 1.1em;
	white-space:pre-wrap; /* css-3 */
white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
white-space: -pre-wrap;      /* Opera 4-6 */
white-space: -o-pre-wrap;    /* Opera 7 */
word-wrap: break-word;       /* Internet Explorer 5.5+ */
}
/* Dessa skapade eftersom containern är 800px inklusive ev draglist */
.vspalt {
width:396px;float:left;
}
.hspalt {
margin-left:10px;
width:396px;float:left;
}

.normaltext p
{
	font-size:0.8em;
}



@media print {
#container{
 overflow:visible;
}
#footer{
position:fixed;bottom:0;
}
.vspalt {
width:296px;float:left;
}
.hspalt {
margin-left:10px;
width:296px;float:left;
}
}



