/* CSS Document */

/*Normalizes margin, padding*/
body, div, dl, dt, dd, ul, li, h1, h2, h3, h4, h5, form, fieldset, input, p, blockquote, th, td
{ margin: 0; padding: 0; }

/*Normalizes font-size for headers*/
h1, h2, h3, h4, h5
{ font-size: 100%; }

/*Removes list-style from lists*/
ul { list-style: none; }
table { border: none; }

/*Normalizes font-style and font-weight to normal*/
address, caption, cite, em, strong, th { font-style: normal; font-weight: normal; }

/*Removes borders from fieldset and img*/
fieldset, img { border: 0; }

/*Left-align text in caption and th*/
caption, th { text-align: left; }


html {
	 background-color: #CDBC9E;

}

body {
	position: relative;
	width: 770px;
	margin: 0 auto;	
	text-align: left;
	font: 88%/1.5 Arial, "Lucida Sans Console", sans-serif;
	background: #FFF  url(../imgs/jpgs/texture2.gif) top center;
	
}

#container {
	margin: 0 auto;
	width: 760px;
	background: url(../imgs/jpgs/texture2.jpg) left bottom;
	border-right: 1px solid #CCC;
	border-left: 1px solid #CCC;  
	
}

/*TYPOGRAPHY*/

h1 {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 24px;
	color: #598659;
	font-weight: normal;
}

h2 {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 18px;
	color: #598659;
    font-weight: normal;
}

h3 {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 14px;
	color: #598659;
    font-weight: normal;
}

p { 
	font-family: Arial, "Lucida sans Console", sans-serif;
	font-size: 14px;
	color: #598659;
	line-height: 115%;
}

span {
	font-size: 0.95em;
	color: #598659;
	font-weight: bold;
}

a:link, a:visited, a:active {
	color: #598659;
	text-decoration: none;
}	
a:hover {
	color: #598659;
	text-decoration: underline;	  
}
a.current {
	color: #AD9161; 		
} 			

/* MASTHEAD */

#masthead {
	position: relative;
	width: 100%;
}

#branding {
	width: 100%;
}

#branding img {
    float: left;
	width: 142px;
	height: 70px;
	padding: 30px 0 10px 50px;
}

blockquote p {
    float: right;
	font-size: 0.9em;
	font-style: italic;
	text-align: right;
	padding-right: 45px;
	padding-top: 84px;
}

body#ecorce blockquote p { 
	padding-top: 70px;
}

/*MAIN NAVIGATION*/

#mainNav {
    clear: both;
	float: left;
	margin-left: 3em;
	margin-right: 3em;
	border: 1px solid #AD9161;
	width: 90%;
}

#mainNav li {
	display: inline;
	width: 3em;
	padding-left: 3.5em;
	text-align: center;
	list-style-type: none;
	color: #598659;
}

body.english #mainNav li {
	padding-left: 3em;
}

body.deutsch #mainNav li {
	padding-left: 3.2em;
	
}
	
#mainNav a {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 1.1em;
}

#mainNav a:link, a:active {
	text-decoration: none;
}

#mainNav a:hover {
	text-decoration: none;
	color: #AD9161;
}			

#gites {
	padding-right: 15px;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 1.1em;
	background: url(../imgs/jpgs/arrow.gif) no-repeat 8em 70%;
}

body.english #gites {
	background: url(../imgs/jpgs/arrow.gif) no-repeat 7.5em 70%;
}

body.deutsch #gites {
	background: url(../imgs/jpgs/arrow.gif) no-repeat 6em 70%; 
}
	
.end {
	border-right: 1px solid #AD9161;
	padding-right: 0.8em;
}
	
#secondNav{
    clear: both;
	margin-left: 5.5em;
	padding-top: 2px;
	width: 80%;
}
#secondNav li {
	display: inline;
	width: 4em;
	padding-left: 0.5em;
	padding-right:0.5em;
	border-left: 1px solid #AD9161;
}

#secondNav a {
	font-family: Arial, "Lucida Sans", sans-serif;
	font-size: 0.9em;
	background: #EFEBE7;
}
	

/*FOOTER*/		

#footer {
	clear: both;
	position:relative;
	background: #EFEBE7;
	

	
}	
#footer p {
	font-size: 0.9em;
	text-align: center;
	padding-top: 1em;
	padding-bottom: 1.5em;
	padding-left: 3em;
	padding-right: 3em;
	
}
	

#subnav {
	clear: both;
}	
#subnav ul {
	width: 100%;
	
} 	
#subnav li {
   	display: inline;
	color: #AD9161;
	font-size: 12px;
	
}
#subnav li a {
	color: #AD9161;
	padding-left: 1em;
	padding-right: 1em;
	text-decoration: none;
	color: #AD9161;
}

body.english #subnav li a {
	padding-left: 1.3em;
}	
 body.deutsch #subnav li a {
 	padding-left: 1.3em;
}	
		
#subnav li a:hover {
	text-decoration: underline;
}
#subnav li a.current  {
	color: #598659;
}
#designInfos {
	position: relative;
}
	
#designInfos ul {
	width: 100%;
	padding-top: 0.5em;
}
#designInfos li {
	display: inline;
	font-size: 0.8em;
	color: #939393;
	padding-right: 2em;
	padding-left: 2em; 
}

.design_firm {
	font-variant: small-caps;
	color: #939393;
}
