/** BASIC */

html, body {
	height: 100%;
}


body {
	left: 0px;
	padding: 0px;
	background-color: #ff7e00;
}


#contents {
	width: 690px;
	background-color: #FFFFFF;

	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: black;

	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: black;

	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: black;

	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: black;
}

#left {
	float: left;
	width: 125px;
	background-color: #FFFFFF;
}

#menytext {
	padding: 4px 0px 0px 10px;
}


#right {
	float: right;
	width: 565px;
	background-color: #FFFFFF;
}

#text {
	padding: 4px 25px 1px 2px;
}

#sidfot {
	width: 690px;
	height: 39px;
	margin: 0px auto;
	background-color: #FFFFFF;
}


h1, h2, h3, h4, h5, h6 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #333333;
}

h1 {
	font-size: 18px;
	margin-bottom: -10px;
}

h2 {
	font-size: 15px;
	margin-bottom: -10px;

}

h3 {
	font-size: 16px;
}

body, th, td, input, textarea, select {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #5E5E5E;
}

p
{
	line-height: 17px;
}

a {
	color: #3769AE;
}

.lista
{
	list-style-image: url(bilder/knapp2.gif);
	text-align: left;
	font-size: 11px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	line-height: 170%;
	margin-left: 8px;
	padding-left: 8px;
}

.lista a:link { color: #2E68BE; text-decoration: underline; }
.lista a:visited { color: #2E68BE; text-decoration: underline; }
.lista a:active { color: #2E68BE; text-decoration: underline; }
.lista a:hover { color: #528BE2; text-decoration: underline; }