/*-------------------------------------------------
		    - GLOBAL -						
-------------------------------------------------*/

* { margin: 0; padding: 0 }

body {
    font: normal 75% arial,helvetica,sans-serif;
    color:#666;
    background-color:#eee;
    text-align:left;
    line-height: 18px;
}
		
#container { 
	width: 775px; 
	position: relative; 
	margin: 0 auto; 
	text-align: left; 
	background: #eee; 
	}
	
a { color:#990000; font-weight:normal; text-decoration:none; }
a:hover { color:#cc0000; text-decoration:underline; }
a img { border: 0; }

.ghost { display : none; }
.center { text-align : center; }

p { margin: 0; padding: 8px;}
span { color: #336699; font-weight: bold;}


/*-------------------------------------------------
		    - IMAGES -					
-------------------------------------------------*/

img.raam { 
	color: #333;
	background: #fff;
	padding: 4px;
	border: 1px solid #ccc; 
	}
img.skoon { border: 2px solid #ccc;
	    padding: 2px;}


/*-------------------------------------------------
		    - HEADERS -					
-------------------------------------------------*/

#header_01 { 
	clear: both; height: 127px;
        background: #fff url('../images/headers/header_01_new.jpg') no-repeat;
	}
#header_02 { 
	clear: both; height: 124px;
        background: #fff url('../images/headers/header_02.jpg') no-repeat;
	}
#header_03 { 
    clear: both; height: 93px;
    background: #fff url('../images/headers/header_03.jpg') no-repeat;
    }
    #header_03 #menu {
                background: #ab3c05 url('../images/back_menu.gif') no-repeat top left;
                width: 200px;
                position: relative;
                top: -33px; left: 530px;
        }
        #header_03 #menu ul {
		margin: 0; padding: 5px 5px;
		list-style: none;
		font-size: 1.1em;
		
		}

	#header_03 #menu ul li a {
		display: block;
                text-transform: uppercase;
                font-size: 90%; letter-spacing: 0.1em;
		text-decoration: none; color: #fff;
		background: url('../images/pyl_org.gif') no-repeat 160px 9px;
		padding: 6px 20px 6px 20px; margin: 0;
		border-bottom: 1px dashed #c3734b;
		height: 16px;
		}
		
	#header_03 #menu ul li a:hover { 
		display: block;
		background: #c3734b url('images/pyl_over.gif') no-repeat 160px 9px; 
		color: #fff;
		} /* Hover Styles */
#header_04 { 
    clear: both; height: 50px;
    background: #fff url('../images/headers/header_04.jpg') no-repeat;
    }
    
#header_04b { 
    clear: both; height: 50px;
    background: #fff url('../images/headers/header_04b.jpg') no-repeat;
    }
    
#header_04c { 
    clear: both; height: 50px;
    background: #fff url('../images/headers/header_04c.jpg') no-repeat;
    }
 
#header_04d { 
    clear: both; height: 50px;
    background: #fff url('../images/headers/header_04d.jpg') no-repeat;
    }        
    
    

/*-------------------------------------------------
		    - RIGHT -				
-------------------------------------------------*/

#right { 
	float: right; 
	width: 205px; 
        margin: 0; padding: 0 45px 0 0;
	color: #333;
	}
        #right div#gallery {
            margin: 7px 1px 0 0; padding: 0;
        }
            #right a img {
                padding: 5px; margin: 10px 0 0 10px;
                border: 1px solid #eee;
                float: left;
            }
            #right a:hover img {
                background: #eee;
            }

/*-------------------------------------------------
		    - MAIN -				
-------------------------------------------------*/

#main {
    margin: 0; padding: 0;
    background: #fff url('../images/template1_05.gif') no-repeat top;
    }

#main_content {
    margin: 0 270px 0 35px; padding: 0 0 10px 0;
    }

#main li {
    margin: 5px 0 0 25px;
    padding: 0 0 0 20px;
    background: url('../images/pyl.gif') no-repeat 2px 4px ;
    list-style: none;
    }
    
    

/*-------------------------------------------------
		    - FOOTER -					
-------------------------------------------------*/

#footer {
    clear: both; height: 60px;
    color: #666;
    background: #fff url('../images/template1_06.gif') no-repeat top;
}
	
#footer p.right {
        color: #fff; font-size : 0.9em;
        float: right;
	text-align: right; 
	padding: 13px 70px 0 0; margin: 0; 
	}
        #footer p.right a {
            color: #fff; text-decoration: none;
        }
       
        
#footer p.left {
    float: left;
    padding: 25px 0 0 60px;
    font-size: 90%;
}
    #footer p.left a {
            color: #666; text-decoration: none;
        }


#footer p a:hover { text-decoration: underline; }
