@charset "utf-8";
/* CSS Document */

body {
	color: #762700;
	margin: 0px;
	padding: 0px;
	background-color: #f1e1c7;
	background-image: url(img/bg.jpg);
}
img {
border: 0 solid #111;
}
#rubrikator td, .table1{
	border: 6px double #762700;
	padding: 5px;
}

.p_left{
	text-align:left;
	}
a {
	color: #762700;
	height: 100%;
	width: 100%;
	display: block;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
h2 {
	text-align: center;
	font-size: 16px;
	font-style: italic;
}
h1 {
	text-align: center;
}
.mail {
	display: inline;
	height: auto;
	width: auto;
}


a:hover {
	background-color: #FFAE06;
}
#td_logo{
	border-top-style: double;
	border-right-style: double;
	border-bottom-style: double;
	border-left-style: double;
	margin: 0px;
	padding: 0px;
	border-top-width: 6px;
	border-right-width: 6px;
	border-bottom-width: 6px;
	border-left-width: 6px;
}
a[href$=".doc"]  {
background:url("img/icon_doc.gif") no-repeat scroll left center transparent;
padding-left:20px;
width:95%;
}
a[href$=".pdf"]  {
background:url("img/icon_pdf.gif") no-repeat scroll left center transparent;
padding-left:20px;
width:95%;
}
a[href$=".doc"]:hover, a[href$=".pdf"]:hover {
	background-color: #FFAE06;
}

