/* main css */

* {	font-family: verdana; font-size: 10px;}

a, a:link, a:visited, a:active {
	color: #000000;
	text-decoration: none;
}

a:hover {
	color: #000000;
	text-decoration: underline;
}


body {
    background-color: #FFFFFF;
	background-image: url(pics/bg_toning2.jpg);
	background-repeat:repeat-x;
	height: 100%;
	margin: 30px;
	padding: 0px;
	text-align: center;
}

#wrapper {
	width: 708px;
	height: 100%;
	padding: 0px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	border: solid;
	border-color: #FFFFFF;
	border-width: 2px;
	border-style:solid; 
}

#head {
	width: 708px;
	margin: 0px;
	padding: 0px;
	height: 110px;
}

#nav {
	width: 708px;
	margin: 0px;
	margin: 0px;
	padding: 0px;
	height: 28px;
	background-color: #ffffff;
	border-top: 2px solid #ffffff;
	border-bottom: 2px solid #ffffff;
}

#subnav {
	margin: 0px;
	margin: 0px;
	padding: 0px;
	height: 20px;
	background-color: #ffffff;
	border-bottom: 2px solid #ffffff;
}

#foot {
	width: 708px;
	margin: 0px;
	padding: 0px;
	border-top: 2px solid #ffffff;
}

#content {
	width: 708px;
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
}

#content_padding{
	padding: 0px;
	padding-left: 14px;
	padding-right: 14px;
}

#content_fullpage {
	width: 670px;
	padding: 14px;
	margin: 0px;
	background-color: #ffffff;
	text-align: left;
}

#content_left {
	float: left;
	width: 306px;
	padding: 14px;
	margin: 0px;
	height: 294px;
	background-image:url(pics/bg_snirkel.gif);
	background-repeat:no-repeat;
	background-color: #FFFFFF;
	border-right: 2px solid #ffffff;
	text-align: left;
}

#content_right {
	float: right;
	padding: 0px;
	margin: 0px;
}


#content_left_event {
	float: left;
	width: 306px;
	padding: 14px;
	margin: 0px;
	height: 294px;
	background-color: #D6E5F1;
	border-right: 2px solid #ffffff;
	background-image : url(/pics/2005.gif);
	background-position : right top;
	background-repeat : no-repeat;
	text-align: left;
}

#content_right_event {
	width: 340px;
	padding: 14px;
	margin: 0px;
	float: right;
	text-align: left;
}

#content_left_guestbook {
	float: left;
	width: 306px;
	padding: 14px;
	padding-bottom: 24px;
	margin: 0px;
	height: 294px;
	background-color: #ffffff;
	border-right: 2px solid #ffffff;
	text-align: left;
}

#content_right_guestbook {
	width: 340px;
	padding-top: 14px;
	padding-bottom: 24px;
	padding-right: 0px;
	margin: 0px;
	float: right;
	text-align: left;
}

/* Tabellen för subnavigeringen */

#sub_nav {
	height: 20px;
	padding: 0px;
	margin: 0px;
}

#sub_nav .tab { 
    background-color: #D9D5C6;
  	padding-top: 4px;
    padding-bottom: 4px;
	padding-left: 8px;
	padding-right: 10px;
	text-align: center;
	border-right: 2px solid #ffffff;
}



a.tab_active:link,a.tab_active:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 11px;
	line-height: 14px;
	text-decoration: none;
}

a.tab_inactive:link,a.tab_inactive:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #6E6542;
	font-size: 11px;
	line-height: 14px;
	text-decoration: none;
}


a.tab_active:hover {
	text-decoration: underline;
}

a.tab_inactive:hover {
	text-decoration: underline;
}

/* default font */
body, h1, h2, h3, h4, h5, h6 {
	font-size: 12px;
	line-height: 16px;
	font-weight:normal;
	color: #000000;
}

.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 10px;
	line-height: 14px;
	letter-spacing: 1 px;
}

a.footer:link,a.footer:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 10px;
	line-height: 14px;
	text-decoration: none;
}


a.footer:hover {
	text-decoration: underline;
}


a.green:link,a.green:visited,a.green:hover {
	color: #9DB10A;
}

.green {
	color: #9DB10A;
}



/* fonter */

.Arial {
	font-family: Arial; 
}

.Verdana {
	font-family: Verdana; 
}

.Helvetica {
	font-family: Helvetica; 
}

.Arial_vit {
	font-family: Arial;
	color: #ffffff;
	font-size: 12px;
	line-height: 16px;
}

.Verdana_vit {
	font-family: Verdana;
	color: #ffffff;
	font-size: 12px;
	line-height: 16px;
}

.scrollbox {
	padding: 2px;
	height: 340px;
	width: 320px;
	border: 1px solid #ffffff;
	overflow: auto;
	scrollbar-face-color: #eeeeee;
	scrollbar-highlight-color: #eeeeee; 
	scrollbar-shadow-color: #eeeeee;
	scrollbar-3dlight-color: #eeeeee;
	scrollbar-arrow-color: #000000; 
	scrollbar-track-color: #ffffff;
	scrollbar-darkshadow-color: #eeeeee;
	background-color: #ffffff;
}

/* Form element */

select.flat, textarea.flat, input.flat { 
	border-style: solid;
	border-color: #808080;
	border-top-width: 1px; 
	border-right-width: 1px; 
	border-bottom-width: 1px; 
	border-left-width: 1px;
	font-family: Verdana;
	font-size: 11px;
	line-height: normal;
}



