* {
	padding: 0em;
	margin: 0em;
}

body {
	background: #D9EAF4;
}

#head {
	background: transparent url(../img/header.jpg) no-repeat scroll 0 0;
	border-left : 1px solid #000;
	border-right : 1px solid #000;
	border-bottom : 1px solid #000;
	width: 1000px;
	height: 124px;
	margin: 0px auto;
	z-index: 3;
}

#header {
	margin: 0px auto;
	padding: 1em;
}

#start {
	float : right;
	margin: 20px 35px 0px 100px;
}

#container {
	background: #fff; 
	width : 1000px;
	margin: 0px auto;
	border-left : 1px solid #000;
	border-right : 1px solid #000;
	border-bottom : 1px solid #000;
}

#containerhead {
	background: #fff url('../img/border1.gif') repeat-x;
	height: 16px;
	width : 100%;
	margin: 0px auto;
}

#containerbottom {
	background: #fff url('../img/border3.gif') repeat-x;
	height: 14px;
	width : 100%px;
	margin: 0px auto;
}

#inner {
	margin: 1em;
	padding: 0 0 1em 0;
}

table.table {
   font-weight: normal; 
}

tr.table {
  vertical-align:top;
}

table.hover {
   font-weight: normal;
}

tr.hover {
  vertical-align:top;
}

#header h1 {
	font-weight: bold;
	font-variant:small-caps;
	color: #000;
	font-size: 2.5em;
}

#header h2 {
	font-size: 1.0em;
	font-weight: bold;
	color: #000;
}

#footer {
	background: #fff url('../img/border1.gif') repeat-x;
	height: 0.5em;
	padding: 2em 0 0 1em;
	margin-bottom: 1.5em;
	margin-left: 12px;
	margin-right: 12px;
}

#bottom {
	height:35px;
	width: 780px;
	background:url(../img/background_bottom.jpg) no-repeat;
}

p {
	line-height: 1.5em;
	margin-bottom: 1.0em;
	text-align: justify;
	font-size: 12px;
}

.small {
  font-size : 80%;
}

.center {
	line-height: 1.5em;
	text-align: center;
	font-size: 12px;
}

a {
	color: #27537A;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: none;
}

.contentarea {
	padding-top: 1.3em;
}

img.left {
	position: relative;
	float: left;
	margin: 0em 1.8em 1.4em 0em;
}

img.right {
	position: relative;
	float: right;
	margin: 0em 0em 1em 1.8em;
	padding: 0.2em;
}

.divider1{
	position: relative;
	background: #fff url('../img/border2.gif') repeat-x;
	height: 14px;
	margin: 2.0em 0em 1.5em 0em;
	clear: both;
}

.divider2 {
	position: relative;
	height: 1px;
	border-bottom: solid 1px #eaeaea;
	margin: 2.0em 0em 2.0em 0em;
}

.box {
	float: right;
	width: 13em;
	position: relative;
	background: #FDFCF6 url('../img/boxbg.gif') repeat-x;
	padding: 1em;
	border: solid 1px #E1D2BD;
	margin-bottom: 1.0em;
	margin-left: 1.0em;
}

ul{
	list-style: none;
	/* padding-left: 10px; */
	font-size: 12px;
}

li.list {
	background-image:url(../img/liste.png);
	background-position:0 2px;
	background-repeat:no-repeat;
	padding-left:25px;
	text-align:left;
}

ul.linklist {
	list-style: none;
}



ul.linklist li {
	line-height: 2.0em;
}

h4 {
	line-height: 30px;
}

