html, body {
	margin: 0px;
	padding: 0px;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #DADADA;
}

img {
	border: 0px;
}

a:link {
	text-decoration: none; 
	color: #E10B1A; 
	font-weight: bold;
}
 
a:active {
	text-decoration: none; 
	color: #E10B1A; 
	font-weight: bold;
}
 
a:visited {
	text-decoration: none; 
	color: #E10B1A; 
	font-weight: bold;
} 

a:hover {
	text-decoration: underline; 
	color: #E10B1A; cursor: hand; 
 	font-weight: bold;
}

.content {
	font-family: Verdana,Tahoma,Arial; 
	font-size: 10pt; 
	color: #333333;
	padding: 20px;
}

.pic_right {
	float: right;
	margin-left: 10px;
}

.pic_left {
	float: left;
	margin-right: 20px;
}

td {
	font-family: Verdana,Tahoma,Arial; 
	font-size: 10pt; 
	color: #333333;
	vertical-align: top;
}

.formular {
	background: #ffffff;
	font-family: Verdana,Tahoma,Arial; 
	font-size: 10pt; 
	color: #333333; 
	border: 1px #D2CEDB solid; 
	margin-bottom:4px;
	padding:2px;
}

.adresse {
	font-size: 8pt;
	text-align: center;
	margin-top: 28px;	
}

h1 {
	margin-top:0px;
	font-size: 12pt;
	color: #E10B1A;
}

h2 {
	margin-top:0px;
	font-size: 11pt;
	color: #666666;
	margin-bottom: 0px;
}

.termine1 {
	color:#ffffff;
	width:140px;
	text-align:right;
}

.termine2 {
	background-color:#eeeeee;
	width:580px;
	padding-left:25px;
}

.termine3 {
	background-color:#eeeeee;
	width:200px;
}

ul {
	list-style-type: square;
}

.news_date {
	font-size: 9pt;
	color: #666666; 
}