/*
Theme Name: Schluga Wordpress Theme
Author: Webwerk Kommunikationsdesign G.m.b.H
Author URI: http://www.webwerk.at/
*/

* {
    margin: 0;
    padding: 0;
}

body {
    background: #0E5D8B url('body.png') repeat-x top;
    font-family: "Arial", sans-serif;
    font-size: 13px;
}

ul {
    list-style-type: square;
    padding: 0 0 0 1.5em;
}

p {
    margin: 1em 0 0 0;
}

a {
    color: #0E5D8B;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}



#outerwrap {
    background: url('outer-wrap.jpg') no-repeat center 51px;
}

#wrap {
    background: url('wrap.jpg') no-repeat center 69px;
}

#container {
    width: 895px;
    margin: 0 auto;
}

#header {
    height: 384px;
    position: relative;
}

h1 {
    padding: 11px 0 0 0;
    float: left;
}

h1 a img {
    border: 0 none;
}

#header ul {
    float: right;
    list-style-type: none;
    margin: 40px 0 0 0;
}

#header ul li {
    float: left;
}

#header ul li a {
    float: right;
    color: #007CAF;
    font-size: 16px;
    margin: 0 5px;
    text-decoration: none;
}

#slogan {
    background: url('slogan.png') no-repeat right center;
    height: 41px;
    width: 218px;
    position: absolute;
    bottom: 4px;
    right: 0;
}

#slogan span { display: none; }

#colset {
    overflow: hidden;
    height: 100%;
}

#col1 {
    width: 200px;
    float: left;
}

#menu {
    margin: 35px 0 0 0;
    color: #FFF;
    list-style-type: none;
    padding: 0;
}

#menu a {
    color: #FFF;
    text-decoration: none;
    font-size: 14pt;
    font-family: "Helvetica", sans-serif;
    line-height: 35px;
    height: 35px;
    display: block;
    padding: 0 0 0 10px;
}

#menu li.current_page_item a, #menu li.current_page_parent a, #menu a:hover {
    background: url('menu.png') no-repeat left center;
}

#menu ul {
    display: none;
}

#menu li.current_page_item ul, #menu li.current_page_parent ul {
    list-style-type: none;
    padding: 0 0 0 25px;
    display: block;
    margin: 5px 0;
}

#menu li.current_page_item ul li a, #menu li.current_page_parent ul li a {
    padding: 0;
    font-size: 13px;
    background: transparent;
    line-height: 150%;
    height: auto;
}

#menu li.current_page_parent ul li.current_page_item a {
    font-weight: bold;
}

#col2 {
    width: 468px;
    float: left;
    background: #FFF;
    padding: 40px 20px 32768px 20px;
    margin: 0 0 -32688px 0;
    color: #008EB7;
}

.content {
    line-height: 150%;
}

#col3 {
    width: 187px;
    float: right;
    padding: 55px 0 0 0;
}

.box {
    background: url('box.png') no-repeat;
    width: 154px;
    height: 105px;
    color: #ceedf6;
    padding: 15px 10px;
    float: right;
    font-size: 12px;
}

.box a {
    color: #ceedf6;
}

.content table {
    margin: 1em 0 0 0;
}

.content table tr td {
    vertical-align: top;
    padding: 0 1em 0 0;
}

.content ul li {
    margin: 1em 0 0 0;
}

#gallery-1 .attachment-thumbnail {
    border: 2px solid #008EB7;
}

#gallery-1 dl.gallery-item {
    width: auto;
    margin: 2em 5px 0 0;
}
