/**
 * Website Baker template: andreas01
 * 
 * Original design: andreas01 (v3.0 - Apr 24, 2008) - A free xhtml/css website template by Andreas Viklund.
 * For more information, see http://andreasviklund.com/templates/andreas01/
 * Ported to Website Baker by M. Gallas.
 * Login form and support to display news in the right column added by Christian Sommer. 
 *
 * This file contains defintions for the CSS layout and the styles shown in the frontend.
 *
 * LICENSE: Open Source
 * 
 * @author     Andreas Viklund (WB port by M. Gallas, adapted by C. Sommer)
 * @copyright  Open Source
 * @license    http://andreasviklund.com/about/copyright/
 * @version    3.00
 * @platform   Website Baker 2.7

   

/* Main body */

 <!--[if lte IE ]><style type="text/css" >
    * html #content {
      overflow: visible;
      height: 1px;
    }
  </style><![endif]-->


 <!--[if lte IE ]><style type="text/css" >
    * html #leftside {
      overflow: visible;
      height: 1px;
    }
  </style><![endif]-->



body {
	color:#333;
	margin:0 auto;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	background-color: #F3F3F3;
}
#wrap {
	color:#333;
	width:900px;
	border: 1px solid #999;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #fff;
	background-image: url(images/hr.gif);
	background-repeat: repeat-y;
	font-family: Arial, Helvetica, sans-serif;
}

/* Basic tags */
a {
	background-color:inherit;
	color:#333;
	font-weight:normal;
	text-decoration:none;
}
a:hover {
	background-color:inherit;
	color:#F00;
	text-decoration:underline;
}
a img {border:0;}
p {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0em;
	margin-left: 0;
}


h4 {
	color:#999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	text-transform: uppercase;
}

/* Header */
#header {
	padding:0;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#frontphoto {border:0; margin:0 0 0px;}

/*Left and right sidebar */
#leftside {
	clear:left;
	float:left;
	padding:0;
	width:167px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	
}
#rightside {
	float:right;
	line-height:1.4em;
	padding:0;
	width:140px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
}
#rightside span.news {font-size: 1.2em; font-weight: 700; }
#leftside p,#leftside ul, #rightside p,#rightside ul {
	padding:0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
}
#leftside p, #rightside p {
	margin: 0px;
	padding: 0px;
}
#leftside li, #rightside li {
	line-height:12px;
	list-style:none;
	padding:0;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
}
#leftside ul ul, #rightside ul ul {
	padding:0;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 10px;
}
#leftside ul ul li, #rightside ul ul li {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
}
#leftside ul ul li a, #rightside ul ul li a {
	font-weight:normal;
}

