/******************************************/
/********** Side-wide stuff ***************/
/******************************************/

body {
    font: small sans-serif;
    background: #ffffff;
    color: #555555;
    margin: 0;
    padding: 0;
}

.visualClear {
    clear: both;
}


a {
    color: #0078b8;
    text-decoration: none;
}

a:visited {
    color: #00184A;
}

/*nicht mit underline, damit der Strich immer hellblau bleibt*/
a:hover {
    text-decoration: none;
    border-bottom: 1px solid  #0078b8;
}



table.pretty {
    background:#F9F9F9 none repeat scroll 0 0;
    border:1px solid #AAAAAA;
    border-collapse:collapse;
    margin:1em 1em 1em 0;
}

th.pretty {
    background:#F2F2F2 none repeat scroll 0 0;
    text-align:center;
}

th.pretty, td.pretty{
    border:1px solid #AAAAAA;
    padding:0.2em;
}


img {
    border: none;
    vertical-align: middle;
}

p {
    margin: .4em 0 .5em 0;
    line-height: 1.5em;
}

p img {
    margin: 0;
}

hr {
    height: 1px;
    color: #aaa;
    background-color: #aaa;
    border: 0;
    margin: .2em 0 .2em 0;
}

h1.header {
    background: none;
    font-weight: bold;
    margin: 0;
    padding-top: .5em;
    padding-bottom: .17em;
    border-bottom: none;
    font-size: 160%
}

h1, h2, h3, h4, h5, h6 {
    background: none;
    color: #0078b8;
    font-weight: bold;
    margin: 0;
    padding-top: 1em;
    padding-bottom: .5em;
/* border-bottom: 1px solid #aaa; */
}

h1 {
    font-size: 140%;
}

h2 {
    font-size: 120%;
}

h3 {
    font-size: 100%;
}

h4 {
    font-size: 100%;
}

h5 {
    font-size: 100%;
}

h6 {
    font-size: 100%;
}

ul {
    list-style-image: url("../images/dot_blue_klein.png");
    list-style-position: outside;
}

ol {
    line-height: 1.5em;
    margin: .3em 0 0 3.2em;
    padding: 0;
    list-style-image: none;
}

li {
    margin-bottom: .1em;
}

textarea {
    width: 100%;
    padding: .1em;
}

pre {
    padding: 1em;
    border: none;
/*    color: black; */
    line-height: 1.1em;
}

pre.dashed {
    padding: 1em;
    border: 1px dashed #2f6fab;
/*    color: black; */
    background-color: #f9f9f9;
    line-height: 1.1em;
}

/* drop shadows */
/*div.img-dec {
    background: url(../images/shadow.gif) no-repeat bottom right;
    clear: right;
    float: right;
    margin: 0 0 15px 25px;
    padding: 0;
    position: relative;
}

div.img-dec img {
    background-color: #fff;
    border: 1px solid #a9a9a9;
    display: block;
    margin: -5px 5px 5px -5px;
    padding: 4px;
    position: relative;
}*/

div.img-ilus {
    background: url(../images/shadow.gif) no-repeat bottom right;
    margin: 10px 5px;
    padding: 0;
    position: relative;
}

div.img-ilus img {
    background-color: #fff;
    border: 1px solid #a9a9a9;
    margin: -5px 5px 5px -5px;
    padding: 4px;
    position: relative;
    vertical-align: bottom;
}


/****************************************/
/************ Meike *********************/
/****************************************/


/*Linke Spalte*/

div#left {
/*    background-image: url("images/ptx_logo_200.png");
    background-repeat: no-repeat;*/
    width: 210px;
    margin-left: 60px;
    margin-top: 20px;
    margin-right: 30px;
    float: left;
}

div#left a {
    border: 0px solid black;
}


div#menu {
    margin-top: 15px; 
    border: 2px solid #0078b8;
    padding-left: 3px;
    padding-right: 3px;
    padding-top: 1px;
    width: 186px;
}

div#menu ul {
    padding-left: 5px;
