/* external css file 
   by patrick otto 
   27.07.2004 */


/* global formatting */

   strong {
	color: #00157e;
   }

   body {
	color: black;
	background-image: url(http://de.geocities.com/pattu4e/cgp/back.jpg);
	background-repeat: no-repeat;
   }

   a {
 	color: #00157e;
	font-family:Arial;
        font-size:13px;
        /*border: 1px solid black*/
   }

   h3 { 
        font-size:13px;
        text-decoration: underline;
   }

   em { 
      font-size:13px;
   }

/* title */
   
    #title_text { 
        position: relative;
	left: 50%;
        position: absolute;
	top: 70px;
    }
 
/* table */

    #assignments { 
          border: 0px solid green;
 	  position: absolute;
	  left:70px;
	  top:250px;
          width:200px;

    } 

     #col_assignment_1 { 
        border: 0px solid red;
        font-family:sans-Serif;    
        font-size:13px;
        padding: 5px
     }

     #col_assignment_2 { 
        border: 0px solid red;
        font-family:sans-Serif;    
        font-size:13px;
        padding: 5px
     }

     #col_assignment_3 { 
        border: 0px solid red;
        font-family:sans-Serif;    
        font-size:13px;
        padding: 5px
     }

     #col_assignment_4 { 
        border: 0px solid red;
        font-family:sans-Serif;    
        font-size:13px;
        padding: 5px
     }

     #col_assignment_5 { 
        border: 0px solid red;
        font-family:sans-Serif;    
        font-size:13px;
        padding: 5px
     }

     #col_assignment_6 { 
        border: 0px solid red;
        font-family:sans-Serif;    
        font-size:13px;
        padding: 5px
     }

     #col_assignment_7 { 
        border: 0px solid red;
        font-family:sans-Serif;    
        font-size:13px;
        padding: 5px
     }

    #col_game { 
        border: 0px solid red;
        font-family:sans-Serif;    
        font-size:13px;
        padding: 10px
     }

    #col_sc { 
        border: 0px solid red;
        font-family:sans-Serif;    
        font-size:13px;
        padding: 10px
     }



/* info */
   
    #info_text { 
        position: absolute;
	left: 280px;
	top: 200px;
        position: relative;	
        width: 70%
    }
 