
html {
	    overflow-y: scroll;
	}
	body, a {
	    border: 0 none;
	    color: #fff;
	    font-family: Verdana;
	    margin: 0;
	    outline: medium none;
	    text-decoration: none;
	}
	body {
	    font-size: 12px;
	    background: #fafafa;
	    min-width:1200px;
	    
	}
	a:hover {
	    text-decoration: underline;
	}
	img {
	    border: 0 none;
	}
	input, textarea {
	    outline: medium none;
	}
	textarea {
	    resize: vertical;
	}	
	
	#headerContainer {
	    background: url("./img/header-bg.png") no-repeat center top;
	    position: absolute;
	    width:100%;
	    top:0px;
	    height:125px;
	    z-index:3;
	    display:block;
	}
	
	#header
	{
	    height:125px;
	    width:1000px;
	    margin:0 auto;
	    position:relative;
	    display:block;
	}
/**********************  LOGO    *****************/
	
	#logo
	{
        border: 0px;
        text-align: center;
        position: absolute;   
        top: 10px;
        left: -20px;
	    display:block;
	    width:200px;
	    max-height:74px;
	}	    
	    
	#logo img
	{
	    border:0px;
	    max-height: 60px;
	}
	
	
	
/**********************  TOPMENU    *****************/
	
	#topMenuContainer
	{
	    border:0px;
	    position:absolute;
	    text-align: center;
	    display:block;
	    width:700px;
	    top:45px;
	    right:15px;
	    
	}
	
	#topMenu
	{
	    position:absolute;
	    display:block;
	}	
	
	/****************** CONTENT ************************/
	
	#contentContainer
	{
	    position:absolute;
	    top:150px;
	    z-index:2;
	    left:60px;
	    right:60px;
	    bottom:100px;
	    margin:0 auto;
	    display:block;
	    max-width:1000px;
	    min-width:inherit !important;
	    width:auto !important;
	    
	}
	
	#content
	{
	    padding:10px;
	    margin:0 auto 60px;
	    background:url("./img/white-transparent-bg.png");
	    display:block;
	    min-width:inherit !important;
	    width:auto !important;
	    
	}
	
	#subKategoriContainer a
	{
	    display:inline-block;
	    padding:3px 6px;
	    border:1px solid #eeeeee;
	    background:#f1f1f1;
	    color:#000000;
	}
	
	/****************  FOOTER *********************/
	#footerContainer
	{
	    background:url("./img/footer-bg.png") center center no-repeat;
	    background-size:100% 100%;
	    z-index:1;
	    height:60px;
	    position:fixed;
	    bottom:0px;
	    display:block;
	    width:100%;
	}
	
	
	#footerSocialBox
	{
	    width:200px;
	    height:30px;
	    position:absolute;
	    left:25px;
	    bottom:5px;
	}
	
	#footerSocialBox a
	{
	    display:block;
	    width:30px;
	    height:28px;
	    float:left;
	    margin:0 2px;
	}
	
		
	#footerSocialBox a.facebook
	{
        background-image:url("./img/social-facebook.png");
	}
	    
	#footerSocialBox a.twitter
	{
        background-image:url("./img/social-twitter.png");
	}
	    
	#footerSocialBox a.google
	{
        background-image:url("./img/social-google.png");
	}
	    
	#footerSocialBox a.linkedin
	{
        background-image:url("./img/social-linkedin.png");
	}
	    
	#footerSocialBox a.instagram
	{
        background-image:url("./img/social-instagram.png");
	}
	#footerSocialBox a.youtube
	{
        background-image:url("./img/social-youtube.png");
	}
	
    
    #prevslide, #nextslide
    {
        position:fixed; 
    }