.trs {
	behavior: url('pngBgBehavior.htc');
}

.frame{
        border-left:1px solid #f5d8a5;
	border-right:1px solid #f5d8a5;
        border-bottom:1px solid #f5d8a5;
}

.bg {
	background: url(img/taustavark.gif) #FFFFFF repeat-x 0px 0px;
}



INPUT.button { 
	border: 2px solid; 
	border-color: #C6C6C6 #818181 #818181 #C6C6C6; 
	background: #919191; 
	color: #FFFFFF; 
	font-weight: bold; 
	font-size: 10px; 
	padding: 0px 10px 0px 10px; 
	overflow: visible; 
	cursor: pointer; 
	margin: 0px 3px 3px 0px; 
}.vorm {
	height: 20px;
	width: 100px;
        border-left:1px solid #999999;
        border-top:1px solid #999999;
	border-right:1px solid #999999;
        border-bottom:1px solid #999999;
	background:#F9F9F9;
}


h1 {
	color: #577e31;
	text-decoration: none;
	font-size: 18px;
	font-weight: bold;
	text-transform: none;
	margin-bottom: 2px;
}

h2 {
	color: #577e31;
	text-decoration: none;
	font-size: 14px;
	font-weight: 600;
	text-transform: none;
}

h3 {
	color: #577e31;
	text-decoration: none;
	font-size: 12px;
	font-weight: 600;
	text-transform: none;
}

A:link, A:visited {
	color: #577e31;
	text-decoration: underline;
	text-transform: none;
}

A:hover {
	color: #333333;
	text-decoration: none;
	text-transform: none;
}

.white, a:link.white, a:visited.white {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: 400;
	text-transform: none;
}

a:hover.white {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: 400;
	text-transform: none;
}

.white_bold, a:link.white_bold, a:visited.white_bold {
	color: #FFFFFF;
	font-size: 17px;
	text-decoration: none;
	font-weight: 700;
	text-transform: none;
}

a:hover.white_bold {
	color: #FFFFFF;
	font-size: 17px;
	text-decoration: none;
	font-weight: 700;
	text-transform: none;
}

.menu1, a:link.menu1, a:visited.menu1 {
	color: #333333;
	text-decoration: none;
	font-weight: 400;
	text-transform: none;
}

a:hover.menu1 {
	color: #333333;
	text-decoration: underline;
	font-weight: 400;
	text-transform: none;
}

.green, a:link.green, a:visited.green {
	color: #5e8835;
	text-decoration: none;
	font-weight: 400;
	text-transform: none;
}

a:hover.green {
	color: #5e8835;
	text-decoration: underline;
	font-weight: 400;
	text-transform: none;
}

.menu2, a:link.menu2, a:visited.menu2 {
	color: #333333;
	text-decoration: none;
	font-weight: bold;
	text-transform: none;
}

a:hover.menu2 {
	color: #333333;
	text-decoration: none;
	font-weight: bold;
	text-transform: none;
}

body {
	background: url(img/bg.jpg) #f7f7f7 repeat-x 0px 0px;
}

td {
	color: #444444;
	text-decoration: none;
	font-size: 11px;
	FONT-FAMILY: verdana, tahoma, arial, Trebuchet MS;
}

p {
	color: #444444;
	text-decoration: none;
	line-height: 19px;
}

.text {
	color: #444444;
	text-decoration: none;
	line-height: 19px;
}

/*
 * articles
 */

/* intro */
table.article_intro_outer {
	background: #e7af4e;
}

td.article_intro_outer {
	background: #ffffff;
}

table.article_intro_inner {}

td.article_intro_name {
	background: #e7af4e;
	font-weight: normal;
	color: white;
}

td.article_intro_date {	
background: #ffffff;
font-weight: normal;
color: black;
}

td.article_intro_body {
	background: #ffffff;
	font-weight: normal;
	color: black;
}

td.article_intro_link {
	background: #ffffff;
	font-weight: normal;
	color: #1c7907;
}


table.article_list_outer {
	 background: #facd7d;
}

td.article_list_outer {
	background: #fffefb;
}

td.article_list_name {
    background: #fffefb;
    font-weight: normal;
	color: #124906;
	
}
td.article_list_date {}