/*    list-style-image: url("../images/dot_blue_klein.png");*/
    list-style-type: none;
    list-style-image: none;
    list-style-position: outside;
    line-height: 140%;
}

div#menu ul ul {
    padding-left: 20px;
    margin-left: 0px;
    list-style-type: none;
/*    list-style-image: none;*/
    list-style-image: url("../images/unterpunkt.png"); 
}

div#menu p {
    background-color: #0078b8;
    color: white;
    margin-top: 2px;
    padding-left: 5px;
    padding-right: 5px;
    font-weight: bold;
    text-align: center;
}

div#menu p a,div#menu p a:visited,div#menu p a:hover {
    color: white;
}

div#menu a,div#menu a:visited {
    color: #0078b8;
}
    
div#menu a:hover {
    color: #0078b8;
    border-bottom: 1px solid #0078b8;
}

div#underMenu {
    width: 186px;
    margin-top: 20px;
    border: 2px solid #0078b8;
    padding: 2px;
}

/***************/
/*Rechte Spalte*/
/***************/

div#right {
    width: 650px;
    top: 0px;
    margin-top: 20px;
    /*float: left;*/
    position: absolute;
    left: 300px;
}

div#right ul {
    margin-left: -20px;
}

div#right ul.ui-tabs-nav { 
    margin-left: 0px 
}

div#pic {
    border: 0px solid black;
    width: 45%;
    float: left;
    padding-top: 5px;
}

div#intro {
    text-align: left;
    line-height: 1.5em;
    border: 0px solid black;
    min-height: 200px;
    padding: 0px 10px 10px 0px;
    margin-top: 5px;
    float: right;
    width: 40%;
    display: table-cell;
    vertical-align: middle;
}

div#article {
    text-align: justify;
    float: left;
    width: 100%;
}

div#main-centered {
    text-align: center;
    border-top: 1px solid #aaa;
    padding-top: 15px ;
    float: left;
    width: 100%;
    margin-top: 25px;
}

div#main {
    text-align: justify;
    border-top: 1px solid #aaa;
    padding-top: 15px ;
    float: left;
    width: 100%;
    margin-top: 25px;
}

div#main ul {
    list-style-image: url("../images/dot_blue_klein.png");
    list-style-position: outside;
}

div#main p {
    margin: .4em 0 .5em 0;
    line-height: 1.5em;
    text-align: justify;
}

div#footer {
    border: 0px solid black;
    text-align: right;
    color: #808080;
    float: right;
    margin-top: 30px;
    margin-bottom: 20px;
}

/*News*/

div.newsitem {
    border: 2px solid #0078b8;
    padding: 3px;
    width: 90%;
    margin-bottom: 10px;
}

div.newshead {
    color: white;
    background-color: #0078b8;
/*    padding-top: 2px;
    padding-bottom: 2px;*/
    line-height: 2.5ex;
}

.newsdate {
    font-weight: bold;
    float: right;
    padding: 0px 10px 0px 0px;
}

.newstitle {
    font-weight: bold;
    float: left;
    padding: 0px 0px 0px 10px;
}

/*Zweispaltige Inhalte*/

div#leftCol {
    float: left; 
    width: 49%;
}

div#leftCol p {
    text-align: left;
}

div#rightCol {
    padding-left: 2%; 
    float: left; 
    width: 49%;
}
 
div#rightCol p {
    text-align: left;
}

/*kba: nach Zweispaltig wieder einspaltig*/
div#mergeCol {
    float: left; 
    width: 100%;
}

div#mergeCol p {
    text-align: left;
}


/* Zeige den "unhide Menu" Button diverse Seiten (Trac, Munin, smokeping) standardmässig nicht an */
div#unhide-button {
    visibility: collapse;
    display: none;
}


/*TOC*/

div#toc {
    border: 1px solid #0078b8;
    float: right;
/*    float: left;*/
    right: 10px;
    width: auto;
    margin-left: 00px;
    margin-bottom: 10px;
    padding: 5px 10px 5px 5px;
}

