/* --- Style 1 ---

www.active-adventures.com
Copyright 2005 Mackay IT.

/* --- Body --- */
body{
	font: small Verdana, Arial, Helvetica, sans-serif;
	color: #ccc;
	background: #000;
	padding:0em;
	margin:0em;
	
}
a{
	text-decoration:underline;
	color: #fff;
}
a:hover{
	text-decoration:underline;
	color: #ddd;
}
a:visited{

}
/* --- Container--- */
div#container{
	padding:0em;
	margin:0em;
	background:url(left.jpg) left bottom no-repeat;
}
/* --- Header --- */
div#header{text-align:center;
	margin:0em;
	background: #abd url(top.jpg) no-repeat top center;
/*scroll */
}
div#header h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:xx-large;
	font-style:oblique;
	color:#ff9;
	padding:1em 0em 0em 5em;
	margin:0em;
}
div#header p {
	padding:0 0 2em 20em;
	margin:0em;
	color:#679;
}
/* --- Menue --- */
div#menue{

}
div#menue ul{
	text-align:center;
	padding:0em;
	margin:1em;
}
div#menue h2 { display:none;}
div#menue ul li {
	list-style-type:none;
	display:inline;
}

div#menue ul.submenue li a{
	font-weight:normal;
	background: #222 url(a.gif) no-repeat 0.2em ;
	color:#f00;
	padding:0.25em 0.5em 0.25em 1.5em;
	line-height:2em;
	border-color:#000;
	border-style:solid;
	border-width:1px;
}
div#menue ul li a {
	font-weight:bold;
	background: #222 url(link.png) no-repeat 2px;
	color:#eee;
	padding:0.25em 0.5em 0.25em 20px;
	line-height:2em;
	border-color:#363333;
	border-style:solid;
	border-width:1px;
	text-decoration:none;
}

div#menue ul li a:visited {
	background-image: url(visited.png);
	color: #eee;
}
div#menue ul li a:hover {
	background-image: url(hover.png);
	background-color: #3b3a3a ;
	color:#ffc;
	border-color:#5b5a5a;
	text-decoration:none;

}

/* --- Content --- */
div#content{
	width:50%;
	margin:0 auto;

}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/*font-family: Georgia, "Times New Roman", Times, serif;*/
	font-size:x-large;
	font-style:oblique;
	color:#ff9;
	padding:0 0.2em;
	margin:1em 0em 0;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:large;
	font-style:oblique;
	color:#ff9;
	padding:0;
	margin:1em 0em 0.5em 2em;
}
h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:medium;
	color:#ff9;
	padding:0;
	margin:1em 0em 0.5em 2em;
}
div#content p{
	margin:0 ;
	padding:0.3em 0;
	text-indent:0.7em;
	text-align:justify;
	line-height:1.4em;
	/*border-bottom-width:1px;
	border-bottom-color:#333;
	border-bottom-style:dotted;*/
}
/*h2 + p:first-letter {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:x-large;
	float:left;
}*/
div#content p.caption {
	margin:0 ;
	padding:0em 0.5em;
	text-indent:0;
	text-align:left;
	line-height:1em;
	font-style:oblique;
}
.photocopy {
	font-size:xx-small;
	color:#aaa;
	font-style:normal;
}
div#content ul{
	/*;margin:1em;
	text-indent:1em;*/
	text-align: justify;
	line-height:1.5em;

	/*border-bottom-width:1px;
	border-bottom-color:#333;
	border-bottom-style:dotted;*/
}

div#content .adress {
	text-indent:0;
	padding: 0.5em 2em;
}
div#content .lettre {
	border:solid #363333 1px;
	background:#dd9;
	color:#222;
	padding: 2em 3em;
}
div#content .lettre h3 {
	color:#630;
	margin:0;
}
div#content .lettre .adress a {
	color:#630;
}
/* --- Footer --- */
div#footer{
	margin-top:1em;
	font-size:x-small;
	color:#999;
	text-align:center;
}
div#footer p{
	border-top:1px #222 solid;
	margin:0 25%;
	padding:0.5em 0 0;
}
