@charset "utf-8";
/* CSS Document */

body {
background-image: url("images/back.jpg");background-position: top center; background-repeat: no-repeat;
background-color: #6e684e;
  margin-top:6px;
  margin-bottom: 20px;
  text-align:center;
  margin-right: auto;
  margin-left: auto;
}
a:link            { color: #e4993f; text-decoration: none; }
a:visited        { color: #e4993f; text-decoration: none; }
a:hover         { color: #ffffff; text-decoration: underline; }

td {
font-family: Verdana, Arial, sans-serif;
font-size: 12px;
line-height: 20px;
color:#cccccc;
-moz-box-shadow: 3px 3px 4px #000;
   -webkit-box-shadow: 3px 3px 4px #000;
    box-shadow: 3px 3px 4px #000;
   /* For IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
   /* For IE 5.5 - 7 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
}


th {
	font-family: Verdana, Arial, sans-serif;
}

li {list-style-image:url("images/square.gif");}

.headline {
	color: #cccccc;
	font-weight: bold;
	}

.main_text {color: #cccccc; margin: 55px 40px 25px 30px; padding: 15px 20px 105px 20px;  }
.text {color: #cccccc; margin: 5px 40px 5px 30px; padding: 5px 20px 5px 20px;  }  

.menu {padding: 2px 20px 2px 10px; background-color: #000000; margin-top: 0; text-align: right; border-bottom: dotted 1px #79755f;}

.border1 {border: 5px solid #79755f; background-color: #000000;  height: 712px;}
.border2 {border: 8px solid #79755f; background-color: #000000;  }
.border3 {border: 8px solid #79755f; background-color: #000000; height: 470px; background-image: url("images/background.jpg"); /* background-position: top center; background-repeat: no-repeat; */}

	


