/*	STYLESHEET FOR HENSCHEL.SE
	Made by Tobbe of Northcore.se 2005 */



/* MAIN SETUP */
body {
	background-color: #807A70;
	background-image: url("imgv1/bodyfade.gif");
	background-repeat: repeat-x;
	background-position: top left;
	padding: 20px 20px 20px 20px;
}

div {
	margin: 0px;
	padding: 0px;
	font-family: arial,verdana,sans-serif;
	font-size: 12px;
	color: #000;
	font-weight: normal;
}



/* CONTAINERS */

#maincontainer {
	width: 730px;
}

#header {
	width: 730px;
	float: left;
	height: 84px;
	background-image: url("imgv1/headerbg.gif");
	background-repeat: no-repeat;
	background-position: top left;
}
#header .logo {
	float: left;
	padding: 0px;
	margin: 29px 0px 0px 15px;
}
#header .splash {
	float: right;
	margin: 0px;
	padding: 1px 25px 0px 0px;
}
#content {
	float: left;
	width: 680px;
	background-image: url("imgv1/bodybg.gif");
	background-repeat: repeat-y;
	background-position: top left;
	text-align: left;
	margin: 0px;
	padding: 10px 35px 10px 19px;
}
#content #menu {
	float: left; 
	width: 108px;
	margin: 0px;
	padding: 5px 1px 5px 0px;
	border-right: 1px solid #bbb;
	border-left: none;
	border-top: none;
	border-bottom: none;
}
#content #content2 {
	width: 555px;
	float: left;
	margin: 0px 0px 0px 10px;
}

#footer {
	float: left;
	width: 730px;
	height: 45px;
	background-image: url("imgv1/footerbg.gif");
	background-repeat: no-repeat;
	background-position: top left;
	text-align: center;
}
#footer #footercontent {
	margin: 16px 0px 0px 0px;
	padding: 0px;
	color: #555;
	font-size: 11px;
}
#footer #footercontent a {
	font-weight: bold;
}



/* MENU */
#content #menu a {
	text-decoration: none;
	color: #333;
	font-weight: bold;
}
#content #menu a:visited {
	color: #333;
}
#content #menu a:active {
	color: #333;
}
#content #menu a:hover {
	color: #900000;
}
#content #menu .selected {
	color: #c60000;
}
#content #menu .sub {
	font-size: 10px;
	font-weight: normal;
}
#content #menu .ny {
	font-size: 10px;
	font-weight: normal;
	color: #c60000;
}
#ettacontent { height: 513px; }

#content .ettathird { float: left; width: 30%; padding-right: 20px; }
#content .lastone { padding-right: 0; }
#content .ettamini { float: left; padding: 0 8px 0 0; }
#ettafooterblock { position: absolute; top: 440px; left: 97px; }


/* TEXT LAYOUT */

.bulletlink, .greenbulletlink {
	background-image: url(imgv1/rodbullet.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	padding-left: 13px;
	color: #000;
	font-weight: bold;
}
.greenbulletlink { 
	background-image: url(imgv1/gronbullet.gif);
}
.bulletlink:hover, .bulletlink:active, .bulletlink a:visited {
	color: #000;
}
a.bulletlink:visited {
	color: #000;
}

p {
	margin: 0px 0px 10px 0px;
	padding: 0px;

}
h1 {
	font-family: arial,verdana,sans-serif;
	font-weight: normal;
	color: #000;
	font-size: 37px;
	padding: 0 0 5px 0px;
	margin: 0px;
}
h2 {
	font-family: arial,verdana,sans-serif;
	font-weight: normal;
	color: #000;
	font-size: 17px;
	padding: 0px;
	margin: 0px;
}
h3 {
	font-family: arial,verdana,sans-serif;
	font-weight: normal;
	color: #000;
	font-size: 30px;
	letter-spacing: -1px;
	padding: 0px;
	margin: 0px 0px 5px 0px;
}
h4 {
	font-family: arial,verdana,sans-serif;
	font-weight: normal;
	color: #000;
	font-size: 24px;
	letter-spacing: -1px;
	padding: 0px;
	margin: 0px 0px 2px 0px;
}
p.rubrik {
	font-family: arial,verdana,sans-serif;
	font-weight: normal;
	color: #000;
	font-size: 20px;
	padding: 0px;
	margin: 0px;
	letter-spacing: -1px;	
}



a {
	color: #c60000;
	text-decoration: none;
}
a:visited {
	color: #a00000;
}
a:hover {
	color: #000;
}

a.readmore  { color: #52ade5; }
a.readmore:visited { color: #52ade5; }




/* MISC LAYOUT */
.rightpic {
	float: right;
	margin: 0px 0px 10px 10px;
	padding: 0px;
}
.leftpic {
	float: left;
	margin: 0px 8px 8px 0px;
	padding: 0px;
}
.divider {
	height: 1px;
	background-color: #bbb;
	margin: 15px 0px 15px 0px;
	padding: 0px;
	font-size: 0px;
}
hr {
	height: 1px;
	border: 0 none;
	color: #bbb;
	background-color: #bbb;
}
