/*Clear*/ * {
    font-family: Tahoma;
    padding: 0;
    margin: 0;
}

html, body {
    height: 100%;
    font-size: 9pt;
}

table {
    font-size: 9pt;
}

input {
    padding: 2px 4px;
}

body {
    background: #FFF;
    color: #000;
    padding: 8px;
}

table, img {
    border: 0;
}

/*
 table {
 border-collapse: collapse;
 }
 */
table td {
    padding: 0px;
    vertical-align: top;
}

a, a:link, a:visited, a:active {
    color: #000;
}

a:hover {
    color: #53A6ED;
}:focus {
    outline: none;
}

label {
    cursor: pointer;
}

/*Position*/
#wrapper {
    float: right;
    width: 100%;
    margin-left: -200px
}

#content {
    margin-left: 200px
}

#navigation {
    float: left;
    width: 200px
}

#extra {
    float: left;
    clear: left;
    width: 200px
}

#footer {
    clear: both;
    width: 100%
}

/*Local*/
#header {
    height: 135px;
    background-color: #53A6ED;
    position: relative;
    background: transparent url(/img/header.jpg) no-repeat top left;
}

#container {
    background-color: #3386BD;
    margin-bottom: 10px;
}

#content {
    background-color: #D6F7F7;
    font-size: 1.2em;
    padding: 20px;
    line-height: 1.3em;
    font-weight: bold;
}

#content p {
    padding-bottom: 1.4em;
}

#logo {
    padding: 6px 8px;
    color: #fff;
    float: left;
}

#logo .tel {
    padding: 0 10px;
    font-size: 1.5em;
    font-weight:;
}

#logo .adress {
    padding: 2px 8px 0 28px;
}

#navigation, #navigation a {
    color: #fff;
}

#navigation a:hover {
    color: #000;
}

#navigation h2 {
    padding: 16px 16px 0 16px;
}

#navigation {
    padding-bottom: 30px;
}

.leftmenu {
    font-size: 1.3em;
    padding: 16px 16px 0 16px;
    list-style-type: none;
}

.leftmenu li {
    padding-top: 10px;
}

#content {
    min-height: 600px;
    height: auto !important;
    /*height: 600px;*/
overflow: hidden !important;
}

#content img {
    padding-right: 10px;
    padding-bottom: 10px;
}

#slogan {
    color: #D6F7F7;
    font-size: 3em;
    float: left;
    padding: 20px 0 0 80px;
    font-family: 'Trebuchet MS', Arial;
    font-style: italic;
}

.red {
    color: red;
}

#footer p.copy {
    height: 25px;
    background-color: #53A6ED;
    color: #fff;
    font-size: 1.2em;
    line-height: 25px;
    padding-left: 16px;
}

.otliv {
    color: black;
    font-family: Verdana, Tahoma, sans-serif;
    font-size: 8pt;
    font-weight: bold;
    text-align: center;
    text-indent: 0cm;
}

table.tbl2 {
    border-spacing: 1px 1px;
    background-color: #B0B0B0;
    border-color: #404040;
    border-style: outset;
    border-width: 0px;
    border-collapse: separate;
}

h1 {
    color: #00A;
    font-size: 1.3em;
    padding-bottom: 16px;
}

.ralw {
    color: white;
    font-family: Verdana, Tahoma, sans-serif;
    font-size: 8pt;
    font-weight: bold;
    text-align: center;
    text-indent: 0cm;
}

/*
 .active a {
 font-weight:bold;
 text-decoration:none;
 }
 */
.leftmenu li.last1 {
    padding-top: 30px;
}

#menu {
    position: absolute;
    left: 360px;
    bottom: 10px;
}

#menu ul li {
    float: left;
    list-style-type: none;
}

#menu ul li a {
    font-size: 1.2em;
    color: #fff;
    text-decoration: none;
    display: block;
    padding: 5px 10px;
    border-left: 1px solid #fff;
    background-color: #0066CC;
}
#menu ul li.first a {
	border-left: none;
}

#menu ul li a:hover {
    background-color: #3386BD;
}



