/*****************************************************************************
*                                                                            *
*       Berge Barneskole -- cascading style sheet                            *
*                                                                            *
*****************************************************************************/

/***** Body/div *****/

body {
	background: #fff;
	color: #000;
	margin: 0;
	padding: 10px 5px;
	font: 0.9em Arial,sans-serif;
	text-align: left;
}

#header {
	background: #999799;
	color: #fff;
	width: 100%;
	height: 30px;
}

#header h1 {
	font: 180% Verdana,sans-serif;
	margin: 0;
	padding: 0 0 0 5px;
} #header h1 a {
	text-decoration: none;
	color: #fff;
	background: transparent;
}

#logofield {
	width: 100%;
	height: 110px;
	margin: 5px 0 0 0;
	/*background: #fff6ef url(/design/theme/public/images/logo.jpg) left top no-repeat; */
	background: #91b5d9;
	/*background: #85bf6b #fff6ef url(/design/theme/public/images/logo.jpg) left top no-repeat;*/
	color: #fff;
}

* a img {
	border: 0;
}

#logofield a {
	text-decoration: none;
	color: #000;
	font: 4em "Trebuchet MS",Verdana,sans-serif;
}

#logofield span {
	color: #71645b;
	position: relative;
	top: -0.7em;
}

/***** Left menu *****/

#leftmenu {
	position: absolute;
	background: #fff;
	color: #000;
	width: 180px;
}

#leftmenu ul {
	margin: 5px 0 0 0;
	padding: 0;
	list-style-type: none;
}

#leftmenu li {
	display: block;
	background-color: #D0D7E1;
	color: #000;
	font: 0.9em Arial,sans-serif;
	padding: 1px 0 1px 4px;
	margin: 1px 0 2px 0;
}

#leftmenu li.active {
	background-color: #709BC7;
	color: #fff;
	font-weight: bold;
	padding: 2px 0 2px 4px;
}

#leftmenu li.fat {
	background-color: #204286;
	color: #fff;
	font-weight: bold;
	padding: 2px 0 2px 4px;
}
#leftmenu li.fat a, #leftmenu li.fat a:visited,
#leftmenu li.active a, #leftmenu li.active a:visited {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}

#leftmenu li.fat a:hover {
	color: #aca9a9;
	text-decoration: underline;
}

#leftmenu li.submenu {
	background-color: #b7dda8;
	color: inherit;
}

#leftmenu li a, #leftmenu li a:visited {
	color: #204286;
	text-decoration: none;
}

#leftmenu li a:hover {
	color: #5b5959;
	text-decoration: underline;
}

#postbox {
       width: 90%;
       margin: 1em auto;
       text-align: center;
       padding: 0.5em;
       border: 1px solid black;
       background: #eee;
}

#postbox a {
	color: #2e507b;
	text-decoration: underline;
	font-weight: bold;
}

/***** Content *****/
#content {
	position: absolute;
	left: 190px;
	right: 0;
	clear: none;
	margin: 5px 5px 0 0;
	font: 1em "Trebuchet MS", Arial, Verdana, sans-serif;
	line-height: 1.5em;
}

#content h2 {
	font-family: Verdana, sans-serif;
	font-size: 1.1em;
	text-transform: uppercase;
	padding: 2px;
	font-weight: bold;
	font-style: normal;
	margin: 0 0 1em 0;
}

#content h2.pri {
	color: #5B5959;
	background: #F0F0EF;
}

#content h2.sec {
	color: #fff;
	background: #868685;
}

#content p {
	margin: 15px 0;
	line-height: 1.5em;
}

#content a {
	color: #4582bf;
	text-decoration: underline;
	font-weight: bold;
}

#content a {
	color: #4582bf;
	text-decoration: underline;
	font-weight: bold;
}

#content a:hover, #postbox a:hover {
	color: #ce8c36;
	text-decoration: none;
}

#content p.readmore {
	font-size: 1.1em;
}

#content p.readmore a {
	font-size: 0.9em;
}


/***** Styles *****/
.single {}
.double {
	width: 49.5%;
	margin: 0 0 10px 0;
	padding: 0 2px;
}

/***** Service *****/

#service {
	  float: right;
	  clear: none;
	  position: absolute;
	  top: -1em;
	  right: 0;
	  margin: 0;
}

#service img {
border: 0;
background-color: #fff;
margin: 0;
padding: 0;
display: inline;
}

#service a img {
border: 0;
}

/***** Formation *****/
form {
width: 100%;
margin: 0;
padding: 0;
}

.formation {
border-top: 1px solid #ccc;
border-bottom: 1px solid #ccc;
background-color: #F4F4F4;
color: #000;
padding: 10px 5px 10px;
}

input, select, textarea {
	font-family: "Trebuchet MS", Verdana, sans;
	font-size: 10pt;
	border: 1px solid #999;
}

input#reset, input#submit {
	border-style: ridge groove;
	border-width: 2px;
	border-color: #ccc;
	height: 25px;
	width: 10%;
	background: url(/design/theme/public/images/button.png) repeat-x #F4F4F4;
}

/***** Various classes *****/
.left {
margin:3px 10px 2px 0;
float:left;
}

.right {
margin:2px 0 2px 10px;
float:right;
}

.textright {text-align:right;}
.center {text-align:center;}
.centered {text-align:center;margin:0 auto;}
.small {font-size:0.8em;}
.italic {font-style:italic;}
.bold {font-weight:bold;}
.hide {display:none;}
.required {color: #f00;}
.objectedit {color: #656;}

.error {
padding: 10px;
border: 1px solid #000;
background-color: #f00;
color: #fff;
font-weight: bold;
font-size: 10pt;
}

.error span {
background-color: #fff;
border: 1px solid #000;
color: #f00;
padding: 2px;
font-weight: normal;
}

.newsflash {
margin:0;
}

.imgingress {
width: 520px;
display: inline;
}

.imgingress_small {
width: 268px;
display: inline;
}

.readmore {
	margin: 15px 0 0 0;
}

table {
	border: 0;
	margin: 0;
	padding: 0;
	clear: both;
}

