/*  
Theme Name: compaqt-2008
Theme URI: http://www.KHHKOM.de/
Description: Wordpress Theme for compaqt. Done by <a href="http://www.KHHKOM.de">Karl-Heinz H&ouml;lzer Kommunikation</a>.
Version: 0.1
Author: dk
Author URI: http://www.KHHKOM.de/
*/

/* *** original css by miss monorom www.intensivstation.ch *** */
/* which was released under Creative Commons License -  http://creativecommons.org/licenses/by/2.0/deed.en  */

body {
    background: #000 url('images/bodybg.gif');
    font-size: 12pt;
    font-family: Arial, SunSans-Regular, Sans-Serif;
    color: #564b47;
    padding:0px;
    margin:0px;
}
a {
    color: #DB7093;
}
a:visited {
    color:#DB7093;
}
a:hover {
    color: #564b47;
}
a:active {
    color:#000000;
}
h1 {
    display: none;
}
/*
h2 {
    font-size: 20px;
    font-weight: normal;
    padding: 5px 10px;
    margin: 0px;
}
p,
pre {
    padding: 5px 10px;
    margin: 0px;
}
*/
h2 {
    color: #DA4545;
    font-size: 16pt;
    font-weight: bold;
}
h3 {
    /* color: #DA4545; */
    font-size: 12pt;
    font-weight: bold;
    margin: 15px 0 5px 0;
}
blockquote {
    background: url('images/blockquote.gif') no-repeat top left;
    padding-left: 30px;
    
    font-size: 14pt;
    font-style: italic;
    font-weight: bold;
}
img.download {
    vertical-align:middle;
}

/* ----------container zentriert das layout-------------- */
#container {
    width: 960px;
    margin-top: 8px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
}

/* ----------banner for logo-------------- */
#banner {
    /* background: #fff url('images/bodybg.gif') bottom; */
    background-image: url('images/header.gif');
    background-repeat: no-repeat;
    width: 960px;
    height: 124px;
    text-align: right;
    padding: 0px;
    margin: 0px;
}
/*
#banner img {
    padding:10px 0 0 0;
} 
*/
.bannercontent {
	margin-top: 5px;
	margin-right: 10px;
}

#banner li {
	list-style-type: none;
}

/* -----------------Inhalt--------------------- */
#content {
    /* background: #fff url('images/kv_start.jpg') no-repeat top right; */ /* dynamic, baby */
    /* margin-top: -20px; */
    margin-left: 250px;
    margin-right: 0;
/*    padding-top: -20px; */
    padding-right: 200px;
    font-size: 10pt;
}
div#content { 
    min-height: 600px;
    height: expression(this.scrollHeight > 600 ? "auto":"600px"); 
}
* html #content { /* ie6 yay! */
    margin-top: 0;
}
*+html #content { /* ie7 yay! */
    margin-top: 0;
}
#content li {
    margin: 3px 0;
}
#content p {
    margin: 5px 0 10px 0;
}
#content img {
    border: 0;
    margin: 5px;
}

/* --------------left navigavtion------------- */
#left {
    float: left;
    width: 220px;
    margin: 0px;
    padding: 0px;
    padding-left: 10px;
}
* html #left { /* ie6 yay! */
    margin-top: 20px;
}
*+html #left { /* ie7 yay! */
    margin-top: 20px;
}
#left h2 {
    margin-right: 15px;
    margin-bottom: 5px;
    padding: 2px 5px;
    background: #366ba1;
    font-size: 13pt;
    font-style: normal;
    font-weight: normal;
    color: #fff;
}

#left ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#left li {
    background: #366ba1;
    color: #fff;
    padding: 2px 0 2px 3px;
    margin-right: 45px;
    margin-bottom: 1px;
    font-size: 11pt;
    border-left: 10px solid #4B81B6
}
#left a {
    text-decoration: none;
    color: #fff;
}

/* -----------footer--------------------------- */
#footer {
    clear: both;
    margin: 0px;
    padding: 0px;
    text-align: right;
    font-size: 10pt;
}
