@import url("norm.css");

/*
    Allgemeine Einstellungen
*/
a:link          { text-decoration: none;      color: #FF9933; }
a:visited    { text-decoration: none;      color: #FF9933; }
a:hover        { text-decoration: underline; color: #FF9933; }
a:active      { text-decoration: underline; color: #FF9933; }
a:focus        { text-decoration: none;      color: #FF9933; font-size: 1.2em;  }

body {
	background: url("../img/bg.gif") top left repeat-x;
    background-color: #ffffff;
    width: 950px;
    font-size: 100.1%;
}

/*
    Navigationsleiste oben
*/
#hierarchie {
    display: inline; top:0px; left:0px;    
    font-size: 14px;
    line-height: 21px;
    font-family: "Courier New",Courier,Monaco,monospace;
}
#hierarchie ul  {
    display: block; 
    padding: 10px 0px 20px 50px;
}
#hierarchie li {
    display: inline; 
}

/*
    Navigationsleiste an der Seite
*/
#navi {
    font-family: "Courier New",Courier,Monaco,monospace;
    font-size: 14px;
    float: left; 
    width: 200px;
}
#navi ul { 
    list-style-type: none; 	
    padding: 5px 10px 5px 5px;
} 
#navi .caption  { 
    padding: 0px 5px 10px;
} 
#navi .subcaption  { 
	background: url("../img/subcaption.jpg") 5px 0px no-repeat; 
    padding: 0px 20px 2px;
} 
#navi .section  { 
	background: url("../img/section.jpg") 15px 0px no-repeat; 
    padding: 0px 30px 2px;
} 

/*
    Text
*/
#content {
    font-size: 12px;
    line-height: 18px;
    font-family: Verdana,Arial,Helvetica;
    background-color: #ffffff;
    margin-left: 230px;
    padding: 5px;
}
#content ul {
    list-style: disc;
    margin-left: 3em;
}
#content h1 {
    background-color: #e9f9d9;
    text-align: center;
    font-size: 14px;
    line-height: 21px;
    font-family: "Courier New",Courier,Monaco,monospace;
}
#content h2 {
    background-color: #e9f9d9;
    text-align: left;
    font-size: 14px;
    line-height: 21px;
    font-family: "Courier New",Courier,Monaco,monospace;
}
#content h2 a:hover{
    text-decoration: none;      
    color: black; 
}
#content .image {
    text-align: center;
}
#content .mono {
    font-weight: bold;
    line-height: 21px;
    word-spacing: 2px;
    font-family: "Courier New",Courier,Monaco,monospace;
    font-size: 14px;
}
#content ul.hand { 
	list-style-type: none;   
	margin: 0;
	padding: 0;
}
#content li.spades  {
	text-align: left;      
	background: url(../img/s.gif) 0px 4px no-repeat; 
	padding: 0 13px;
}
#content li.hearts  {
	text-align: left;      
	background: url(../img/h.gif) 0px 4px no-repeat; 
	padding: 0 13px;
}
#content li.diamonds  {
	text-align: left;      
	background: url(../img/d.gif) 0px 4px no-repeat; 
	padding: 0 13px;
}
#content li.clubs  {
	text-align: left;      
	background: url(../img/c.gif) 0px 4px no-repeat; 
	padding: 0 13px;
}

/*
  Table
*/       
.table {
	padding: 10px;      
}                          
.table th {
	padding: 5px;      
	background-color: #f9d9e9;  
}                          
.table td {
	padding: 5px;      
	background-color: #d9e9f9;  
}                          

/*
    Hervorhebungen
*/
th.em {
	background-color: #e9f9d9;  
}     
th.emem {
	background-color: #f9d9e9;  
}     
th.ememem {
	background-color: #f6d5c3;  
}     
td.em {
	background-color: #e9f9d9;  
}     
td.emem {
	background-color: #f9d9e9;  
}     
td.ememem {
	background-color: #f6d5c3;  
}     
p.em {
	background-color: #e9f9d9;  
}     
p.emem {
	background-color: #f9d9e9;  
}     
p.ememem {
	background-color: #f6d5c3;  
}   
  
/*
  Bidding
*/       
.bidding {
	padding: 5px;      
	background-color: #f9f9f9;  
}                          
.bidding th {
	background-color: #f9d9e9;
	padding: 0 5px 0 5px;      
	text-align: center;
}
.bidding td {
	background-color: #d9e9f9;
	padding: 5px;      
	text-align: center;
}
.bid_top {
	margin-left: 20px;  
}
.bid_bottom {
	margin: 20px 0 5px 60px;  
}
.bid_comment { 
	margin-left: 20px;  
}
th.comment { 
	text-align: left;      
}
td.comment { 
	text-align: left;      
}

/*
  Hand
*/  
.fshand {
	padding: 5px;      
	text-align: center;
}                          
.fshand th {
	background-color: #f9d9e9;
	padding: 0 5px 0 5px;      
}
.fshand td {
	background-color: #d9e9f9;
	padding: 5px;      
}

/*
  FSDeal
*/  
.fsdeal {
	padding: 5px;      
	background-color: #f9f9f9;  
    overflow: hidden;
    /*width: 100%;*/
}                          
.fs_comment {  
	margin: 5px;
	width: 450px;
	position: relative;  
	z-index: 3;  
}
.fs_comment th {
	background-color: #f9d9e9;
	padding: 0 5px 0 5px;      
	text-align: center;
}
.fs_comment td {
	background-color: #d9e9f9;
	padding: 5px;      
	text-align: center;
}
.fs_comment ol {  
    list-style-type: lower-latin;
	padding: 5px;
    margin-left: 20px;  
}
.fs_board th {
	background-color: #e9f9d9;
	padding: 0 5px 0 5px;      
}
.fs_board td {
	background-color: #e9f9d9;
	padding: 5px;      
}
.fs_board {   
	float: right;     
	position: relative;     
	background-color: #e9f9d9; 
    font-family: Verdana,Arial,Helvetica;
	z-index: 1;
}  
.board {   
    font-size: 30px;
    color: olive;
    font-family: Verdana,Arial,Helvetica;
	text-align: center;
} 

/*
    Fussleiste
*/
#branding {
    clear: both;
    margin: 0 auto;
    text-align: center;
    font-size: 12px;
    color: #555555;
    line-height: 18px;
    letter-spacing: 1px;
    word-spacing: 1px;
}

