/**************** css for acorate.de ****************/

/**************** body and tag styles ****************/
	body {
	  background:#f0f0f0 url(images/acorate-fond.gif) repeat-x;
	  background-position:Top Center; 
	  background-attachment:fixed; 
	  background-repeat:repeat-y; 
	  margin-top: 10px;	  
	  margin-bottom: 30px;
	  }

	#container {
	  width: 750px;
	  margin: 0 auto;
	  font-family: Verdana, Arial, Helvetica, sans-serif;
	  font-size: 11px;
	  line-height: 1.6em;
	  color: #666666;
	  }
	  
	#container2 {
	  width: 746px;
	  margin: 0 auto;
	  font-family: Verdana, Arial, Helvetica, sans-serif;
	  font-size: 11px;
	  line-height: 1.6em;
	  color: #666666;
	  }
		
	h1 {
	  font-family: Verdana, Arial, Helvetica, sans-serif;
	  font-weight: normal;
	  font-size: 26px;
	  color: 313131;
	  margin-bottom: 30px;
	  background-color: #F0F0F0;
	  font-style: italic;
  	}
		
	h2 {
	  color: #313131;
	  font-size: 16px;
	  font-family: Verdana, Arial, Helvetica, sans-serif;
	  background-color: #F0F0F0;
	  }
		
	h3 {
	  font-size: 16px;
	  font-style: italic;
	  font-family: Verdana, Arial, Helvetica, sans-serif;
	  color: ##666666;
	  padding-bottom: 10px;
	  border-bottom: 1px solid #DDDDDD;
	  }
	
	a {
	  color: #0061ab;
	  background-color: #f0f0f0;
	  text-decoration: none;
	  font-weight: bold;
	  }

	a:hover {
	  background-color: #f0f0f0;
	  color: #0061ab;
	  font-weight: bold;
	  text-decoration: underline;
	  }

/**************** images styles ****************/		
	a img{
	  border: none;
	  }

	img.left,img.center,img.right {
	  padding: 4px;
	  border: 1px solid #666666;
	  }

	img.left {
	  float: left;
	  margin: 0 12px 5px 0;
	  }

	img.center {
	  display: block;
	  margin: 0 auto 5px auto;
	  }

	img.right {
	  float: right;
	  margin: 0 0 5px 12px;
	  }

/**************** form styles ****************/
	form {
	  float:right;
	  font-family: Verdana, Arial, Helvetica, sans-serif;
	  font-size: 11px;
	  }
		
	input {
	  background-color: #FFFFFF;
	  color: #0061ab;
	  border: 1px solid #0061ab;
	  font-size: 11px;
	  padding: 3px;
	  }
		
	form input.button {
	  padding: 2px;
	  background-color: #0061ab;
	  color: #FFFFFF;
	  border: 1px solid #0061ab;
	  font-size: 11px;
	  }
	  
	form input.button:hover {
	  color: #f0f0f0;
	  background-color: #0061ab;
	  border:2px solid #FF0000;
}

/**************** header styles ****************/
	#header {
	  width: 750px;
	  border: 0px;
	  padding-bottom: 0px;
	  padding-top: 0px;
	  margin-bottom: 15px;
	  clear: both;
	  }
	#header p { 
	  margin-top: 0px;
	  margin-left: 30px;
	  color: #666666;
	  }

/**************** menu styles ****************/
    #tabs10 {
	float:left;
	width:750px;
	font-size:110%;
	padding-bottom:0px;
	line-height:normal;
	background-color: #f0f0f0;
      }
    #tabs10 ul {
	  margin:0;
	  padding:0px 5px 0 22px;
	  list-style:none;
      }
    #tabs10 li {
      display:inline;
      margin:0;
      padding:0px;
      }
    #tabs10 a {
      float:left;
      background:url("images/tableft10.gif") no-repeat left top;
      margin:2px;
      padding:0 0 0 5px;
      text-decoration:none;
      }
    #tabs10 a span {
      float:left;
      display:block;
      background:url("images/tabright10.gif") no-repeat right top;
      padding:5px 15px 5px 6px;
      color:#f0f0f0;
      }
    #tabs10 a span {
	  float:none;
	  }
    #tabs10 a:hover {
      background-position:0% -42px;
      }
    #tabs10 a:hover span {
      background-position:100% -42px;
      }

/**************** content styles ****************/
	#content {
	  width: 520px;
	  padding-left: 10px;
	  padding-right: 10px;
	  padding-top: 20px;
	  float: right;
	  }
		
	#content p {
	  padding-bottom: 10px;
	  border-bottom: 1px solid #DDDDDD;
	  }
	  
/**************** sidebar styles ****************/
	#sidebar {
	  width: 175px;
	  padding-left: 21px;
	  padding-right: 10px;
	  padding-top: 20px;
	  float: left;
	  }
		
	#sidebar p {
	  padding-bottom: 10px;
	  border-bottom: 1px solid #DDDDDD;
	  }
	  
/**************** footer styles ****************/
	#footer {
	  margin-top: 15px;
	  padding-top: 0px;
	  padding-bottom: 0px;
	  padding-left: 2px;
	  padding-right: 2px;
	  clear: both;
	  width: 742px;
	  background-color:#666666;
	  }
		
	#footer p {
	  color:#FFFFFF;
	  padding: 5px;
	  text-align: center;
	  }
		
	#footer p a {
	  color: #FFFFFF;
	  background-color:#666666;
	  font-weight:100;
	  border-bottom: 1px dotted #FFFFFF;
	  }
		
	#footer p a:hover {
	  color: #FFFFFF;
	  text-decoration: none;
	  border-top: 1px dotted #FFFFFF;
	  border-bottom: 0px dotted #FFFFFF;
	  }
