/* Default CSS */
/* Generated by the CoffeeCup HTML Editor - www.coffeecup.com */

body {font: 90%/1 "DejaVu Sans", "URW Gothic L", "Helvetica Neue", Helvetica, Arial, "Microsoft Sans Serif", sans-serif; 
    }
     

#ramme {
  width: 660px;
  margin: 0 auto;
}

article { 
         width:95%;
margin-top:20px;
margin-left:5px;
background-color:#FFFFFF;
border:5px solid #83047A;
-moz-border-radius:43px;
-webkit-border-radius:43px;
border-radius:43px;
/*IE 7 AND 8 DO NOT SUPPORT BORDER RADIUS*/
-moz-box-shadow:0px 0px 18px #000000;
-webkit-box-shadow:0px 0px 18px #000000;
box-shadow:0px 0px 18px #000000;
/*IE 7 AND 8 DO NOT SUPPORT BLUR PROPERTY OF SHADOWS*/
opacity:0.95;
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=95);
/*-ms-filter must come before filter*/
filter: alpha(opacity=95);
/*INNER ELEMENTS MUST NOT BREAK THIS ELEMENTS BOUNDARIES*/
/*All filters must be placed together*/}

article ul li{text-decoration:none;
              list-style:none;
              font-size:large; }
              

article H1 {padding-left:20px; }

article figure{float:left; }

	table
	{
		border-collapse: collapse;


	}

	td
	{
		border-right: 1px solid #fff;
		border-bottom: 1px solid #fff;
		padding: .5em;

	}

	tr
	{
		background: #B0C4D7;
	}

	thead td
	{
		background: #036;
		color: #fff;
	}

	tbody td
	{
		font-weight: normal;
		background: #658CB1;
	}

	th {
	   font-weight: normal;
	   background: #036;
	   color:#fff; }

    td a
       { text-decoration:none;
         color: #fff;}

     td a:hover { color: #FF8800; }

     td  li { display: block;
              }
   
 
 
