/* 
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

Title : www.benevolvs.ch 2007
Author : AB/WEBDESIGN / Abhijit M. Bossotto
Copyright: (C) by AB/WEBDESIGN
URL : http://www.abwebdesign.ch

Description : Stylesheet for Benevol Wallis

Created : 15/07/2007
Modified : 15/07/2007

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
*/

/* Global Settings */

body{
	padding-top				:			5px;
	margin-bottom			:			20px;
	background-color		:			#6C6E87;
	font-family				:			Verdana, "MS Sans Serif", sans-serif, Verdana, Arial;
	color					:			#000;
	font-size				:			10px;}

img{
	border					:			0px;}
	
hr{
	width					:			100%;
	border					:			2px solid #ccc;}
	
#container{
	margin					:			auto;
	background-color		:			#fff;
	color					:			#000;
	clear					:			both;
	border					:			5px solid #000;
	left					:			50%;
	margin-left				:			-375px;
	width					:			750px;
	position				:			absolute;}
	
#header{
	height					:			255px;
	clear					:			both;}

#footer{
	padding-top				:			4px;
	padding-bottom			:			4px;
	padding-left			:			5px;
	color					:			#666;
	clear					:			both;}
	
#footer a{
	color					:			#000;}	
		
#navigation{
	padding-top				:			0px;
	padding-left			:			0px;
	padding-right			:			0px;
	padding-bottom			:			4px;
	background-color		:			#84766A;
	clear					:			both;}

#navigation ul{	
	display					:			inline;
	list-style				:			none;}

#navigation li{
	float					:			left;}

#navigation a{
	color					:			#fff;
	text-transform			:			lowercase;
	text-decoration			:			none;
	padding-right			:			15px;
	padding-left			: 			13px;
	margin-bottom			: 			5px;}

#navigation a:hover{
	color					:			#fff;
	text-decoration			:			underline;}

#lang_switch{
	padding-top				:			0px;
	padding-left			:			0px;
	padding-right			:			0px;
	padding-bottom			:			4px;
	background-color		:			#84766A;
	float					:			right;}

#lang_switch a{
	color					:			#fff;
	text-transform			:			lowercase;
	text-decoration			:			none;
	padding-left			: 			13px;
	margin-bottom			: 			5px;}

#lang_switch a:hover{
	color					:			#fff;
	text-decoration			:			underline;}


#content{
	background-color		:			#fff;
	margin-left				:			100px;
	margin-right			:			10px;
	color					:			#000;
	overflow				: 			auto;
	height					:			250px;
	min-height				:			250px;	
	clear					:			both;}
	
#content a{
	color					:			#666;
	text-decoration			:			underline;}	

#content a:hover{
	color					:			#000;
	text-decoration			:			underline;}		
	
#content[id] {
    height					: 			auto;
    min-height				: 			250px;}


/* Text Stile */

h1, h2, h3, h4 {
	font-weight				:			bold;
	font-family				:			Verdana, Arial, Helvetica, sans-serif;}
	
h1 {
	font-size				:			18px;
	text-transform			:			uppercase;
	color					:			#000;}	

h2 {
	font-size				:			16px;
	text-transform			:			uppercase;
	color					:			#000;}	

h3 {
	font-size				:			14px;
	text-transform			:			uppercase;
	color					:			#000;}	

h4 {
	font-size				:			12px;
	text-transform			:			uppercase;
	color					:			#000;}			

p{
	padding-top				:			3px;
	padding-bottom			:			5px;
	line-height				:			16px;}

.contentheading{
	font-size				:			20px;
	font-weight				:			bold;
	display					:			block;
	width					:			625px;
	border-bottom			:			1px solid #000;
	padding-top				:			4px;
	padding-bottom			:			6px;}	
	
.article_seperator{
	margin					:			0px;
	padding					:			0px;}
