/* CSS Document */

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	color: #ae1703;
	font-style: italic;
	font-weight: normal;
}

.text {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #434343;
	font-style: normal;
	font-weight: normal;
	line-height: 18px;
	
}

.smalltext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #434343;
	font-style: normal;
	font-weight: normal;
	line-height: 17px;
}

.pageheader {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	padding-bottom: 8px;
}

.tableheader {
	background: url(../images/table_bg.gif) repeat-x top #fff;
	font-weight: bold;
	font-size: 10px;
}

.tableseparator {
	background: url(../images/table_separator.gif) repeat-x #fff;
}

.tablefocus {
	color: #fff;
	background: #bb270c;
}

.field {
	background: #d9d9d9;
	border:1px solid #b1b1b1;
	color: #5a5a5a;
	font-size: 11px;
	padding: 4px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.fieldbutton {
	font-size: 17px;
	padding: 4px;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;	
}

.bottom {
	font-family: Georgia,'Times new roman',Times;
	font-size: 11px;
	color: #434343;
}

.bottom a {
	color: #434343;
	text-decoration: none;
}

.bottom a:hover {
	color: #434343;
	text-decoration: underline;	
}

.copyright {
	font-family: Georgia,'Times new roman',Times;
	font-size: 10px;
	color: #b2b2b2;
}

.copyright a {
	text-decoration: none;
	color: #b2b2b2;
}

.copyright a:hover {
	text-decoration: underline;
	color: cacaca;
}

.contentarea {
	font-family: Georgia,'Times new roman',Times;
	font-size: 12px;
	color: #434343;
	font-style: normal;
	font-weight: normal;
	line-height: 18px;	
	padding-left: 20px;
	padding-right: 20px;
	text-align: left;
}

.contentarea a {
	color: #243b51;
}

.contentarea a:hover {
	color: #607b94;
}

a.button{
	background: url(../images/buttbg.gif) top repeat-x #900505;
	font-family: Georgia,'Times new roman',Times;
	font-size: 13px;
	font-weight: bold;
	color:#fff;
	padding: 6px;
	border:1px solid #a30000;
	text-decoration: none;
}

a.button:hover {
	background: url(../images/buttbg_o.gif) top repeat-x #700202;
	color: #fff;
	border:1px solid #000;
}

.imageholder {
	border: 5px solid #e1e1e1;
	padding: 0px;
	margin: 10px;
}

.gallery {
	border: 5px solid #eeeeee;
}

.gallery:hover {
	border: 5px solid #bb270c;
	background: url(http://www.rostavallen.se/images/contentarea_textseparator.gif) -10 -10;
}

#content {
	text-align: left;
}