/* Main menu */
#leftside ul.avmenu, #rightside ul.avmenu {
	display:inline-block;
	list-style:none;
	padding:0;
	width:150px;
	margin-top: 18px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
}
#leftside ul.avmenu li, #rightside ul.avmenu li {
	display:inline-block;
	line-height:10px;
	padding:0;
	width:150px;
}
#leftside ul.avmenu li a, #rightside ul.avmenu li a {
	color:#333;
	float:left;
	font-weight:700;
	text-decoration:none;
	width:140px;
	font-size: 0.7em;
	text-transform: uppercase;
	padding-top: 8px;
	padding-right: 1px;
	padding-bottom: 3px;
	padding-left: 5px;
	font-family: Arial, Helvetica, sans-serif;
}
#leftside ul.avmenu li a:hover,#leftside ul.avmenu li a.current, #rightside ul.avmenu li a:hover,#rightside ul.avmenu li a.current {
	color:#333;
}
#leftside ul.avmenu ul, #rightside ul.avmenu ul {
	font-size:0.8em;
	width:135px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 2px;
	padding-left: 0;
}
#leftside ul.avmenu ul a, #rightside ul.avmenu ul a {
	width:140px;
	line-height: 1em;
	font-size: 0.7em;
	text-transform: none;
	color: #666;
	padding-top: 2px;
	padding-right: 1px;
	padding-bottom: 2px;
	padding-left: 5px;
}
#leftside ul.avmenu ul ul, #rightside ul.avmenu ul ul {width:113px;}
#leftside ul.avmenu ul ul a, #rightside ul.avmenu ul ul a {width:100px;}
/* Main content */
#content {
	margin-top: 24px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 170px;
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 5px;
	font-size: 12px;
	line-height: 15px;
}
#contentwide {border-left:1px solid #e0e0e0; line-height:1.5em; margin:0 0 5px 150px; padding:0 0 0 10px;}
#contentwide2 {border-right:1px solid #e0e0e0; line-height:1.5em; margin:0 150px 5px 0; padding:0 10px 0 0;}
#content h1,#contentwide h1,#contentwide2 h1 {
	font-size:1.8em;
	margin:0 0 10px;
	font-family: Arial, Helvetica, sans-serif;
}
#content h2,#contentwide h2,#contentwide2 h2 {font-size:1.6em; margin:0 0 10px;}
#content h3,#contentwide h3,#contentwide2 h3 {font-size:1.3em; margin:0 0 8px;}
#content h4,#contentwide h4,#contentwide2 h4 {font-size:1.2em; margin:0 0 8px;}
#content h5,#contentwide h5,#contentwide2 h5 {font-size:1.0em; margin:0 0 8px;}
#content h6,#contentwide h6,#contentwide2 h6 {
	font-size:0.9em;
	margin:0;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px;
	text-transform: uppercase;
	color: #999;
}
#content img,#contentwide img,#contentwide2 img {
	display:inline;
	padding:1px;
	border: 2px solid #FFF;
}
#content ul,#contentwide ul,#contentwide2 ul,#content ol,#contentwide ol,#contentwide2 ol {margin:0 0 16px 20px; padding:0;}
#content li,#contentwide li,#contentwide2 li {margin:0; padding:0 0 0 5px;}
#content ul ul,#contentwide ul ul,#contentwide2 ul ul,#content ol ol,#contentwide ol ol,#contentwide2 ol ol {margin:0 0 0 16px; padding:0;}

/* Footer */
#footer {
	clear:both;
	padding:0px;
	width:900px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
	background-color: #fff;
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	height: 100px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.footerblock {
	font-family: Arial;
	font-size: 8pt;
	font-weight: bold;
	text-transform: uppercase;
	color: #333;
	text-align: left;
	line-height: 20px;
	letter-spacing: 2px;
	vertical-align: middle;
	font-style: normal;
}
#footer p {
	margin:6;
	padding:10;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	text-align: justify;
}
#footer a {
	color:#333;
	font-weight:normal;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.adresse {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	text-align: center;
	letter-spacing: 2px;
	font-weight: normal;
	line-height: 23px;
	padding-top: 10px;
}
#footer a:hover {text-decoration:underline;}

/* Additional classes */
.left {
	float:left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.right {
	float:right;
	margin:0px;
}
.textright {text-align:right; margin:5px 0;}
.center {text-align:center;}
.small {font-size:0.8em;}
.bold {font-weight:700;}
.timestamp {font-size:1.2em; margin:-5px 0 15px 10px;}
.timestamp a {font-weight:400;}
.announce {
	color:#000;
	font-size:0.7em;
	width:126px;
	text-transform: uppercase;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	height: 20px;
}
.announce p {
	padding:0;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
.postinfo {background-color:#f4f4f4; border-left:4px solid #ccc; color:#606060; font-size:0.9em; line-height:1.4em; margin:1px 0 20px; padding:8px 5px 8px 8px;}
.clearing {clear:left; margin:0; padding:0; visibility:hidden;}
.hide {display:none;}

/* Styles for optional Website Baker template functions search and login */
.announce fieldset {
	border: none;
	margin: 0;
	padding: 0;
	
}
.announce legend {
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #999;
}
.announce input {
	width: 114px;
	margin-top: 0.3em;
}
.search_string { width: 120px; margin-left: 0;}
#wb_search, #wb_login, #wb_logout  {
	width: 120px;
	color:#505050;
	font-size:0.9em;
	font-weight: bold;
}


.but {
	background-color: #CCC;
	margin: 0px;
	padding: 0px;
	height: 20px;
	width: 114px;
	border: 1px solid #CCC;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #666;
}
#sitemap {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	line-height: 20px;
	margin-left: 30px;
	list-style-type: none;
}
