a {
  outline: none;
}

:focus {
  -moz-outline-style: none;
}


* {  margin: 0; padding: 0;
        }


        #picture {
            background-image: url(projekta.jpg);
            width: 980px;
            height: 450px;
            clear: both;
            float: left;
            margin-top: 1px;
            margin-bottom: 20px;
        }
        li {
               list-style: none;
        }
      .designtext { margin-top: 2px; }

        a img {

        }
        li#picture1link a{
               background: red; height: 20px; width: 20px;
        }
         li#picture2link a{
               background-color: yellow; height: 20px; width: 20px;
        }
         li#picture3link a{
               background: green; height: 20px; width: 20px;
        }
        #picturenavigation {
            float: left;
            clear:both;
            width: 980px;
            text-align: right;
        }
        #picturenavigation ul {
            float: right;
        }
        #logoline {
            float: right;  width: 200px;
        }
        #picturenavigation li {
            float:left;
            margin-left: 5px;
            margin-right: 0px;

        }

        #picturenavigation img {
            border: none;
            margin-top: 5px;
        }






        h1 {
            font-family: corbel;
            text-transform: uppercase;
            font-size: 34px;
            font-weight: normal;
            color: black;
        }

        #textcontent {
            width: 980px;
            margin: 10px auto;

            clear: both;
            height: auto;
        }

        #textcontent p {
            font-family: Arial, sans-serif; font-size: 11px; line-height: 16px; color: #383838;
        }

        #navigation {
            float: left;
            margin-top: 22px;
            height: 20px;
            width: 650px;

        }

        #navigation li {

            float: left;
            margin-right: 15px;
            font-family: Arial;

        }
         #subnavigation li {

            float: left;
            margin-right: 14px;
            font-family: Arial;

        }



        #subnavigation {

            float: left;
            height: 20px;

            width: 980px;
            clear: left;

        }

        #navigation ul {



            float:left;


        }

        #navigation li a {
            font-size: 12px;
            text-transform: uppercase;
            display: block;
            text-decoration: none;
            color: #383838;
        }
        #navigation li.here a {
            font-weight: bold;
        }
        #subnavigation li.here a {
            font-weight: bold;
        }
        #subnavigation li a {
            font-size: 11px;
            display: block;
            text-decoration: none;
             color: #595959;
        }
        #page {
            margin: 8px auto 8px auto;
            width: 980px;
            height: auto;
            overflow: visible;

            clear: both;
        }

        #logo {
            float: right;
            margin-top: 10px;
        }
        #pagetitle {
            display: none;
        }
        #footer {
            width: 980px;
            height: 30px;
            margin: 30px auto;

            clear: both;
            float: left;
        }
        #footer a {
            text-decoration: none;
            font-family: Arial;
            font-size: 10px;
            color: black;
        }


/*------ NEWS ---------------*/
#news {
    width: 980px;
    float: left;
    margin: 0 auto;

}
#news img {
    float: left;
}

.newsh1 {
    width: 400px;

}

.newstext {
    width: 350px;
    font-size: 12px;
    font-family: Arial;
}
.newsdatum{
    width: 350px;
    font-size: 10px;
     font-family: arial;
}

.newsright {
    float: right;
    width: 400px;
}

.newsblock {
    height: auto;
    padding: 20px 0;
    border-bottom: 1px solid gray;

    width: 100%;
    float: left;
}


/*Design*/
.designleft {
    float: left; width: 200px;
    height: auto;
}

.designright {
    float: right; width: 760px; height: auto;
}

/*Kachel*/

#kacheln {
    width: 1000px;
    height: auto;
    float: left;
    clear: both;
    margin: 9px auto;

}

#kacheln ul li {
    width: 238px;
    height: 160px;
    float: left;
    margin-top: 10px;

    margin-right: 10px;
    margin-left: 0px;
}

#kacheln ul li a {
    text-indent: -99999px;
    width: 100%;
    height: 100%;
    display:block;
}


/* -----------SIFR ------------*/
/* These are standard sIFR styles... do not modify */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}

/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */

.sIFR-hasFlash h1 {
	visibility: hidden;
}

.sIFR-hasFlash h2 {
	visibility: hidden;
	letter-spacing: -9px;
	font-size: 55px;
}

.sIFR-hasFlash h3 {
	visibility: hidden;
	letter-spacing: -6px;
	font-size: 25px;
}

.sIFR-hasFlash h4 {
	visibility: hidden;
	letter-spacing: -5px;
	font-size: 21px;
}

.sIFR-hasFlash h5#pullquote {
	letter-spacing: -4px;
	visibility: hidden;
	font-size: 24px;
}

