/*
   basic.css
   OpenairLax 2010
   
   Created by Philippe Manner on 2010-03-10.
*/

body {
  	background: #d3e2c3;
  	margin: 0;
  	padding: 0;
 	line-height: 150%;
  	text-align: center;
	font-size: 8pt;
	color: #666666;
}

* {
	font-family: Tahoma, Verdana, sans-serif;
  	text-align: left;
	margin: 0;
	padding: 0;
}

a,
a:link,
a:visited {
	color: #749942;
	text-decoration: underline;
}

a:hover,
a:active {
  	color: #000000;
	text-decoration: underline;
}

h1,
.h1 {
	font-size: 18px;
	font-weight: normal;
	margin: 10px 0 10px 0;
	color: #CC0000;
}

h2, 
.h2 {
	font-size: 14px;
	font-weight: normal;
	margin: 0 0 6px 0;
	color: #666666;
}

h3,
.h3 {
	font-size: 11px;
	font-weight: normal;
	margin: 10px 0 0 0;
	color: #CC0000;
}

hr {
	border: 0;
	border-top:  1px solid #666666;
}

p { margin-bottom: 10px; }

/* Special defines for downloads */
.ce_text { margin-bottom: 20px; }
.toggler { cursor: pointer; color: #749942; }
.ce_downloads img,
.ce_downloads a { float: left; margin: 3px; }
.ce_downloads p { clear: both; }

/* Green formular specs */
.greenform table td { padding-left: 10px; padding-bottom: 10px; }
.greenform input { width: 150px; }


/* ---- DESIGN ---- */

#outline {
	width: 902px;
	margin: 30px auto;
	position: relative;
}

blockquote {
	padding: 10px 20px;
	margin: 20px;
	font-style: italic;
	border: 1px solid #7ecb27;
	background-color: #d3e2c3;
}

#wrapper {
	width: 800px;
	position: relative;
	background: #fff url('../images/guitar-opac.jpg') no-repeat bottom right;
	border: 1px solid #7ecb27;
}

#wrapper2 {
	position: absolute;
	height: 560px;
	width: 100px;
	bottom: 0;
	right: 0;
	background: #d3e2c3 url('../images/guitar-right.jpg') no-repeat bottom left;
}


/* ---- HEADER ----*/

#maintitle {
	width: 295px;
	height: 137px;
	position: absolute;
	padding: 0 auto;
	margin: -20px 0 0 -30px;
	background-image: url('../images/title.png');
	z-index: 999;
}

#navi {
	margin-top: 15px;
	width: 800px;
	font-size: 8pt;
}

#part-head {
	height: 182px;
	margin: 16px;
	width: 768px;
	background-image: url('../images/header-bg.jpg');
}

#newsbox {
/*	border: solid 1px #7ecb27;*/
	border: solid 1px #666666;
	background-color: #F7F7F7;
	padding: 0 10px;
	margin: 16px;
	width: 230px;
	height: 145px;
	float: right;
	overflow: hidden;
}

#searchfield,
#android_app {
	float: right;
	display: block;
	margin: 5px 0 0 10px;
}

#searchform {
	padding: 10px 20px;
	font-style: italic;
	text-align: center;
	border: 1px solid #7ecb27;
	background-color: #d3e2c3;
	width: 400px;
}
#searchform input#ctrl_keywords { width: 250px; }
#searchform label { margin-right: 20px; }


/* ---- CONTENT ----*/

#part-content {
	margin: 30px 16px 30px 20px;
	/*width: 480px;*/
}

.news-entry .subnavi {
	width: 120px;
	padding-top: 40px;
	float: left;
	width: 120px;
	text-align: right;
}

.news-entry #min_height { height: 260px; }
.news-entry .content {
	width: 500px;
	margin: 0 0 30px 15px;
	float: left;
}

.news-entry .content ul {
	list-style: square;
	padding: 10px 20px;
}

