/* 
Äventyrssport Main CSS 
Author: Erik Olsson
Created: 2007-01-02
*/

/* General */
body{
	font-family: arial, 'Lucida Grande', helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #555555;
	background-color:#ffffff url(bg.png) repeat-x scroll center;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

h1{
	font-size: 22px;
	font-weight: normal;
	color: #243a8c;
	letter-spacing: -1px;
	margin: 10px 0px 10px 0px;
}

h2{
	font-size: 18px;
	font-weight: normal;
	color: #243a8c;
	letter-spacing: -1px;
	margin-bottom: 3px;
}

h3{
	font-size: 18px;
	font-weight: normal;
	color: #493003;
	letter-spacing: -1px;
	margin-bottom: 3px;
	margin-top: 5px;
}

h4{
	font-size: 14px;
	font-weight: normal;
	color: #243a8c;
	margin-bottom: 3px;
	margin-top: 5px;
}

h5{
	font-size: 14px;
	font-weight: normal;
	color: #493003;
	padding: 0px;
	margin:0px;
}

h6{
	font-size: 14px;
	font-weight: normal;
	color: #fff;
	padding: 0px;
	margin:0px;
}

.head3{
	font-size: 18px;
	font-weight: normal;
	color: #493003;
	letter-spacing: -1px;
	margin-bottom: 3px;
	margin-top: 5px;
}

.head4{
	font-size: 14px;
	font-weight: normal;
	color: #243a8c;
	margin-bottom: 3px;
	margin-top: 5px;
}

.white_rub{
	font-size: 18px;
	font-weight: normal;
	color: #fff;
	margin-bottom: 3px;
	margin-top: 5px;
}

.groovybutton
{
   background-color:#00CC00;
}

.white_txt{
	color: #fff;
}

.white_txt a{
	color: #fff;
}

.brown_txt{
	color: #493003;
}

.brown_bar{
	color: #493003;
	font-weight: bold;
}

.green_txt{
	color: #00BD00;
}

.red_txt{
	color: #FF0000;
}

.white_link a:link{
	color: #fff;
}

.white_link a:visited{
	color: #fff;
}

a:link {
	color:#555;
}

a:hover {
	color: #000;
	cursor: pointer;
}

.no_indent{
	padding: 5px 10px 5px 15px;
	margin: 0px;
}

.dashboard_col{
	width: 290px;
	float: left;
	margin: 5px 5px 0px 0px;
	padding: 0px;
}

/* placement */
#page{
	width: 900px;
	margin-top: 0px;
	margin-left: auto;
	margin-bottom: 0px;
	margin-right: auto;
	padding:0px;
	text-align: left;
}

#top{
	margin: 20px 0px 0px 0px;
	padding: 0px;
	width: 900px;
}

#main_col{
	width: 600px;
	float:left;
	margin: 5px 5px 20px 0px;
}

#right_col{
	width: 295px;
	float: right;
	margin: 5px 0px 0px 0px;
	padding: 0px;
}

#footer{
	background-image: url(../images/footer_bg_gradient.jpg);
	background-repeat: no-repeat;
	width: 900px;
	margin: 10px 0px 0px 0px;
	padding: 0px;
	clear: both;
}

/* CATALOG */

.catalouges {
	position: relative;
	z-index:10;
	width: 600px;
	height: 173px;
	top: 0px;
	bottom: auto;
	left: 0px;
	right: auto;
	background-color:#ffffff;
}	
.catalouges h1 {
	font-size: 22px;
	font-weight: normal;
	color: #243a8c;
	letter-spacing: -1px;
	margin: 3px 0px 3px 0px;
	}
.catalouges a {
		text-decoration: none;
		}
	
.cat1 {
	position: absolute;
	z-index:11;
	width: 145px;
	height: auto;
	top: 0px;
	bottom: auto;
	left: 0px;
	right: auto;
	color:#CCCCCC;
	text-align: center;
}
.cat2 {
	position: absolute;
	z-index:11;
	width: 145px;
	height: auto;
	top: 0px;
	bottom: auto;
	left: 150px;
	right: auto;
	color:#CCCCCC;
	text-align: center;}
.cat3 {
		position: absolute;
		z-index:11;
		width: 145px;
		height: auto;
		top: 0px;
		bottom: auto;
		left: 300px;
		right: auto;
		color:#CCCCCC;
		text-align: center;
}
.cat4 {
		position: absolute;
		z-index:11;
		width: 145px;
		height: auto;
		top: 0px;
		bottom: auto;
		left: 450px;
		right: auto;
		color:#CCCCCC;
		text-align: center;
}	
.cat1 img {border: none;}
.cat2 img {border: none;}
.cat3 img {border: none;}
.cat4 img {border: none;}
/* CLASSES */
.item{
	border-bottom: 1px solid #ccc;
}

.search_list_item{
	border-bottom: 1px solid #ccc;
	float: left;
	display: block;
	margin-top: 5px;
	width: 600px;
}

.search_list_item a {
	text-decoration: none;
}

.search_list_item a:hover {
	text-decoration: underline;
}


.search_list_thumb{
	margin: 5px 0px 5px 0px;
	float: right;
	width: 125px;
	border: none;
}

.search_list_txt{
	margin: 0px 10px 10px 0px;
	float: left;
	width: 455px;
}

.event_pres_img{
	float: right;
	margin:0px 0px 10px 10px;
}


.box_margin{
	margin: 0px 0px 5px 0px;
}

.footer_item{
	margin: 0px 20px 5px 0px;
	float: left;
}

.footer_item a:link, a:visited{
	color:#555;
}

.footer_item a:hover{
	color:#000;

}

.footer_copy{
	clear: both;
	margin-bottom: 50px;
	color: #999;
}

/* Menu */
#menu{
	width: 900px;
	height: 22px;
	background-image:url(../images/menu_bg.jpg);
	padding: 5px 0px 0px 0px;
	margin: 0px;
}

.menu_item{
	margin: 0px 0px 0px 10px;
	float: left;
	font-size: 12px;
}

.menu_item a:link, .menu_item a:visited {
	color: #666;
	font-weight:bold;
	text-decoration: none;
}

.menu_item a:hover{
	color: #000;
	font-weight: bold;
	text-decoration: none;
}

/* Page Numbers */
.pages {
    padding: 1em;
    margin: 1em 0;
    clear: left;
    font-size: 85%;
}

.pages a, .pages span {
    display: block;
    float: left;
    padding: 0.2em 0.5em;
    margin-right: 0.1em;
    border: 1px solid #fff;
    background: #fff;
}

.pages span.current {
    border: 1px solid #2E6AB1;
    font-weight: bold;
    background: #2E6AB1;
    color: #fff;
}

.pages a {
    border: 1px solid #9AAFE5;
    text-decoration: none;
}

.pages a:hover {
    border-color: #2E6AB1;
}

.pages a:visited {
    color: #666;
}

.pages a.nextprev {
    font-weight: bold;
}

.pages span.nextprev {
    color: #666;
}

.pages span.nextprev {
        border: 1px solid #ddd;
        color: #999;
}
