/* CSS Document */
body {
  background-color : #ffffff;
  margin : 0px;
}

table.admin_head {
  text-align: left;
  background-color : #6C1A29;
  height : 80px;
  width : 100%;
}

td.admin_head {
  font-family : verdana, arial, sans-serif;
  font-size : 20px;  
  font-weight : bold;
  color : #ffffff;
  padding-left : 20px; 
}

.headline {
  vertical-align: middle;
  font-family : verdana, arial, sans-serif;
  font-size : 18px;  
  font-weight : bold;
  text-align: center;
  color : #6C1A29;
}

table.ramme {
  border-width: 1px;	
	border-style: solid;	
	border-color: #7F9DB9;
}

.besked {
  font-family : verdana, arial, sans-serif;
  font-size : 12px;  
  font-weight : normal;
  color : #7F9DB9; 
  text-align : center;
}

td.logintxt {
  vertical-align: middle;
  font-family : verdana, arial, sans-serif;
  font-size : 13px;  
  font-weight : bold;
  text-align: left;
  padding : 4px;
  color : #6C1A29;
  width : 100px;
}

a:link {color:#ffffff; text-decoration: none;}
a:visited {color:#ffffff; text-decoration: none;}
a:hover {color:#55ee55; text-decoration: underline;}












