/* Skolelinux Basic-CSS */
/* Version: $Log$ */

body { 
	margin-top: 0px;
}

DIV#container {
	margin: 0 auto;
	width: 630px;
	text-align: left;
}

SPAN.parentlinks {
	display: none;
}

DIV#wrapper {
	text-align: left;
}

DIV#content {
	float: left;
	width: 400px;
}


DIV#sidebar {
	float: right;
	width: 150px;
	padding: 0 18px;
	color:#d41b4c !important;
	line-height: 1.1em;
}

DIV#sidebar UL {
	list-style-type: none;
	padding: 0;
}

DIV#sidebar LI > P {
	margin-bottom: 0;
}

DIV#sidebar > P,
DIV#sidebar > UL > LI {
	margin: 1em 0;
	padding-left: 0.5em;
	border-left: 2px solid #d41b4c;
}

DIV#sidebar > P:first-child {
	padding-left: 0;
	border-left: 0;
}

DIV#sidebar > UL > LI UL {
	margin-left: 1em;
}

.source     { overflow:auto;
              position:relative;
              left:-100px;
              width:530px; }

h1          { margin-top:10px;
              color:#3F85AE; }

h2          { color:#3F85AE; }

h3          { color:#3F85AE; }

h4          { color:#3F85AE; }

h5 {
	float: left;
	width: 90px;
	margin-left: -140px;
	margin-top: 0;
	margin-bottom: 0px;
	color: #3F85AE;
	font-weight: bold;
}

h6          { margin-top:0px;
              margin-bottom:0px;
              color:#3F85AE;
              font-weight:bold; }

a:link      { color:#d41b4c; text-decoration:none; }
a:visited   { color:#d41b4c; font-weight:normal; text-decoration:underline; }
a:hover     { color:#d41b4c; text-decoration:none; }
a:active    { color:#d41b4c; text-decoration:none; }
a:focus     { color:#d41b4c; text-decoration:none; }

a.submenue  { font-weight:normal; text-decoration:none; }
a.submenue:before { content:" "; }

pre         { background-color:#dfe8ed;
              margin-top:0px;
              margin-bottom:0px; }
