*{ 
   margin: 0; 
   padding: 0;
}	

a:link {
	color: #336699;
	text-decoration: underline;
}

a:visited {
	color: #336699;
	text-decoration: underline;
}
	
a:hover {
	color: #336699;
	text-decoration: none;
}

h1 {
   text-align: left; 
   font-size: 1.5em; 
   margin: .2em 0 .6em 0; 
}

h2 {
   text-align: left; 
   font-size: 1.1em; 
   margin: 1em 0 .4em 0;
}

h3{
	font-family: Brush Script std;
	font-size: 2.2em;
	font-weight: lighter;
	margin: 0 0 1em 0; 
	text-align: center; 
	color: #c00;
}

table{
 border: 1px solid #555;
}

table tr{
  font-size: 1.1em;
   padding: .3em .5em 0 0;
 }
table td{
  font-size: 1.1em;
   padding: .3em .5em 0 0;
 }

body, html{
height: 100%;
}

#resultat ul{
   list-style-type: none;
   list-style-position: outside;
   margin: 0 0 1em 0;
 }

#resultat li{
   font-size: 1.1em;
}



body{
   text-align: left; 
   font-family: Verdana, Arial, sans-serif;
   font-size: 80%; 
   color: #000;
   background-image: url('../images/presentation/bg_prick_2.gif');
   background-repeat: repeat;
 
   background-attachment: fixed;
}

ul{
   list-style-position: inside;
   margin: .5em	 0;
   }

p{
   font-size: 1.1em;
   margin-bottom: .8em;
 }


#container{
   position: relative;
   width: 750px; 
   min-height: 95%;
   margin: 1em auto; 
   border: 2px solid #bdb76b;
   background-color: #fff;
}


#header{
   height: 135px;
   background-image: url('../images/presentation/header.gif');
}

#header h1{
float: right;
font-family: Brush Script std;
font-size: 2em;
font-weight: lighter;
margin: 3.8em 5.3em 0 0;
color: #c00;
}

#navigation {
   background-color: #6699ff;
   margin: .2em 0 0 0;
}

#navigation ul{
   list-style-type: none;
   margin: .1em 0 0 0;
   padding: .4em .4em .4em .6em;
   font-size: .85em;
   font-weight: bold;
   text-align: center;
   color: #fff;
   text-align: left;
}

#navigation li{
   display: inline;
}	

#navigation a:visited, #navigation a:link{
   color: #fff;
   text-decoration: none;
}

#navigation a:hover {
   border-bottom: 1px solid #fff;
}

#navigation #current a, #navigation #current li {
	color: #fff;
   border-top: 1px solid #fff;
   border-bottom: 1px solid #fff;
}
	
#content{
   width: 700px; 
   height: 100%;
   padding: 1.1em 0;
   margin: 2em auto;
   line-height: 1.4em;
}

#imgleft{
   width: 200px; 
   float: left;
   clear: right;
   padding: .5em;
   margin: .9em 1.4em .9em 0;
   background-color: #f1f0e5;
   font-size: .85em;
}

#imgright{
   width: 250; 
   float: right;
   clear: left;
   padding: .3em .3em .2em .3em;
   margin: 1em 2em 0 .8em;
   border: 2px solid #bdb76b;
   font-size: .85em;
   text-align: center;
}
#imgcenter{
   padding: .4em;
   margin: auto;
   text-align: center;
}
#imgcenter p{
   margin-top: .5em;
   font-family: Brush Script std;
   font-size: 2em;
   font-weight: lighter;
   color: #c00;
   text-align: center;
}

#laenkar{
}

#laenkar ul{
margin-bottom: 1.0em;
}

#laenkar li{
   margin-bottom: .6em;
}

#footer{
   position: absolute;
   bottom: 0;
   width: 100%;
   height: 15px;
   background-color: #6699cc;
   padding: .3em 0;
   text-align: center;
   color: #fff;

}
#footer p{
   font-size: .85em;
   font-weight: bold;
}


#footer a:link{
   color: #fff;
}

#footer a:visited{
   color: #fff;
}

.bold{
   font-weight: bold;
}
.font_script {
   font-family: Brush Script Std, Monotype Corsiva, Arial, Verdana, sans-erif;
   font-size: 1.8em;
   text-align: center;
}