@charset "UTF-8";
/* CSS Document */
body { 
font-family: 'Trebuchet MS', Tahoma, sans-serif;
font-size: 13px;
color: #555; font-weight: normal; text-align:center; }
table td{
	vertical-align:top;
	padding-left:10px; 
}

table {
font-family: "Trebuchet MS";
}
/*
h1 { font-size: 38px; margin: 0 0 10px 0; }
h2 { font-size: 34px; margin: 0 0 10px 0; }
h3 { font-size: 24px; margin: 0 0 10px 0; }
h4 { font-size: 18px; margin: 0 0 10px 0; }
h5 { font-size: 16px; margin: 0 0 5px 0; }
h6 { font-size: 14px; margin: 0 0 5px 0; }
*/
a { text-decoration: none; color: #FF7200; }

a:hover { color:  #65798E;}

/*Infobulle */

#tt {
 position:absolute;
 display:block;
 /*background:url(images/tt_left.gif) top left no-repeat;*/
 }
 #tttop {
 display:block;
 height:5px;
 margin-left:5px;
 /*background:url(images/tt_top.gif) top right no-repeat;*/
 overflow:hidden;
 }
 #ttcont {
 display:block;
 padding:2px 12px 3px 7px;
 margin-left:5px;
 background:#666;
 color:#fff;
 }
#ttbot {
display:block;
height:5px;
margin-left:5px;
/*background:url(images/tt_bottom.gif) top right no-repeat;*/
overflow:hidden;
}