/* CSS Document */

body {font-family: Verdana; font-size: 10px; font-weight: normal; color: #111111;}
p {font-family: Verdana; font-size: 10px; font-weight: normal; color: #111111;}
td {font-family: Verdana; font-size: 10px; font-weight: normal; color: #111111;}
tr {font-family: Verdana; font-size: 10px; font-weight: normal; color: #111111;}
th {font-family: Verdana; font-size: 10px; font-weight: normal; color: #111111;}
li {font-family: Verdana; font-size: 10px; font-weight: normal; color: #111111;}

a:link {color: #006699; text-decoration: none; font-family: Verdana; font-size: 10px; font-weight: bold;}
a:visited {color: #006699; text-decoration: none; font-family: Verdana; font-size: 10px; font-weight: bold;}
a:active {color: #CC3333; text-decoration: none; font-family: Verdana; font-size: 10px; font-weight: bold;}
a:hover {color: #006699; text-decoration: underline; font-family: Verdana; font-size: 10px; font-weight: bold;}

a.underline{
	text-decoration: underline;
}
/* Skapa färdiga utseenden för rubriker o.s.v. */

/*
h1{
	font: 24px Trebuchet ms, arial, verdana, sans-serif; color: #bfd29a;
	padding: 0px;
	margin: 35px 0px 0px 0px;
}

h2{
	font: 14px Trebuchet ms, arial, verdana, sans-serif; color: #9d9573;
	padding: 0px;
	margin: 23px 0px 6px 10px;
	margin: top right bottom left;
}
*/


/* Rör ej */
#login, #logout{
	border: 1px solid black;
	padding: 5px;
	width: 500px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5px;
	background-color: #fff;
}
#login{
	display: none;
}

#login input{
	font-family: Verdana; font-size: 11px; font-weight: normal;
}