﻿body, h1, h2, p, a, div, form, input, table, tr, td {
	padding: 0;
	margin: 0;
}

body, p, div, input, textarea, table, td, a:link, a:visited, a:active {
	font-size: 11px;
	font-family: 'Lucida Grande', Verdana, Helvetica, Arial;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
}

h2 {
    font-size: 18px;
    font-weight: 600;
}

a:link, a:active, a:visited {
    text-decoration: none;
    color: #333333;
}

a:hover {
    color: #000000;
}

table {
    border-collapse: collapse;
}

table#kontakt_table {
    width: 90%;
    margin: auto;
}

    table#kontakt_table td {
        padding: 4px;
        vertical-align: middle;
    }

    table#kontakt_table td.col1 {
        width: 50px;
    }


form {
    margin: 0;
}

a img {
    border: 0;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

body {
    text-align: center;
}

div#topp_outer {
    width: 100%;
    height: 90px;
    background: #FFFFFF url('images/topp_bg.png') repeat-x;
}

    div#topp {
        width: 894px;
        height: 100%;
        margin: auto;
        text-align: left;
        position: relative;
    }
    
    div#topp table {
        height: 54px;
    }
    
    div#topp td {
        vertical-align: middle;
    }
    
    td#header_left {
        padding:0 20px 0 40px;
        width: 210px;
        font: normal 18px Arial;
        border-left: solid 1px rgb(183, 183, 183);
    }
    
    td#header_right {
        text-align: right;
        width: 197px; 
        border-left: solid 1px rgb(183, 183, 183);
        padding-left: 10px;
        font-size: 10px;
        text-transform: uppercase;
    }

div#middle_outer {
    background: #fef311 url('images/middle_bg.png') repeat-x;
    background-position: 0 100%;
}

div#middle {
    width: 894px;
    margin: auto;
    background: #CDCDCD url('images/middle_inner_bg.png') no-repeat;
    background-position: 0 100%;
    // position: relative;
    min-height: 416px;
}

    div#content {
        background: transparent url('images/middle_innerbgtop.png') no-repeat;
        background-position: 0 0;
        padding: 50px; 
        padding-bottom: 10px;
    }

div#footer_outer {
    background: #FFFFFF url('images/footer_bg.png') repeat-x;
}

.footer {
    width: 1000px;
    height: 250px;
    margin: auto;
    text-align: left;
    background: transparent url('images/footer_innerbg.png') no-repeat;
}

div.footerie6 {
    background: transparent url('images/footer_innerbgie6.png') no-repeat;
}

.footer, .footer td, .footer a:link, .footer a:visited, .footer a:active {
    text-decoration: none;
    color: #333333;
}

div.footer a:hover {
    text-decoration: underline;
}

td#tag_td {
    width: 300px;
    vertical-align: bottom;
    text-align: right;
    padding-bottom: 5px;
}

td#tag_td, td#tag_td a:link, td#tag_td a:active, td#tag_td a:visited, td#tag_td a:hover {
    color: #888888;
}

div#toppmeny {
    width: 597px;
    height: 35px;
    float: right;
    padding: 0;
    background: #000000 url('images/menu_bg.png') repeat-x;
    text-align: center;
}

    #toppmeny img {
        display: block;
        float: left;
        padding-top: 8px;
    }

    #toppmeny a:link, #toppmeny a:active, #toppmeny a:visited {
        font-size: 10px;
        color: #FFFFFF;
        text-transform: uppercase;
        text-decoration: none;
        display: block;
        float: left;
        height: 25px;
        padding-top: 11px;
        padding-left: 13px;
        padding-right: 13px;
    }
    
    #toppmeny a.farLeft {
        padding-left: 0;
    }
    
    #toppmeny a.farRight {
        padding-right: 0;
    }
    
    #toppmeny a:hover {
        color: #BAB9B9;
    }

table#forside_table {
    margin-left: 25px;
    height: 100%;
}

    table#forside_table td {
        text-align: left;
        padding: 4px;;
        padding-top: 0px;
        vertical-align: top;
        
    }
