/* CSS Document for Älmhults IF */

/* Basic */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background: url(/img/bg.jpg) repeat-x;
}
body,td,th {
	font-family: Arial;
	font-size: 12px;
	color: #CCCCCC;
}
a:link {
	color: #FFFFFF;
	text-decoration: underline;
}
a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
a:hover {
	color: #0C3692;
	text-decoration: none;
}
a:active {
	text-decoration: underline;
}


/* Centrum */
#logotype {
	width: 100%;
	height: 10px;
	position: absolute;
	top: -3px;
	left: 0px;
	text-align: center;
}
#head {
	width: 100%;
	height: 140px;
	position: absolute;
	top: 0px;
	left: 0px;
	text-align: left;
	overflow: hidden;
	background: url(/img/top.jpg) repeat-x;
}
#background {
	width: 100%;
	height: 140px;
	background: url(/img/bg.gif);
	overflow: hidden;
}
#menu {
	width: 100%;
	height: 85px;
	background: url(/img/menu.gif);
	overflow: hidden;
}
#main-top {
	width: 740px;
	height: 30px;
	background: url(/img/main-top.png);
	margin-top: 35px;
	overflow: visible;
	z-index: 100;
}
#main-mid {
	width: 740px;
	background: url(/img/main-mid.png) center;
	z-index: 100;
}
#main-mid-text{
	width: 690px;
	text-align: left;
	z-index: 101;
}
#main-bot {
	width: 740px;
	height: 30px;
	background: url(/img/main-bot.png);
	margin-bottom: 10px;
	z-index: 100;
}


/* Menu */
.menuit {
	text-align: center;
	padding: 0;
	width: 100%;
	height: 60px;
	background: transparent;
	voice-family: "\"}\"";
	voice-family: inherit;
}
.menuit ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.menuit li {
	display: inline;
	margin: 0 2px 0 0;
	padding: 0;
	text-transform: uppercase;
}
.menuit a {
	float: left;
	display: block;
	font: bold 15px Arial;
	color: #CCCCCC;
	text-decoration: none;
	margin: 0 5px 0 0;
	padding: 20px 10px 5px 10px;
	text-decoration: none;
}
.menuit a:hover {
	background: url(/img/menu-over.gif);
	padding-top: 20px;
	padding-bottom: 15px;
	color: #BCBEFE;
	text-decoration: none;
}
.menuit .current a{
	background: url(/img/menu-over.gif);
	padding-top: 20px;
	padding-bottom: 5px;
	border-bottom-color: #D10000;
	color: #0C3692;
	font-size: 18px;
	text-decoration: none;
}


/* Submenu */
.submenu {
	text-align: center;
	padding: 0;
	width: 100%;
	height: 60px;
	background: transparent;
	voice-family: "\"}\"";
	voice-family: inherit;
}
.submenu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.submenu li {
	display: inline;
	margin: 0;
	padding: 0;
	text-transform: capitalize;
}
.submenu a {
	float: left;
	display: block;
	font: 12px Arial;
	color: #CCCCCC;
	text-decoration: none;
	margin: 0 5px 0 0;
	padding: 0px 0px 5px 5px;
	text-decoration: none;
}
.submenu a:hover {
	padding-top: 0px;
	padding-bottom: 0px;
	color: #FFFFFF;
	text-decoration: none;
}
.submenu .current a{
	padding-top: 2px;
	padding-bottom: 0px;
	color: #0C3692;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
}


/* Small space/boxes */
#advertisingspace {
	width: 235px;
	position: absolute;
	top: 310px;
	left: 0px;
	padding: 10px;
	color: #000000;
	z-index: -100;
}


/* Special, eg. text */
h1 {
	font-size: 24px;
	color: #0C3692;
	margin: 0px 0px 7px -5px;
}
h2 {
	color: #0C3692;
	font-size: 14px;
	font-weight: bold;
	margin: 3px 3px 3px -3px;
}
h3 {
	display: inline;
	color: #0C3692;
	font-size: 13px;
	font-weight: bold;
}
h4 {
	display: inline;
	color: #0C3692;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
.littlegrey {
	color: #333333;
	font-size: 9px;
}