body {
	background-color: #FFFFFF;
	font-size: 12px;
	color: black;
	font-family: Verdana;
	scrollbar-3dlight-color: black;
	scrollbar-arrow-color: black;
	scrollbar-base-color:#DCDCDC;
	scrollbar-darkshadow-color: black;
	scrollbar-face-color: #DCDCDC;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: black;
}

table {
	font-size: 12px;
}

img {
 	border: none;
 }
img.imatge {
	border: 1px solid gray;
}
div.navhor
{
	height:;
	margin:0px 2% 0px 2%;
	border:1px solid #000000;
	padding:10px;
	background-color: #DCDCDC;
	;
	text-align:center;
	font-size:8pt;
	font-weight:normal;
}

.fontgros {
	font-size: 14px;
}
.main {
	width: 880px;
	height:620px;
	position: relative;
	background-color: Teal;
}

.logo{
	width: 145px;
	height: 69px;
	background-color: #DCDCDC;
	position: absolute;
	top: 10px;
	left: 10px;
	background-image : url(saba.gif);
}

/* ------------- MENÜ ---------------------*/

.menu {
	width: 145px;
	height: 505px;
	background-color: White;
	position: absolute;
	top: 100px;
	left: 10px;
	background-image : url(nav.jpg);
}


.menu01 a {
	position: absolute;
	top: 30px;
	left:15px;
	text-decoration : none;

}

.menu01 a:hover {
	background-color: White;
}

.menu02 a {
	position: absolute;
	top: 60px;
	left: 15px;
	text-decoration : none;
}
.menu02 a:hover {
	background-color: White;
}
.menu03 a {
	position: absolute;
	top: 90px;
	left: 15px;
	text-decoration : none;
}
.menu03 a:hover {
	background-color: White;
}
.menu04 a {
	position: absolute;
	top: 120px;
	left: 15px;
	text-decoration : none;
}
.menu04 a:hover {
	background-color: White;
}
.menu05 a {
	position: absolute;
	top: 150px;
	left: 15px;
	text-decoration : none;
}
.menu05 a:hover {
	background-color: White;
}
.menu06 a {
	position: absolute;
	top: 180px;
	left: 15px;
	text-decoration : none;
}
.menu06 a:hover {
	background-color:#f5f5f5;
}
.menu07 a {
	position: absolute;
	top: 210px;
	left: 15px;
	text-decoration : none;
}
.menu07 a:hover {
	background-color: #cccccc;
}

.menu08 a {
	position: absolute;
	top: 240px;
	left: 15px;
	text-decoration : none;
}
.menu08 a:hover {
	background-color: #f5f5f5;
}
.menufirma{
	text-align: left;
	position: absolute;
	left: 15px;
	top: 320px;
	font : smaller;
}

/* ------------- END MENÜ ---------------------*/

/* ------------- INHALT --------------------*/
.inhalt {
	width: 700px;
	height: 600px;
	text-align: left;
	background-color: #FFFFCC;
	position: absolute;
	left: 165px;
	top: 10px;
	bottom: 10px;
	overflow: auto;
}
.inhaltcont {
   position: absolute;
	left: 30px;
	top: 20px;
	padding-bottom: 10px;
	padding-right: 10px;
}

.inhaltlinks {
	width: 270px;
	padding-right: 20px;
	padding-bottom: 10px;
	position: absolute;
	left: 0px;
	top: 0px;
}
.inhaltmitte {
	width: 270px;
	padding-right: 20px;
	padding-bottom: 10px;
	position: absolute;
	left: 150px;
	top: 30px;
}
.inhaltrechts {
	width: 230px;
	left: 230px;
	position: absolute;
	top: 0px;
}
.bildrechts {
	width: 230px;
	left: 150px;
	position: absolute;
	top: 0px;
}
.inhaltalle{
	width: 480px;
	position: absolute;
	left: 170px;
	top: 100px;
}
.hometitel {
	width: 525px;
	height: 40px;
	background-image: url('bilder/hometitel.gif');
	background-repeat: no-repeat;
	position: absolute;
	top:10px;
	left: 0px; background-position-y:50%
}

.anschrifttitel {
	width: 525px;
	height: 40px;
	background-image: url('bilder/anschrifttitel.gif');
	background-repeat: no-repeat;
	position: absolute;
	top:10px;
	left: 0px; background-position-y:50%
}


.impressumtitel {
	width: 525px;
	height: 45px;
	background-image: url('bilder/impressumtitel.gif');
	background-repeat: no-repeat;
	position: absolute;
	top:10px;
	left: 0px; background-position-y:50%
}

.inhalt a {
	text-decoration: underline;
	color: black;
}
.inhalt a:hover {
	text-decoration: none;
	color: Gray;
}

.anfahrt a {
	text-decoration: underline;
	color: black;
}
.anfahrt a:hover {
	text-decoration: none;
	color: Gray;
}


/*
p {
	color:black;
	font-size: 12px;
}
a {
 	color: black;
	text-decoration: underline;
 }
 a:hover {
 	text-decoration: none;
 }

 hr {
 	height: 1px;
	color: black;
 }
 */
