body {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: small;
	color: #660000;
	margin: 0;
	background: #000000;
	}

a:link {
	text-decoration: underline;
	color: #000000;
	}
a:visited {
	text-decoration: underline;
	color: #000000;
	}
a:active {
	text-decoration: underline;
	color: #000000;
	}
a:hover {
	text-decoration: underline;
	color: #595959;
	}

a.menu:link {
	text-decoration: none;
	color: #000000;
	}
a.menu:visited {
	text-decoration: none;
	color: #000000;
	}
a.menu:active {
	text-decoration: none;
	color: #000000;
	}
a.menu:hover {
	text-decoration: none;
	color: #841c03;
	}

.red {
	color: #ff0000;
	}
.green {
	color: green;
	}



#container {
	margin: auto;
	width: 780px;
	background: #ffffff;
	border: 1px solid #ffffff;
	}

#topmenu {
	background: url(/img/menu_back.gif);
	padding: 5px 0 5px 0;
	text-align: center;
	font-weight: bold;
	font-size: 85%;
	}

#topimage {
	background: url(/img/main.jpg) no-repeat;
	height: 187px;
	/*margin-top: 2px;*/
	margin-bottom: 2px;
	}

#sectopmenu {
	background: url(/img/menu_back.gif);
	padding: 5px 0 5px 0;
	text-align: center;
	font-weight: bold;
	font-size: 85%;
	}

#whitecontent {
	background: #ffffff;
	/*border: 1px solid #dcdcdc;*/
	margin: 10px;
	padding: 10px;
	overflow: auto;
	float: left;
	width: 528px;
	}

#content {
	background: #eeeeee;
	border: 1px solid #dcdcdc;
	margin: 10px;
	padding: 10px;
	overflow: auto;
	float: left;
	width: 528px;
	}

#rightmenu {
	margin: 10px 10px 10px 0;
	width: 190px; /*denna ska egentligen vara 200 men det funkar inte i IE6 för den räknar väl borders etc annorlunda, puh...*/
	float: right;
	font-size: 85%;
	}

#footer {
	background: #eeeeee;
	border: 1px solid #dcdcdc;
	margin: 10px;
	padding: 10px;
	font-size: 85%;
	text-align: center;
	clear: both;
	}

.mini {
	font-size: 85%;
	}

.select {
	border: 1px solid #000000;
	}

.input50 {
	border: 1px solid #000000;
	width: 50px;
	}

.input150 {
	border: 1px solid #000000;
	width: 150px;
	}

.input250 {
	border: 1px solid #000000;
	width: 250px;
	}

.textarea {
	width: 400px;
	height: 200px;
	border: 1px solid #000000;
	}

.textarea250 {
	width: 250px;
	height: 100px;
	border: 1px solid #000000;
	}

form {
	margin: 0;
	}

.formbutton {
	font-size: 85%;
	cursor: pointer;
	border: 1px solid #6c6553;
	background: #999;
	color: #000000;
	padding: 2px;
	background: url(/img/button_back.gif) repeat-x left top;
	}

h1 {
	margin-top: 0;
	font-size: 120%;
	margin-bottom: 20px;
	}
h2 {
	margin-top: 0;
	font-size: 110%;
	}
/*




.input_100 {
	border: 1px solid #000000;
	width: 100px;
	background: #f5f5f5;
	}



.input_450 {
	border: 1px solid #000000;
	width: 450px;
	}

checkbox {
	border: 1px solid #000000;
	}



#left {
	float: left;
	width: 600px;
	}

#right {
	float: left;
	width: 250px;
	margin-left: 10px;
	text-align: left;
	}

#content {
	background: #ffffff; 
	margin-top: 10px;
	border: 1px solid #dcdcdc;
	padding: 10px;
	text-align: left;
	margin-bottom: 10px;
	overflow: auto;
	}

#footer {
	text-align: left;
	font-size: 80%;
	padding: 0 0 10px 10px;
	}
*/