
/*** (c) 2007 Maison en Ventoux - v1.1 CSS-Autor Georg Conrad ***/

/*** container ***/

html, body	{ 
	margin: 0px; padding: 0px; 
	font-family: Verdana, Helvetica, sans-serif; 
	font-size: 100%; 
	color: #221111;
	background-color: #8B8453;
	text-align: center; }

#wrapper { 
	background-image:url("../-/HGrund/MeV-Wrapper.jpg");
	background-position: 0px 0px;
 	background-repeat: repeat-y;
	background-color: #EBE4D2;
	color: #221111;
	position: relative; 
	margin: 0px auto; width: 976px; 
	text-align: left; }

#head {
	position: relative; 
	margin: 0px auto; width: 976px; 
	text-align: center;
	height: 173px;
	background-position: 0px 0px;
 	background-repeat: no-repeat; }

#menue { 
	float: left; 
	width: 239px;
	min-height:381px;
	background-position: 0px 0px;
	background-repeat: no-repeat;
}

#content { 
	float: left;
	width:469px; }

#infobox {
	float: right;
	width: 188px;
	padding-left: 20px;
	padding-right: 40px;
	border-left: olive;
	border-width: 0 0 0 1px;
	border-style: none none none dotted;
}

#footer {
	clear: both;
	height: 173px; 
	background-color: #8B8453;
	background-position: 0px 0px;
 	background-repeat: no-repeat;
	text-align: left; }

/*** Texte ***/

h1, h2, h3, h4, p, ul, li { margin: 0; padding: 0; }
p						{ margin-top: 6px; }

/*** headings ***/

h1, h2, h3	 			{ text-shadow: 2px 2px 3px #777777;
						  font-family: Times, "Times New Roman", Serif; 
						  font-weight: normal; color: #556622; }
h1 						{ font-size: 200%; letter-spacing: -2pt; 
						  font-style: italic; }
h2, h3 					{ font-size: 130%; letter-spacing: 1pt;
						  margin-top: 13px; margin-bottom: 13px; 
						  border-bottom: 1px dotted #999; }

/* Text */
p, li, td, ul			{ font-size: 80%; }
p, li					{ line-height: 150%; }
ul 						{ margin: 0px 0px 0px 20px; }

/*** Links ***/

a						{ color: #332;
						  padding: 0px 3px 0px 3px; 
						  text-decoration: none; 
						  border-bottom: 1px dotted #332; }
a:hover {
	background-color: #EBE4D2;
	color: #000; }

a:active { background-color: #fff; }

a.PDF:before { content:url(/-/PDF.gif)" "; }

a.subLink {
	font-size: 100%;
	font-family: Times, "Times New Roman", Serif;
	text-shadow: 1px 1px 2px #222;
	font-style: italic;
}

a.subLink:before { content:url(/-/LinkPfeil.jpg)" "; }

a.backLink {
	font-size: 100%;
	font-family: Times, "Times New Roman", Serif;
	text-shadow: 1px 1px 2px #222;
	font-style: italic;
}

a.backLink:before { content:url(/-/backPfeil.jpg)" "; }


#menue a {
	font-family: Times, "Times New Roman", Serif; 
	background-image: url("../-/HGrund/Transparenz.png");
	background-position: 0px 0px;
	background-repeat: repeat;
	color: #000000;
	font-size: 120%;
	text-shadow: 2px 2px 3px #222;
	margin: 10px 40px 0px 40px;
	border: 1px solid #562;
	padding: 4px 13px 3px 13px;
	display: block;
	font-style: italic;
}

#menue a#hier { 
	border-left: 1px solid #562;		
	border-top: 1px solid #562; 
	border-right: 1px solid #EBE4D2; 
   	border-bottom: 1px solid #562; 
	margin: 10px 19px 0px 40px; }

#footer {
	font-size: 50%;
	padding-top: 1px;
	padding-left: 60px; }

/*** others ***/

img { border: none; padding-top: 12px; padding-bottom: 12px; }