#part-content #endline {
	height: 16px;
	width: 768px;
	margin: 30px 0 -14px 0;
	background-image: url('../images/header-bg.jpg');
}


/* ---- FOOTER ----*/

#part-footer {
	width: 802px;
	height: 40px;
	font-size: 8pt;
	background: #d3e2c3 url('../images/guitar-bot.jpg') no-repeat top right;
}

#part-footer .info {
  	padding-top: 5px;
	margin-right: 130px;
	float: right;
  	color: #749942;
}


/* ---- NAVIGATION - TOPMENU ---- */

#topmenu {
  	height: 31px;
  	padding-right: 2px;
  	margin: 0;
  	list-style: none;
}

#topmenu li {
  	float: right;
  	display: block;
	width: 82px;
	height: 31px;
}

#topmenu a {
  	display: block;
  	width: 82px;
	height: 31px;
  	text-decoration: none;
  	line-height: 31px;
  	text-align: center;
}

#topmenu a:link,
#topmenu a:visited {
  	color: #749942;
  	background-color: #D3E2C3;
}

#topmenu a:hover,
#topmenu a:active {
  	background-image: url('../images/taba2.jpg');
  	color: #ffffff; 
}

#topmenu .active,
#topmenu .trail {
  	display: block;
  	width: 82px;
	height: 31px;  
  	background-image: url('../images/taba.jpg');    
  	text-decoration: none;
  	line-height: 31px;
  	color: #ffffff;
  	text-align: center;
}

#topmenu .trail a:link,
#topmenu .trail a:visited {
  	color: #ffffff;
}


/* ---- NAVIGATION - SUBMENU ---- */

#submenu {
  	list-style: none;
	border-top: 1px dotted #666666;
}

#submenu li {
  	display: block;
	float: center;
}

#submenu a {
  	display: block;
  	width: 110px;
	padding: 5px;
  	text-decoration: none;
  	text-align: right;
	border-bottom: 1px dotted #666666;
}

#submenu a:link,
#submenu a:visited {
  	color: #749942;
}

#submenu a:hover,
#submenu a:active {
  	background-color: #D3E2C3;
}

#submenu li.active {
  	background-color: #D3E2C3;
	color: #749942;
	border-bottom: 1px dotted #666666;
	width: 110px;
	padding: 5px;
	text-align: right;
	font-weight: bold;
}


/* ---- NAVIGATION - LANGUAGE ---- */

#langmenu {
  	float: left;
  	height: 31px;
  	padding-left: 10px;
  	margin: 0;
  	list-style: none;
	font-size: 8pt;
}

#langmenu li {
  	float: left;
  	display: block;
  	width: 82px;
	height: 31px;  
}

#langmenu a {
	display: block;
	width: 82px;  height: 31px;  
	text-decoration: none;
	line-height: 25px;
	text-align: center;
}

#langmenu a:link,
#langmenu a:visited {
	color: #749942; 
	background-color: #D3E2C3;
}

#langmenu a:hover,
#langmenu a:active {
	background-image: url('../images/tabb2.jpg');
	color: #ffffff; 
}

#langmenu .active {
	display: block;
	width: 82px;  height: 31px;
	background-image: url('../images/tabb.jpg');
	text-decoration: none;
	line-height: 25px;
	color: #ffffff;
	text-align: center;
}

.pagination {
	float: left;
  	list-style: none;
}

.pagination p,
.pagination a.first,
.pagination a.last {
	display: none;
}

.pagination li {
	float: left;
  	display: inline;
}

.pagination a,
.pagination .current {
	display: block;
	text-decoration: none;
	text-align: center;
	margin: 2px;
	padding: 1px 6px;
}

.pagination .current {
	background-color: #D3E2C3;
	border: 1px solid #749942;
}

.pagination a.link:link,
.pagination a.link:visited {
	color: #749942; 
	border: 1px solid #D3E2C3;
}

.pagination a:hover,
.pagination a:active {
	background-color: #D3E2C3;
}
