/* ######## Reset CSS Start ######## */

html,address,blockquote,body,div,dl,dt,dd,fieldset,form,h1,h2,h3,h4,h5,h6,ol,p,ul,li,center,hr,pre,table,tr,td,th,thead,tbody,tfoot,caption {
	font-family:inherit; font-style:normal; font-weight:normal;
	font-variant:normal; font-size:inherit; line-height:inherit;
	text-align:left; text-decoration:none; padding:0; margin:0;
	float:none; border:0px; display:block; cursor:default; }
span,a,img,abbr,code,em,strong,b,i,textarea,legend,button,input,object,select,var,tt,kbd,samp,small,sub,sup {
	font:inherit; background:transparent; padding:0; margin:0;
	color:inherit; display:inline; float:none; border:0; }

li       { display:list-item; }

table    { display:table; border-spacing:0; border-collapse:collapse; }
tr       { display:table-row; }
th,td    { display:table-cell; }
thead    { display:table-header-group; }
tbody    { display:table-row-group; }
tfoot    { display:table-footer-group; }
caption  { display:table-caption; }
colgroup { display:table-column-group; }
col      { display:table-column; }

head     { display:none; }

button,textarea,input,object,select { display:inline-block; }

/* Optionales */
html {
	font-family:'Lucida Grande', 'Trebuchet MS', Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;
	font-size:small; line-height:1.5em; }
a:link, a:visited, a:hover, a:active { cursor:pointer; }
input, textarea { cursor:text; }
ul li { list-style-type:square; }
ol li { list-style-type:decimal; }

/* ######## Reset CSS End ######## */


body {
	background: #9f9f9f url(../images/gradient.gif) repeat-x;
}

p {
	padding:0 0 10px 0;
}

h1 {
	padding-bottom:8px;
	font-size: 16px;
	font-weight: bold;
	color:#e60000;
}

h2  {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	line-height: 16px;
}

#head {
	display: block;
	margin: 0 auto 0 auto;
	width: 873px;
	height: 213px;
	background: url(../images/head.gif) no-repeat;}

#mainarea {
	margin: 0 auto 0 auto;
	background: #FFFFFF;
	width: 873px;
	min-height:250px
}

#foot {
	display: block;
	width:873px;
	height:62px;
	margin:0 auto 0 auto;
	background: url(../images/bottom.gif) no-repeat;
	text-align:center;
	font-weight:bold;
}

#copyright {
	text-align: center;
	font-weight:bold;
	margin-top:-5px;
}

#navigation {
	float: left;
	margin: 0 15px 0 15px;
}

#navigation ul {
	width: 150px;
	border: 1px solid black;
}

#navigation li {
	padding:3px;
	padding-left:6px;
	border-bottom: 1px solid black;
	list-style-type: none;
	background: #f4f4f4;
}
#navigation li:hover {
	background: #FFFFFF;
	color: #e60000;
}

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

#navigation  a:hover {
 	color: #e60000;
}

#partner {
	border-left: 2px solid #b2b2b2;
	padding: 5px;
	width: 150px;
	height: 235px;
	text-align: center;
	float:right;
}

#partner img {
	padding-top:15px;
	border:none;
}

#content {
	padding: 0 185px 5px 200px;
}

#content img {
	border:none;
}

#liste {
	margin-top:5px;
}

#liste ul li {
	padding-left: 3px;
	list-style-type: none;
}

#liste ul li img {
	padding-right: 3px;
}