/* a-partner website basic stylesheet */
/* Verison 2.5 cleaup by Morten Yde   */


/* Basic layout */
body{
	margin: 0px;
	width: 100%;
	height: 100%;
	text-align: center;
	background: white;
}
#container{
	margin: 0px auto 0px auto;
	text-align: left; /* This makes the default align left */
}


/* Head/banner element */
#head{
	width: 100%;
	height: 170px;
	clear: both;
	background: url(../images/head.gif) bottom center no-repeat white;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
#head .head_left{
	float: left;
	padding: 240px 10px 10px 10px;
	font-size: 10px;
}
#head .head_right{
	float: right;
	padding: 10px;
	font-size: 10px;
}
#langs{
	padding: 0px 0px 0px 0px;
	float: left;
}
#langs img{
	border: 0px;
}


/* Spacer element for gfx */
.spacer{
	width: 100%;
	height: 20px;
	clear: both;
	line-height: 0px;
	font-size: 0px;
}
.foot_spacer{
	clear: both;
	width: 100%;
	height: 26px;
    text-align: center;
}
.foot_spacer ul{
    height: 25px;
    margin:0px;
    padding:0px;
    list-style: none;
    text-align: center;
}
.foot_spacer ul li{
    background: transparent url(/images/iwaki-bullet.gif) no-repeat;
    margin: 0px auto;
    padding: 3px 10px 0 15px;
    height: 25px;
    display: inline;
}
.foot_spacer ul li span{
    font-weight: bold;    
    font-size: 10px;
    cursor: pointer;
}

.foot_spacer .bubble{
	position: absolute;
}

.foot_spacer .bubble .top{
	width: 200px;
	height: 10px;
	line-height: 0px;
	font-size: 0px;
	background: url(../images/bubble/top10.png) top center;
}
.foot_spacer .bubble .middle{
	width: 200px;
	background: #4ba21e;
}
.foot_spacer .bubble .middle h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: white;
	margin: 0px 0px 5px 0px;
	text-transform: uppercase;
}
.foot_spacer .bubble .middle p{
	font-size: 10px;
	color: black;
}
.foot_spacer .bubble .innermargin{
	margin: 0px 10px;
}
.foot_spacer .bubble .bottom{
	clear: both;
	width: 200px;
	height: 50px;
	line-height: 0px;
	font-size: 0px;
	background: url(../images/bubble/bottom50.png) top center;
}

.green_spacer{
	width: 100%;
	height: 6px;
	clear: both;
	line-height: 0px;
	font-size: 0px;
	margin: 0px 0px 5px 0px;
	background: url(../images/bundbar_900x6.gif) top center no-repeat;
}

/* Main table for expandable content */
#main_table{
	border-collapse: collapse;
	clear: both;
	width: 100%;
}
.iwaki_template{
	border-collapse:collapse;
}

/* Menu layout - as list-elements */
.side_box{
	margin: 0px;
	padding: 0px;
}


/* MENU NAVIGATION LISTS */
/* Mainpages */
#menu{
	margin: 5px 0px 0px 0px;
	padding: 0px;
	width: 900px;
	float: left;
}
#menu ul{
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#menu ul li{
	margin: 0px;
	padding: 0px;
	float: left;
}
#menu ul li a img{
	margin: -3px 0px 0px 0px;
	border: none;
}
#menu ul li a{
	float: left;
	display: block;
	margin: 0px;
	padding: 5px 10px 6px 10px;
	height: 11px;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 1em;
	color: black;
	text-align: left;
	text-decoration: none;
	background: none;
	text-transform: uppercase;
}
#menu ul li a:hover{
	background: none;
	color: #83bb55;
}
#menu ul li .selected{
	background: none;
	color: #83bb55;
}
#menu ul li .spacer{
	color: #83bb55;
}
/* Subpages (sub-list) in the main navigation */
#submenu{
margin-left: 10px;
}
#submenu ul{
	margin: 0px;
	padding: 0px;
	text-indent: 0px;
	list-style: none outside;
}
#submenu ul li{
	margin: 0px;
	padding: 0px;
	line-height: 1em;
}
#submenu ul li a{
	display: block;
	margin: 0px;
	padding: 0px 0px 5px 0px;
	font-size: 10px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: black;
	line-height: 1.2em;
	text-align: left;
	text-decoration: none;
	background: none;
	text-transform: uppercase;
}
#submenu ul li a:hover{
	background: none;
	color: #83bb55;
	font-weight: normal;
}
#submenu ul li .selected{
	background: none;
	color: #83bb55;
	font-weight: normal;
}



/* SEARCH */
#search_field{
	padding: 4px 0px;
	width: 200px;
	float: right;
	text-align: right;
	line-height: 1em;
}


/* CONTENT FIELDS */
#content{
	vertical-align: top;
	margin: 0px;
	padding: 0px;
}
.content_paddings{
	padding: 0px;
}


/* Show media lists */
.file_table tr td p{
	margin: 0px 0px 0px 0px;
	padding: 0px;
}
.list_img{
	width: 130px;
	float: left;
	margin: 0px 10px 10px 0px;
}
.list_img img{
	width: 130px;
	height: 110px;
}
.list_img a img{
	border: 1px solid;
}
.list_img a:hover img{
	border: 1px solid black;
}


/* CONTACT FORM */
#contact_form{
	width: 100%;
	margin: 0px;
	padding: 0px;
}
#contact_form p{
	margin: 0px;
	padding: 0px;
}
#contact_form input{
	margin: 3px 0px 3px 0px;
	font-size: 10px;
}
#contact_form textarea{
	margin: 3px 0px 3px 0px;
}


/* SITEMAP LIST */

#sitemap_list{
	margin: 0px;
	padding: 0px;
}
#sitemap_list ul{
	margin: 0px;
	padding: 0px 0px 0px 20px;
	list-style: none;
}
#sitemap_list ul li ul{
	margin: 0px;
	padding: 0px 0px 10px 20px; 
}


/* FOKUS PUNKTER */
.focus_points{
	width: 100%;
	clear: both;
	/*border-top: 1px solid silver;*/
	padding: 0px;
	margin: 0px 0px 10px 0px;
}
.focus_point_box{
	padding: 0px;
	margin: 0px;
	width: 50%;
	float: left;
	text-align: left;
	border-collapse: collapse;
}
.focus_point_box tr td{
	vertical-align: top;
	background: none;
	padding: 0px 5px;
}
.focus_img{
	width: 80px;
	height: 80px;
	border: none;
}
.focus_point_box tr td a, .focus_point_box tr td a:active, .focus_point_box tr td a:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: black;
	text-decoration: none;
	font-size: 16px;
}
.focus_point_box a:hover{
	text-decoration: underline;
}
.focus_point_box p{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
}


/* News archive */
.archive_news{
	width: 100%;
	clear: both;
	margin: 0px 0px;
	padding: 10px 0px;
	border-top: 1px solid #d5d5d5;
}


/* FOOTER */
#foot{
	width: 100%;
	clear: both;
}

.registration-error, 
.login-error
{
	color: red;
}

#cycling-info 
{
	
}

#cycling-info p
{
	width: 330px;
}