/* ====== 3 COLUMN LAYOUT =====*/
body {
    margin:0;
    padding:0;
    border:0;			/* This removes the border around the viewport in old versions of IE */
    width:100%;
    background:#fff;
    min-width:600px;    /* Minimum width of layout - remove line if not required */
							/* The min-width property does not work in old versions of Internet Explorer */
	font-size:90%;
	font-family:arial, sans-serif;
    color: #333;

    min-width: 600px;      /* 2x LC width + RC width */
    background-color: #C7DDF3;
}

* html body {
  overflow: hidden;
}
#container {
  padding-left: 200px;   /* LC width */
  padding-right: 200px;  /* RC width */
}
#container .column {
  position: relative;
  float: left;
}
#container {
  overflow: hidden;
}
#container .column {
  padding-bottom: 20010px;  /* X + padding-bottom */
  margin-bottom: -20000px;  /* X */
}
#center {
  width: 100%;
  margin-bottom: 5px;
}
#left {
  width: 200px;          /* LC width */
  right: 200px;          /* LC width */
  margin-left: -100%;
  margin-bottom: 5px;
}
#right {
  width: 200px;          /* RC width */
  margin-right: -200px;  /* RC width */
  margin-bottom: 5px;
}
/*** IE6 Fix ***/
* html #left {
  left: 200px;           /* RC width */
}

/* ====== END OF LAYOUT =====*/

/* overig css */

a { color: #09c; }
a, a:link { color: #09c; }
a:visited { color: #09c;  }
p a:hover, a:hover { color: #ED5F21; }
a:active { color: #09c; }
a img, content.img { border: none; }

#content h1 {
	color: #0099cc;
	font-weight: bold;
}

/* 
div, p, img, a, td, ul, ol {
    font-size: 1em; 
}

ol {
    margin-left: 1em;
    padding-left: 1em;
}

ol li {
    margin-left: 1em;
    padding: 0 0 .5em.3em;
    list-style: decimal;
}



h1 { font-size: 150% }
h2 { font-size: 120%; }
h3 { font-size: 100%; }
h4 { font-size: 90%; letter-spacing: .15em }
p  { margin: 0 0 0 0; padding: 0 0 .5em 0; }



ul {
    margin: 0 5px; 0 0;
    padding: 0 10px 0 10px;
}

li {
    margin-bottom: 3px;
}
*/
input { 
	margin: 5px auto 5px auto;
}

fieldset {
	border: 1px solid #ccc;
}

fieldset label, fieldset input {
	display: block;
	width: 150px;
	float: left;
	margin-top: 6px;
	margin-bottom: 6px;
	border: 1px solid #ccc;
}	 
fieldset label {
	text-align: right;
	width: 170px;
	padding-right: 20px;
	border: none;
}
fieldset br {
	clear: left;
}

/* Header styles */
#header {
 	background: #A0CEF8 url(img/header1200x200.jpg) repeat-x left top; 
    width:100%;
    background-color: #fff;
    border: 0px solid #000;
    height:170px;
}  
#headertitle {
	margin-left: 40px;
	margin-top: 40px;
	padding: 0px 20px 10px 20px;
  	float:left;
}
#headertitle h1, #headertitle h1 a {
	color: #990A9C;
	padding-bottom: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	font-size: 2.0em;
	text-decoration: none;
}
#headertitle h2 {
    color: #777;
    margin-top: -10px;
    font-size: 1.5em;
	line-height:1.5em;
    padding-bottom: 0px;
	margin-bottom: 0px;
	min-height: 30px;
}

/* LOGIN BOX */
#login {
	position: relative;
	float:right;
	width: 175px;
	text-align: right;
	margin-top: 60px;
	margin-bottom: 5px;
	margin-right:0px;
	border: 0px solid #fff;
}   
#login label {
	font-size:12px;
} 
#login a {
	font-size:10px;
	color: #000;
} 

/* var rainbow = ['#CC0000','#990A9C','#500A9C','#0A0D9C','#5B9C0A','#FAE300','#ED5F21']; */

#mainmenu {
 	width: 100%;
	background-color: #09c;
	text-align: center;
	margin-top: 0px;
	clear:both;
}
	
.menu {
	margin: 0px auto 0px auto;
	padding-left: 100px;
}

#content {
  	margin: 5px 1px 5px 1px;
   	padding: 15px 15px 15px 15px;
  	background-color: #fff; /*#66CCFF*/;	
}

/* COLOFON COLUMN */
#colofon {
   	margin: 5px 5px 0px 5px;
   	padding: 15px 15px 15px 15px;
   	background-color: #006485; 
   	text-align: center;
}
#colofon h2 {
  	color: #57A7C2;
   	text-align: center;
}
#colofon p {
	color: #fff;
   	margin-bottom: 0px;
   	padding-bottom: 0px; 
   	margin-top: 0px;
   	padding-top: 0px; 
   	font-weight: bold;
}
#colofon p a, #colofon a {
  	font-weight: bold;	
   	color: #57A7C2;
}
#colofon p a:hover, #colofon a:hover {
	 color: #ED5F21; 
}
    
