/* CSS Document */
html {
	height: 100%;
}
#top {
	margin: 10px;
	background-image:url(../images/greytop.jpg);
	background-repeat: repeat-x;
	height: 187px;
}
#logo {
	margin-bottom: 10px;
}
.header_text  {
	font-size: 34px
}
.sub_header_text {
	font-size: 16px
}
h3 {
	padding: 0px;
	margin: 0px;
	font-size: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}
#message table {
	margin-top: -1px;
}
#message {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #D4D5D5;
	padding: 0px;
	float: left;
}
#message table td.first {
	width: 303px;
	padding: 20px;
	vertical-align: top;
}
#message table td.second {
	text-align: right;
	width: 435px;
}
img #topimage {
	float: right;
}
#content {
	width: 800px; 
	margin: 0 auto;
}
#main {
	height: 100%;
	background-image:url(../images/bakgrund.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	background-attachment: fixed;
	
}
body {
	font-family: tahoma;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	height: 100%;
	background-image:url(../images/innerbakgrund.jpg);
	background-position:bottom;
	background-repeat:repeat-y; 
}
hr {
	height: 1px;
	color: #CDCACA;
	border: 1px solid #CDCACA;
}
#right_column {
	width: 196px;
	float: left;
	padding: 10px;
}
#left_column {
	margin-left: 216px;
	padding: 10px;
	line-height: 20px;
}
.horseimage {
	padding: 10px;
	border: 1px solid #000;
}
h1 {
	border-bottom: 1px solid #cccccc;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	padding:0px;
	margin:0px;
	color: #CCCCCC;
}

h2 {
	margin: 0px;
	padding: 0px;
	color: #666666;
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
a {
	color: #63B545;
}

ul#menu {
	margin:0px;
	padding: 0px;
	list-style: none;
}
a:hover {
	font-weight: bold;
	color: #000000;
}
#menu li:hover {
	background-image: none;
	background-color: #f2f2f2;
}
#menu li {
	background-image: url(../images/arrow.jpg);
	background-repeat: no-repeat;
	background-position: 8px 13px;
	margin:0px;
	border-bottom: 1px solid #f2f2f2;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	padding-left: 20px;

}
#footer {
	background-color: #FFFFFF;
	color:#CCCCCC;
	position: absolute;
	bottom: 0px;
	clear: both;
	padding: 10px;
}
