/* CSS Document */

/*FF*/
html {
 overflow-y: scroll;  
}

body {
	background:#EBEBEB url(../images/bg.jpg) top center no-repeat;
	color: #333;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
}


#container {
	width: 860px;
	background:transparent url(../images/003.jpg);
	margin: auto;
}

#header {
	height:218px;
	background:transparent url(../images/001.jpg) no-repeat;
}
#mid {
	height: auto !important; /* for modern browsers */
	height: 500px; /* for IE5.x and IE6 */
	min-height: 500px; /* for modern browsers */
	
	background:transparent url(../images/002.jpg) no-repeat;
	padding: 4px 0 0 0;
}

#footer {
	clear:both;
	background:transparent url(../images/004.jpg) no-repeat;
	height:60px;
	color: #CCCCCC;
	padding: 18px 0 0 60px;
}

#nav {
	padding-left: 30px;
	width: 200px;
	float: left;
}

#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#nav ul li a {
	float: left;
	width: 200px;
	height: 24px;
	padding-top: 8px;
	text-align: center;
	font-weight: bold;
	border-bottom: solid #999 1px;
}

#nav ul ul li a {
	background-color: #bacde5;
	height: 20px;
	padding-top: 2px;
}

#nav ul li a:hover, #nav ul ul li a:hover, #nav ul li a.active {border-bottom: solid #EE1C25 1px;color: #EE1C25;}

#content {
	margin:0 0 0 250px;
	padding:20px 50px 20px 0;
}

a {
	text-decoration: none;
	color: #666;
}

a:hover { color: #EE1C25; }

h1, h2 {
	color: #EE1C25;
}

h1 { font-size: 20px; font-weight: normal; }
h2 { font-size: 16px; font-weight: bold; }

#logo {
	width:150px;
	padding: 65px 0 0 72px;
}
#vapen {
	float:right;
	width:620px;
	padding: 105px 0 0 0;
}
#vapen img {
	margin: 0 15px 5px 0;
}
img.rightfloat {float:right;clear:right;margin:0 0 10px 10px;}

.tabor td{
	padding:2px;
}

/*END MENU*/
.border {
	border: 1px solid #CCCCCC;
}
form {
	margin: 0;
	padding: 0;
}
.formTextField {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
	width: 200px;
	padding: 2px;
	margin: 0;
	border: 1px solid #CCCCCC;
}
.formTextArea {
	overflow-x: hidden;
	overflow-y: hidden;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
	height: 80px;
	width: 417px;
	padding: 2px;
	margin: 0;
	border: 1px solid #CCCCCC;
}
.formButton {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	height: 18px;
	width: 60px;
	border: 1px solid #CCCCCC;
}

