body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(images/layout/bg.jpg);
	background-repeat: repeat-x;
	background-color: #91BAE8;
	background-attachment:fixed;
	line-height:130%;
	color: #000033;
}
#outside {
	position:relative;
	width:500px;
	margin:auto;
	margin-top:50px;
	margin-bottom:10px;
}
#content {
	padding:20px;
	padding-top:160px;	
	background-color: #FFFFFF;
}

h1 {
	font-size: 22px;
	color: #486AA4;
	background-image: url(images/layout/header1bg.gif);
	margin: 0px;
    padding: 0px 0px 0px 25px;
    line-height: 41px;
    background-repeat: no-repeat;
	
}
h3 {
	font-size: 16px;
	font-weight:bold;
	color: #57161E;
	padding: 0px 0px 0px 25px;
}
h2 {
	font-size: 18px;
	color: #57161E;
	background-image: url(images/layout/header2bg.gif);
	padding: 0px 0px 0px 25px;
    line-height: 41px;
    background-repeat: no-repeat;
}

p.adresse {
	margin-bottom:0;
	padding: 3px;
	border: 1px solid #486AA4;
	background-color: #BBD2F5;
}
.Stil1 {font-size: 14px; line-height:130%;}
a img { border: 1px solid #486AA4;} 
.rand-right { margin-right:16px; }
a { color:#486AA4;}
a:hover { text-decoration:none; }