@charset "utf-8";
/* CSS Document */

/*

Copyright 2009 ABM-utvikling

This file is part of "Podes reiseplanlegger".

"Podes reiseplanlegger" is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

"Podes reiseplanlegger" is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with "Podes reiseplanlegger".  If not, see <http://www.gnu.org/licenses/>.

Source code available from: 
http://github.com/pode/reiseplanlegger/

*/

html
{
	overflow-y:scroll;
}

body
{
	margin:0px;
	padding:0px;
	font-family:sans-serif;
}

h1 
{
	text-align: center;
	margin-bottom: 1em;
}

img 
{
    border: 0px solid black;	
}

#content
{
	width:900px;
	margin:0px auto;
}

#header
{
	width:830px;
	text-align:center;
	float:left;
}

#menu
{
	width:880px;
	height:12px;
	/*float:left;*/
	text-align:left;
	padding-top:6px;
	padding-bottom:0px;
	margin:0px 10px 0px 10px;
	/*background-color:green;*/
}

#main
{
	margin:0px 10px 0px 10px;
}

#left-col, #right-col
{
	min-height:520px;
}

#left-col, #left-footer
{
	float:left;
}

#left-col
{
	width:434px;
	border:2px solid black;
	padding:15px 25px 15px 25px;
}

#right-col
{
	width:342px;
	float:left;
	padding-left: 15px;
}

.right-col-box
{
	border:2px solid black;
	margin-bottom: 15px;
	visibility: hidden;
}

.widget-header 
{
  color: #000;
  padding: 0.2em;
  background-color: #ebebeb;
  font-weight: bold;
}

.widget-content
{
  padding:15px 25px 15px 25px;
}

#footer
{
	width:880px;
	height:70px;
	margin-top:8px;
	margin-bottom:14px;
	float:left;
}

#left-footer
{
	width:434px;
	height:46px;
	padding:10px 25px 10px 25px;
	border:2px solid black;
}

#right-footer
{
	width:342px;
	height:50px;
	padding:10px 25px 10px 25px;
	float:left;
}

