/* CSS Document */
body{
	background-color: #fff;
	margin: 0%;
	padding: 5px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
h1{
	text-align: center;
}
h3, h4{
	margin:0%;
}

#maintable{
	position:relative;
	width: 1000px;
	height: 719px;
	text-align: left;
	margin: 0 auto;
	background-image: url(../img/background_ny.jpg);
	background-repeat: no-repeat;
}
#toprow{
	vertical-align: center;
	height: 181px;
	width: 1000px;
}
#content{
	width: 1000px;
	background-image: url(../img/cont_bg.jpg);
	background-repeat: repeat-y;
}
#menucol{
	width: 220px;
	height: 510px;
	padding: 0px;
	text-align:right;
}
#main_cc{
	width: 755px;
	left: 232px;
	min-height: 510px;
	padding: 0px;
	text-align: left;
}
#footh{
	top:710px;
	width:1000px;
	height:50px;
	background-image: url(../img/foot_bg.jpg);
}
#hit, #footh a{
	font-size: 8px;
	color: #000000;
	text-decoration: none;
}
#hit{
	margin: 25px 0px 0px 0px;
	width:200px;
	text-align: center;
}
#foot{
	margin: 25px 0px 0px 0px;
	width:770px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
}
.float{
	float:left;
}
.clear{
	clear:both;
}
//maintable, toprow, menucol, main_cc, footh, hit, foot

#mnu ul{
	margin: 0px;
	padding:0px;
}
#mnu li{
	position:relative;
	left:-20px;
	width:160px;
	list-style-type: none;
	padding:2px;
	background-image: url(../img/mnu_bg.gif);
	background-repeat: repeat-x;
	margin:2px 0px 1px 0px;
	border:1px solid #030;
}

.meny{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #030;
	text-decoration: none;
	font-weight: bold;
}

.anfang {
    color: #030;
    display: inline;
    float: left;
    font-size: 5em;
    line-height: 0.5em;
    margin: 0.30em 0.08em 0em 0em;
    text-transform: uppercase;
}
/*
.meny_bg{
	background-image: url(../graphics/adr_knp2.gif); /*adr_knp2.gif*/
	background-repeat: no-repeat;
	height: 25px;
	width: 155px;
}
.meny_bg:hover{
	background-image: url(../graphics/adr_knp.png); /*adr_knp3.gif*/
	background-repeat: no-repeat;
	height: 25px;
	width: 155px;
}*/