div#toc ol {
    list-style-image: none;
    list-style-type: decimal;
    list-style-position: inside;
    margin-left: 5px;
}

div#toc ol ol {
    list-style-type: lower-alpha;
    list-style-position: outside;
    margin-left: 30px;
}

div#toc ol a, div#toc ol a:visited, div#toc ol a:hover {
    text-decoration:none;
}

a#toc-toggle-link {
    font-size: 120%;
    text-decoration: none;
}

div#toc-head {
    text-align: right;
}

/*Veranstaltungen*/

p.business {
    background-image: url("../images/business.png");
    background-position: center left;
    background-repeat: no-repeat;
    padding-left: 40px;
}

p.talk {
    background-image: url("../images/talk.png");
    background-position: center left;
    background-repeat: no-repeat;
    padding-left: 40px;
}

p.community {
    background-image: url("../images/community.png");
    background-position: center left;
    background-repeat: no-repeat;
    padding-left: 40px;
}

/*kba*/
/*Software*/

div.software_entry {
    padding: 0px;
    width: 95%;
    margin-bottom: 10px;
}

.name {
    font-weight: normal;
    float: left;
    padding: 0px;
    width: 30%;
}

.description {
    font-weight: normal;
    float: right;
    padding: 0px;
    width: 68%;
}

/*Known Issue*/

div.known_issue {
    padding: 10px;
    width: 95%;
    margin-bottom: 10px;
}

.ki_name {
    font-weight: normal;
    font-style: italic;
    float: left;
    padding: 0px;
    width: 15%;
}

.ki_description {
    font-weight: normal;
    float: right;
    padding: 0px;
    width: 83%;
}

/*Appnotes*/

div.appnotes_entry {
    padding: 0px;
    width: 100%;
    margin-bottom: 10px;
}

.appnotesname {
    font-weight: normal;
    float: left;
    padding: 0px;
    width: 30%;
}

.appnotesdescription {
    font-weight: normal;
    float: right;
    padding: 0px;
    width: 70%;
}


/* Startseite */

div#cover {
    padding: 0px;
    width: 100%;
    margin-bottom: 10px;
}

.top {
    font-weight: normal;
    float: left;
    padding: 0px;
    width: 65%;
}

.main {
    font-weight: normal;
    float: left;
    padding: 40px 0px 40px 0px;
    width: 65%;
}

.news {
    font-weight: normal;
    float: right;
    padding: 25px 0px 0px 0px;
    width: 32%;
}


/*********** trac ************/

div#trac-left {
    float:left;
    margin-left:20px;
    margin-right:20px;
    margin-top:20px;
    width:180px;
}

div#trac-right {
    float:left;
    position:absolute;
    top:0;
    left:235px;
    width:750px;
    margin-right:60px;
    margin-top:20px;
}

div#track-right div#main {
    border-top 0px solid black;
}

div#trac-right ul {
    list-style-image: none;
}

/****** More Infos + Download Boxen *********/

div#moreinfo {
    background-color: #f4f4f4;
    background-image: url("../images/dialog-information.png");
    background-position: 95% 7%;
    background-repeat: no-repeat;
    border: 1px dashed #0078b8;
    float: right;
    right: 10px;
    width: auto;
    margin-top: 1ex;
    margin-left: 1em;
    margin-bottom: 15px;
    margin-right: 5px;
    padding: 0px 10px 5px 10px;
}


div#moreinfo h2{
padding-right: 35px;
}



div#download {
    background-color: #f4f4f4;
    background-image: url("../images/emblem-downloads.png");
    background-position: 95% 7%;
    background-repeat: no-repeat;
    border: 1px dashed #0078b8;
    float: right;
    right: 10px;
    width: auto;
    margin-top: 15px;
    margin-left: 15px;
    margin-bottom: 15px;
    margin-right: 5px;
    padding: 0px 10px 5px 10px;
}


div#download h2{
padding-right: 35px;
}




