body {
        background-color: #F2F5F7;
        font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
        font-size : 12px;
		line-height:1.5em;
        color: black;
        margin-top:10px;
		margin-bottom:10;
}

table {
        font-size : 12px;
}

h1{
        font-size: 20px;
        color: black;
}

h2 {
        /*background-image : url(images/box_left_icon.gif);
        background-repeat : no-repeat;
        background-position : left;*/
        /*padding-left : 18px;*/
        font-size: 18px;
        /*margin: 0px;*/
}

h3 {
        font-size: 16px;
}
h4 {
        font-size: 14px;
}

h1, h2, h3, h4 {
		background-color:#F5D790;
		background-image: url(/pics/header-left.gif);
		background-repeat: repeat-y;
		padding-left:25px;
}

.kommentar {

	background: #EEE;
	padding:5px;
}

.button, .Button {
        border: 1px solid #590505;
		background: #F5D790;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

a {
        color: #855441;
        text-decoration: underline;
}
a:visited {
		color: #590505;
		text-decoration: underline;
}

a:hover {
        color: #C20000;
        text-decoration: underline;
}

.menu {
	text-align:left; width:728px; background:#590505;
	padding:0;
	margin:0;
}
