@charset "ISO-8859-1";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #f5fbee;
}

a{color:#000;}

#container {
	width: 780px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	background-repeat: repeat-y;
} 
#wrapper {
	background-color: #FFFFFF;
	width: 780px;
	background-image: url(images/red.gif);
	background-repeat: repeat-y;
}
#header {
	background-image: url(images/redbar.gif);
	background-repeat: no-repeat;
	background-position: 18px 25px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-color: #FFFFFF;
	height: 180px;
} 

#header img{border:0;}
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 150px; /* padding keeps the content of the div away from the edges */
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
}
#sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 160px; /* padding keeps the content of the div away from the edges */
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#mainContent {
	margin-top: 0px;
	margin-right: 200px;
	margin-bottom: 0;
	margin-left: 200px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
} 

#footer {
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	margin-top: 20px;
	background-color: #FFF;
	background-image: url(images/red2.gif);
	background-repeat: repeat-x;
	background-position: left top;
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 80%;
}
#mainContent p {
	font-size: 0.8em;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
#mainContent a {
	color: #333333;
	text-decoration: none;
}
#mainContent a:hover {
	color: #333333;
	text-decoration: underline;
}
.green {
	color: #2b5409;
}
#mainContent h1 {
	font-size: 1.6em;
	font-weight: normal;
	margin-bottom: 10px;
}
#mainContent h2 {
	font-size: 1.3em;
	font-weight: normal;
	margin-bottom: 5px;
}
#sidebar2 h1 {
	font-size: 1em;
	font-weight: bold;
	margin-bottom: 0px;
	font-family: "Lucida Grande", "Helvetica Neue", Arial, Helvetica, sans-serif;
}
#sidebar2 p {
	font-size: 80%;
	margin-top: 5px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
body,td,th {
	color: #333333;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
#sidebar2 img {
	margin-top: 0px;
}
#mainContent h3 {
	font-size: 80%;
	font-weight: normal;
	color: #d52229;
	padding-bottom: 5px;
	border: thin dashed #d52229;
	padding-left: 5px;
	padding-top: 5px;
}
#sidebar2 h2 {
	font-size: 0.9em;
	font-weight: normal;
	color: #333333;
}
#sidebar2 h3 {
	font-size: 0.8em;
	font-weight: normal;
}
ul.MenuBarVertical a#selected {
	color: #FFFFFF;
	background-color: #2b5409;
	border-left: 4px solid #d52229;
	padding-left: 18px;
	font-weight: bold;
}
.bold {
	font-weight: bold;
}
#sidebar2 a {
	text-decoration: none;
	color: #333333;
}
.red {
	color: #d52229;
}
.redbold {
	color: #d52229;
	font-weight: bold;
	font-family: "Lucida Grande", "Helvetica Neue", Arial, Helvetica, sans-serif;
}
.greenbold {
	color: #2b5409;
	font-weight: bold;
	font-family: "Lucida Grande", "Helvetica Neue", Arial, Helvetica, sans-serif;
}
#mainContent li {
	font-size: 0.8em;
	padding: 0px;
	font-weight: normal;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -20px;
}
.citat {
	font-size: 1em;
	font-style: italic;
	font-weight: normal;
	color: #333300;
}
#sidebar1 h1 {
	font-size: 0.9em;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	font-family: "Lucida Grande", "Helvetica Neue", Arial, Helvetica, sans-serif;
	line-height: 120%;
}
#sidebar1 p {
	font-size: 0.9em;
	font-weight: normal;
}
#mainContent h4 {
	font-size: 80%;
	font-weight: normal;
	color: #FFFFFF;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-top: 5px;
	background-color: #d52229;
}
#mainContent2 {
	margin-top: -10px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 200px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}
#mainContent2 p {
	font-size: 0.8em;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
#mainContent2 h1 {
	font-size: 1.6em;
	font-weight: normal;
	margin-bottom: 10px;
}
#mainContent2 h3 {
	font-size: 80%;
	font-weight: normal;
	color: #d52229;
	padding-bottom: 5px;
	border: thin dashed #d52229;
	padding-left: 5px;
	padding-top: 5px;
	width: 100px;
}
#sidebar1 a {
	color: #2b5409;
	text-decoration: none;
}
#sidebar1ind {
	float: left; /* since this element is floated, a width must be given */
	width: 150px; /* padding keeps the content of the div away from the edges */
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
}
#sidebar1ind h1 {
	font-size: 0.9em;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	font-family: "Lucida Grande", "Helvetica Neue", Arial, Helvetica, sans-serif;
	line-height: 120%;
}
#sidebar1ind  a {
	font-size: 0.9em;
	font-weight: normal;
	color: #2b5409;
	text-decoration: none;
}
#sidebar1ind li {
	font-size: 0.85em;
	font-weight: bold;
	color: #CC0000;
	font-family: "Lucida Grande", "Helvetica Neue", Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
}
#sidebar1ind ul {
	list-style-type: none;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

/* jonas */

#mainContent a{color:#000;}

span.fet{font-weight:bold;}

table.forumTable{
	width:100%;
	font-size:80%;
	border:1px solid #2b5409;
	margin-top:30px;
}

table.forumTable td.headCell{}
table.forumTable td.forumEvenCell{background-color:#ccc;}
table.forumTable td.forumOddCell{background-color:#fff;}
table.forumTable td.forumEvenCell a{color:#000;}
table.forumTable td.forumOddCell a{color:#000;}

.year{width:50px;}
.course{width:150px;}

span.requiredField{color:red; font-weight:bold;}

input.general{width:250px;}

div.altLink {background-color:#d52229; width:100%; margin-top:20px; color:#ffffff; cursor:pointer; padding:3px; font-size:100%; float:left;}