/* AGENDA COLUMN */
#agenda {
	margin: 5px 5px 0px 5px;
	padding: 15px 15px 15px 15px;
	background-color: #006485; 
}
#agenda h2 {
	color: #57A7C2;
	text-align: center;
}
#agenda p, #agenda a p  {
   	margin-bottom: 0px;
   	padding-bottom: 0px; 
   	margin-top: 0px;
   	padding-top: 0px; 
}
#agenda div.listDate {
	font-size: 12px;
	color: #ccc;
}
#agenda div.listAuhor {
	color: #ccc;
}
#agenda a div.listTitle {
	font-weight: bold;
	color: #fff;
	text-decoration: underline;	
}
#agenda a div.listSummary {
	color: #57A7C2;
	font-style: italic;
}
#agenda a:hover div {
	color: #ED5F21;
	text-decoration: underline;
}   

/* NEWS COLUMN */
#news {
	margin: 5px 5px 0px 5px;
	padding: 15px 5px 15px 15px;
	background-color: #006485; 
}
#news h2 {
	color: #57A7C2;
	text-align: center;
}    
#news p, #news a p  {
   	margin-bottom: 0px;
   	padding-bottom: 0px; 
   	margin-top: 0px;
   	padding-top: 0px; 
}
#news div.listDate {
	font-size: 12px;
	color: #ccc;
}
#news div.listAuhor {
	color: #ccc;
}
#news a div.listTitle {
	font-weight: bold;
	color: #fff;
	text-decoration: underline;	
}
#news a div.listSummary {
	color: #57A7C2;
	font-style: italic;
}
#news a:hover div {
	color: #ED5F21;
	text-decoration: underline;
}

/* LOGIN BOX */  
#login form fieldset, #search form fieldset input { border: none; margin: 0 0 0 0; padding: 0 0 0 0; }
#login form fieldset label { display: inline; margin: 0 0 0 0; padding: 0 0 0 0; border: none;}
#login form fieldset label input {
	border: 1px solid #ccc;
	font-size: 1.2em;
	color: #000;
	margin-bottom: 7px;
}

#login form p {
	font-size:12px;
	color: #fff;
	padding-right: 0px;    	
}
  
/* SEARCH COLUMN */  
#search {
	margin: 5px 5px 0px 5px;
	padding: 15px 15px 15px 15px;
	background-color: #FF8300;
}     
#search form fieldset, #login form fieldset input { border: none; margin: 0 0 0 0; padding: 0 0 0 0; }
#search form fieldset label { display: inline; margin: 0 0 0 0; padding: 0 0 0 0; border: none;}
#search form fieldset label input {
	border: 1px solid #ccc;
	font-size: 1em;
	color: #000;
	margin-bottom: 7px;
}


p.wlpeMessageText {
	color:#e00;
	font-size: 14px;
	font-weight: bold;
	padding: 10px;
}


#error {
	background-color: #fff;
    color: #e00;
	width:100%;
	padding: 5px 5px 5px 5px;	
}
#error ul {
	margin: 5px 5px 5px 5px;
}
#error li {
	color: #e00;
}
		
#breadcrumbs {
	margin:5px 0px 5px 0px;
}

label.withinput {
	position: absolute; 
	text-align:right; 
	width:150px; 
}
input.withlabel {
	margin-left: 160px;
}
    
#profilelist th, #profilelist td {
	vertical-align: top;
	font-size: 0.8em;
	text-align: left;		
}

#profiledata {
background-color:none;
}

#profile {
	width: 100%;
}
 
#profile th, #profile td {
	vertical-align: top;
	font-size: 0.9em;
	text-align: left;	
}  
    
#profile th.chk, #profile td.chk {
	text-align: center;
}  

#profiledata td {
	vertical-align: middle;
	padding-left: 20px;
	background-color: none;
	border-bottom: 1px solid #fff;
}

#profiledata tr {
}

#photo {
	padding-top: 20px;
	padding-left: 15px;
}
        
#photo p {
	text-align: center;
	color: #888;
	font-style: italic;
}

#photo img {
	width: 250px;
	border: 0px solid #fff;
	margin-top: 5px;
}

.button {
	display: inline;
	margin: 5px 8px 5px 0px;
padding: 2px 5px 2px 5px;
	background-color: none;
	color:#09c;
}

div.galleryItem {
	display:inline; 
	border: 1px solid blue;
	text-align: center;
}

div.galleryItem a {
	background-color: none;
	border: 1px solid green;
}

div.galleryItem a img {
	display: relative;
	height: 100px;
	border: 1px solid yellow;
}


/* General */
div.form {
	background-color: #FFBB73;	
}
    
    
/* Opstappers */

div.opstapper {
		border: 1px solid #ccc;
		margin-bottom: 25px;
		padding: 5px 5px 5px 5px;
		clear: both;
}

div.opstapper.offer {
	background-color: #E8EBA5;
}

div.opstapper.search {
	background-color: #B9DCB0;
}

div.opstapper img {
	width: 80px;
	float: left;
	margin-right: 10px;
	clear: left;
}

p.postdate {
	color: #aaa;
	font-size: 10px;
}

.links a {
	color: 000;
	font-weight: bold;
	font-size: 12px;
} 

