/**
 * Style sheet xBasic
 * Copyright (C) 2005 Leo Feyer, licensed under LGPL
 */


/**
 * Body
 */
body 
{
	margin:0px;
	padding:0px;
	background-color: #eaeaea;
}


/**
 * Font family
 */
a, b, body, cite, div, em, i, label, li, ol, p, strong, td, th, u, ul
{
	font-family: "Gill Sans", "Trebuchet MS" , Verdana, sans-serif;
}

h1, h2, h3, h4, h5, h6
{
	font-family: "Gill Sans", "Trebuchet MS" , Verdana, sans-serif;
}

fieldset, form, input, optgroup, select, textarea
{
	font-family: "Gill Sans", "Trebuchet MS" , Verdana, sans-serif;
}


/**
 * Font size
 */
a, body, div, fieldset, form, input, label, li, ol, optgroup, p, select, td, th, textarea, ul
{
	font-size:13px;
	color:#666966;
}

h1, h2, h3, h4, h5, h6
{
	color:#666966;
}


/**
 * Basic tags
 */
img
{
	border:0px;
}

p, pre, form
{
	margin:0px;
	padding:0px;
}

h1
{
	margin:20px 0px 4px 0px;
	padding:0px;
	font-weight:bold;
	font-size:15px;
}

h2
{
	margin:10px 0px 2px 0px;
	padding:0px;
	font-weight:bold;
	font-size:11px;
}

optgroup
{
	padding-top:3px;
	padding-bottom:3px;
	font-style:normal;
}


/**
 * Links
 */
a
{
	color:#0099ff;
	text-decoration:none;
}

a:hover
{
	text-decoration:underline;
}

/**
 * Page layout
 */
#wrapper 
{
	margin:100px auto;
	width:1051px;
}

#left	
{
height: 510px;
}

#leftSub	
{
	margin: 3px 0 0 10px;
	width: 90px;
	float: left;
	height: 200px;
}	

#main {
	width: 736px;
	height: 510px;
	margin-left:285px;
	background-color: #eaeaea;
}

.references #main, .contact #main	{
	background-color: #fff;
}

#copyright	{
	top: 455px;
	position:absolute;
	width: 260px;
	text-align: left;
	font-size: 10px;
	color: #8F8F8F;
}


.albumdownload	{
	top: 420px;
	position:absolute;
	width: 260px;
	text-align: right;
}

.albumdownload	a	{
	font-size: 10px;
}

.mod_article.albumdownload	{
	padding: 5px ;
}


.Albumdescription
{
	top: 470px;
	position:absolute;
	width: 260px;
	border-top: 1px solid #8F8F8F; 
	
}

.Albumdescription p
{
	text-align: right;
	color: #8F8F8F;
	font-size: 10px;
	
}

.mod_article.Albumdescription	{
	padding: 5px ;
}



/** 
 * Style
 */
.logo h1	
{
	display: none;
} 
 
 
 

