/* CSS Document */

a,
a:link,
a:active,
a:visited,
a:hover {
	color:#000000;
	text-decoration:underline;
}

a img {
	border:none;
}

input, select, submit {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	margin:0;
}
form {
	margin:0;
}
.button {
	background-color:#ddde8e;
	border:solid 1px #a2b981;
}
.bildtext {
	font-size:0.9em;
}



h1, .heading1 {
	font-size: 125%;
	font-weight: bold;
	color: #000;
	margin-top: 0px;
	margin-bottom: 15px;
	line-height: 135%;
	EditMenuName: Heading 1;
}
h2, .heading2 {
	font-size: 115%;
	font-weight: bold;
	color: #000;
	margin-top: 0px;
	margin-bottom: 8px;
	line-height: 125%;
	EditMenuName: Heading 2;
}
h3, .heading3 {
	font-size: 105%;
	font-weight: bold;
	color: #000;
	margin-top: 0px;
	margin-bottom: 2px;
	line-height: 125%;
	EditMenuName: Heading 3;
}



.clearBoth {
	clear:both;
}
.clearLeft {
	clear:left;
}
.clearRight {
	clear:right;
}