/* ************** CSS FOR CHRISTINA BOTZEL ******************* */

/* Body Formatting */

BODY {
background-image: url("../graphics/background.jpg");
background-repeat: no-repeat;
background-position:top center;
padding:0;
margin:0;
}

.middle {
      background: url("../graphics/middlesection.jpg");
	background-repeat: no-repeat;
}
.bottom {
      background: url("../graphics/bottomnavs.jpg");
	background-repeat: no-repeat;
}


/* ************** TEXT FORMATTING ******************* */
h1 { 
 font-family: arial,helvetica,sans-serif;  
 font-size: 12pt; 
 line-height: 16pt;
 font-weight:normal;
 color: #9B9968;
 margin-left: 20px;
 margin-top: 20px;
 }

h2 { 
 font-family: arial,helvetica,sans-serif;  
 font-size: 11pt; 
 line-height: 12pt;
 font-weight: normal;
 color: #CCCC99;
 }

h3 { 
 font-family: arial,helvetica,sans-serif;  
 font-size: 10pt; 
 line-height: 12pt;
 font-weight:normal;
 color: #9C8B7C;
 background-color: #ffffff;
 }


p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 16pt;
	color: #E8E3DC;
	border: thin none #000000;
	font-weight: normal;
}

.en {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 16pt;
	color: #CA9A74;
	border: thin none #000000;
	font-weight: normal;
}

.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #EADFCC;
	font-weight: normal;
	}
.description {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #EADFCC;
	font-weight: normal;
	}

.navs
	{
	font-family: verdana,Arial, Helvetica, sans-serif;
	color:#FDCF95;
	font-size: 10pt;
	font-weight: bold;
	line-height:6pt;
	}
.navs-de
	{
	font-family: verdana,Arial, Helvetica, sans-serif;
	color:#926B49;
	font-size: 10pt;
	font-weight: bold;
	line-height:9pt;
	}
.big
	{
	font-family: Arial, Helvetica, sans-serif;
	color:#000000;
	font-size: 10pt;
	font-weight: bold;
	}

/* ************** LINK FORMATTING ******************* */

a 	{
	color: #FDCF95;
	}
a:hover 	{
	color: #ffffff;
	}

a.menu:active, a.menu:visited, a.menu:link {
	text-decoration: none;
	color: #FDCF95;
	}
	
a.menu:hover {
	text-decoration: underline;
	color: #ffffff;
	}
a.menublack:active, a.menublack:visited, a.menublack:link {
	text-decoration: none;
	color: #C18149;
	}
	
a.menublack:hover {
	text-decoration: underline;
	color: #ffffff;
	}
a.big:active, a.big:visited, a.big:link	{
	font-family: Arial, Helvetica, sans-serif;
	color:#000000;
	font-size: 10pt;
	font-weight: bold;
	text-decoration:none;
	}
a.big:hover {
	text-decoration:underline;
	}