/*
StyleSheet til Marxisme Online - til udprint
Oprettet 15.6.06 af Jørn Andersen
*/

/*
Sidens struktur:
<div id="wrapper"> - til at sætte baggrundsfarve (lys)
	<div id="container"> - med venstremargin
		<div id="indhold">
			Selve sidens indhold
		</div>
	</div>
	<div id="sidemenu"> - absolut positioneret
	</div>
</div>
<div id="footer">
</div>
*/

body {
 background-color:#ffffff;
}

/* Positionering  */
#wrapper {
 background-color:#ffffff;
}
#container {
 padding-left:0;
 background-color:#ffffff;
}
#indhold {
 background-color:#ffffff;
}

#sidemenu {
 position:absolute;
 top:0;
 left:0;
 padding:3px;
 width:130px;
 background-color:#ffffcc;
 margin-top:0;
 margin-bottom:0;
 min-height:0;
}

#footer {
 background-color:#fffffc;
 padding-top: 10px;
 padding-bottom: 10px;
 margin-top: 0;
 margin-bottom: 0;
}

#filosofbox {
 border:1px solid #ff0000;
 padding:10px;
 margin-top:2em;
}

/* Positionering  slut */


a:link {
 color:#000000;
 background:transparent;
 text-decoration:none;
}
a:visited {
 color:#000000;
 background:transparent;
 text-decoration:none;
}
a:hover {
 color:#ff0000;
 background:transparent;
 text-decoration:none;
}
a:active {
 color:#ff0000;
 background:transparent;
 text-decoration:none;
}


h1 {
 margin-top:0;
 font-family: Arial, Helvetica, sans-serif;
 color:#ff0000;
 background:inherit;
 text-align:center;
}

h2, h3, h4, h5, h6 {
 font-family: Arial, Helvetica, sans-serif;
 color:#000000;
 background:inherit;
}

dl, dt, dd, p {
 font-family: 'Times New Roman', Times, serif;
 font-size:11pt;
 line-height:120%;
}

p.fst {
 text-indent: 0;
}

p.link {
 text-align: center;
 font-size:0.9em;
 text-indent: 0;
}

.rod {
 color: #000000;
 font-style:italic;
}

.rodb {
 color:#000000;
 font-style:italic;
}


.opdat {
 font-size: 9pt;
 text-align:right;
 margin-top:0;
 margin-right:4%;
}

hr {
 color: #ff0000;
 background-color: #ff0000;
 border-color: #ff0000;
}

.maintable td p {
/* font-size: 13pt; */
 font-family: Georgia, Times, serif;
 text-align: left;
 margin-top: 0pt;
 margin-bottom: 3pt;
}

.date {
 text-align: right;
 text-indent: 0;
}

.sr {
 color: #FF0000;
 background: transparent;
 font-weight: bold;
}

.c {
 text-align: center;
 text-indent: 0;
}

.cr {
 text-align: center;
 text-indent: 0;
 color: #FF0000;
 background: transparent;
}

.rdot {
 color: #FF0000;
 background: transparent;
 font-weight : bold;
}

.tak {
 color: #993333;
 background: transparent;
}

/* Skjul-vis klasser */

.noshow {
 visibility: hidden;
 height: 0;
 position: absolute;
 top: 0;
 left: 0;
}

.noshowc {
 visibility: hidden;
 text-align: center;
 height: 0px;
 position: absolute;
 top: 0;
 left: 0;
}

.noprint {
 display:none;
 visibility:hidden;
 position:absolute;
 top:0;
 left:0;
 height:0;
 line-height:1px;
 width:0;
}

.noscreen {
 visibility: visible;
}

/* Skjul-vis klasser slut */

