/* 

  # Umfrage Style
  # ---------------------------------------------------------------
  # Autor                       : Christian ' Kasjada ' Plewnia
  # Letzte Änderung             : 23.09.2006
  # Notizen                     : -
  # ---------------------------------------------------------------
  
*/

/* Umfrage Tabelle in der Navigation */

.umfrage_navigation_table
{
  
    width                   : 156px; 
  
    margin-top              : 010px;
    margin-left             : 002px;
    
}

.umfrage_navigation_table_th
{

		padding                 : 004px 000px 003px 025px             ;
		margin                  : 004px 000px 000px 000px             ;

    font-family             : tahoma                              ;
    font-size               : 011px                               ;
		font-weight             : normal                              ;		
    
    text-align              : left;
    
    color                   : #7B8079;

    background-color        : #FFFFFF                             ;
		background-image        : url('../img/page/design/seclist.jpg');
		background-repeat       : no-repeat                           ;

}

.umfrage_navigation_table_td
{

		padding                 : 004px 000px 003px 000px             ;
		margin                  : 004px 000px 000px 000px             ;

    font-family             : tahoma                              ;
    font-size               : 010px                               ;
		font-weight             : normal                              ;		
    
    text-align              : center;

    vertical-align          : middle;
    
    color                   : #7B8079;
    
    background-image        : url('../img/page/design/dotline.gif');
    background-position     : bottom; 
    background-repeat       : repeat-x;

    
}

.umfrage_navigation_table_td_left
{

    width                   : 040px;

		padding                 : 004px 000px 003px 000px             ;
		margin                  : 004px 000px 000px 000px             ;

    font-family             : tahoma                              ;
    font-size               : 010px                               ;
		font-weight             : normal                              ;		
    
    text-align              : center;

    vertical-align          : middle;
    
    color                   : #7B8079;
    
    background-color        : #D3D3D3                             ;
    
    background-image        : url('../img/page/design/dotline.gif');
    background-position     : bottom; 
    background-repeat       : repeat-x;

    
}

.umfrage_navigation_table_td_right
{

		padding                 : 004px 000px 003px 004px             ;
		margin                  : 004px 000px 000px 000px             ;

    font-family             : tahoma                              ;
    font-size               : 010px                               ;
		font-weight             : normal                              ;		
    
    text-align              : left;
    
    vertical-align          : middle;
    
    color                   : #7B8079;
    
    background-color        : #EDECEC                             ;
    
    background-image        : url('../img/page/design/dotline.gif');
    background-position     : bottom;
    background-repeat       : repeat-x;

}

.umfrage_input_radio
{

    height                  : 016px;
    
}

.umfrage_navigation_table_td_dotline
{

    height                   : 001px;
        
    background-color        : #EDECEC                             ;
    
    background-image        : url('../img/page/design/dotline.gif');
    background-repeat       : repeat-x;

}