/* CSS Document */

body {
	text-align: center;
	margin: 10px 0;
	font: 11px/13px 'Myriad Web Pro', 'Myriad Pro', 'Trebuchet MS', Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #B4ABA2;
}

#masque {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 3;
	width: 100%;
	background-color: #000000;
	filter: alpha(opacity=25);
	-moz-opacity: 0.25;
	-khtml-opacity: 0.25;
	opacity: 0.25;
	visibility: hidden;
}

#global {
	position: relative;
	margin: 0 auto;
	width: 780px;
	text-align: left;
	overflow: hidden;
}

#footer {
	position: relative;
	padding: 10px 20px;
	background-color: #B4ABA2;
	font-size: 9px;
	line-height: 12px;
}

#footer h1 {
	font-size: 9px;
	font-weight: normal;
	line-height: 12px;
	margin: 0;
	padding: 0;
	display: inline;
}

a {
	outline: none;
	color: #E20E4F;
	text-decoration: underline;
}

h2 {
	margin: 10px 0 2px 0;
	padding: 0;
	font: 11px/13px 'Myriad Web Pro', 'Myriad Pro', 'Trebuchet MS', Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}

h3 {
	font: bold 12px/15px 'Myriad Web Pro', 'Myriad Pro', 'Trebuchet MS', Arial, Helvetica, sans-serif;
	margin: 0 0 5px 0;
}

h4 {
	margin: 0 0 2px 0;
	padding: 0;
	font: 12px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}

p {
	margin: 0 0 10px 0;
}

ul {
	margin: 0 0 15px 0;
	padding: 0;
}

li {
	background: url('../../picts/puce_bg_noir.gif') no-repeat 0 5px;
	list-style-type: none;
	margin-top: 6px;
	padding-left: 12px;
}

li.bg_blanc {
	background: url('../../picts/puce_bg_blanc.gif') no-repeat 0 5px;
}

.legende {
	font-size: 9px;
	line-height: 11px;
}

.trennlinie {
    height: 1px;
    line-height: 1px;
	font-size: 1px;
    background: url('../../picts/hr_bg.gif') repeat-x top left;
    margin: 20px 0;
    clear: both;
}

form {
	padding: 0;
	margin: 0;
}

input, textarea {
	font: normal 12px 'Myriad Web Pro', 'Myriad Pro', 'Trebuchet MS', Arial, Helvetica, sans-serif;
	color: #333333;
	padding: 1px;
	margin: 0;
}

select {
	font: normal 12px 'Myriad Web Pro', 'Myriad Pro', 'Trebuchet MS', Arial, Helvetica, sans-serif;
	color: #333333;
}