/*Franz IX CSS-Styles*/

/***********************************************/
/*ALLGEMEIN                           */
/***********************************************/

body{
	font-family: Arial,sans-serif;
	color: #333333;
	background-color:#CE9326;
	line-height: 1.166;	
	height:50%;
	margin: 0px;
	padding: 0px;		
}



h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 150%;
 color: #334d55;
}

h2{
 font-size: 100%;
 color: #333333;
 padding: 0 0 0 0;
}

h3{
 font-size: 100%;
 color: #334d55;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #333333;
}

h5{
 font-size: 100%;
 color: #334d55;
}







/***********************************************/
/*CONTENT                           */
/***********************************************/
#adresse{
font-size: 80%;
text-align:right;
padding: 0 10px 0 0;
position:relative;
top: 30px;			
}
#content{
	text-align:center;
	width:692px;
	height:480px;
	padding: 30px 0px 0px 30px;
	border-right:1px solid #E4BA66;
	line-height:1.3;		
 	background:#FFF4DE; 	
 	background-repeat:repeat-y;

}
#content p{	
	padding: 0px 0px 0px 0px; 
	
	}



