

body{
	background:#6C6C6C url(images/page-bg_grey.png);
	margin:0px;
}

ul{margin:0px; padding:0px;}
a {text-decoration:none;color:#7C7C7C;}
a:hover {color:#A7988B;}
a img{border:0px;}

p,td,li{
	font-family: 'Droid Sans', sans-serif;
    color:#222222; 
    font-size:0.75em; 
    font-weight:100; 
    line-height:180%; 
    margin-top:0px;
    margin-bottom:0px;
}
b{font-weight: bold;}

h1 {font-family: 'Droid Serif', serif; 
    color:#7C7C7C; 
    font-size:1.0em; 
    letter-spacing:0.2em;
    font-weight:100}
    
h2 {font-family: 'Droid Serif', serif; 
    color:#7C7C7C; 
    font-size:0.8em; 
    letter-spacing:0.05em; 
    font-weight:100;
    margin-top:10px;
    margin-bottom:10px;}
/*
h3 {font-family: 'Droid Sans', sans-serif;
     color:rgb(34,34,34); 
     font-size:0.75em; 
     font-weight:100; 
     line-height:180%; 
     font-weight:bold; 
     margin-top:0px;
     margin-bottom:0px;}
     
h4 {font-family: 'Droid Sans', sans-serif; 
    color:rgb(100,100,100); 
    font-size:0.75em; 
    font-weight:100; 
    line-height:180%; 
    margin-top:0px;
	margin-bottom:0px;}
 */        

#container{
	width:950px;
	margin:0px auto 300px auto;
	background:url(images/bg_upper_layer.png);
	overflow:auto;
	padding-bottom:100px;
}

/****************************************************/
/* HEADER */
/****************************************************/

#header{
	width:864px;
	height:215px;
	background-color:#cacaca;
	padding:0px 43px;
	position: fixed;
	top:0px;
	left:50%;
	margin: 0 0 0 -475px;
}
#header #de{
	padding-top:15px;
	float:left;
	font-family: 'Droid Serif', serif; 
    color:#B82429; 
    font-size:1.0em; 
    letter-spacing:0.2em;
}
#header #en{
	padding-top:35px;
	float:left;
	font-family: 'Droid Serif', serif; 
    color:#B82429; 
    font-size:1.0em; 
    letter-spacing:0.2em;	
}
#header #details{
    float:left;
    padding-top:20px;
}
#header #main-menu{float:right; padding-top:45px;}
#header #main-menu li{
	float:left;
	list-style:none;
	margin-left:27px;
	font-family: 'Droid Serif', serif; 
    font-size:1.0em; 
    letter-spacing:0.1em;
    font-weight:80;
}


/****************************************************/
/* DESCRIPTION SECTION */
/****************************************************/

#description{margin:0px 43px; padding-top:250px;}
#description h1{float:left;}
#description p{padding-bottom:7px;}

/****************************************************/
/* SUMMARY SECTION */
/****************************************************/

#summary{margin:0px 43px; padding-top:60px;}
#summary h1{float:left;}
#summary h2{margin-top:20px;}
#summary p{padding-bottom:5px;}

/****************************************************/
/* LITERATURE SECTION */
/****************************************************/

#literature{margin:0px 43px; padding-top:60px;}
#literature h1{float:left;}
#literature p{padding-bottom:5px;}



/****************************************************/
/* MISC */
/****************************************************/
.top-divider, .bottom-divider{
	width:100%;
	height:2px;
	background:url(images/divider.png) repeat-x;
	clear:both;
}
.top-divider{margin-bottom:20px;}
.bottom-divider{margin-top:20px;}
