/*
** MediaWiki 'monobook' style sheet for CSS2-capable browsers.
** Copyright Gabriel Wicke - http://wikidev.net/
** License: GPL (http://www.gnu.org/copyleft/gpl.html)
**
** Loosely based on http://www.positioniseverything.net/ordered-floats.html by Big John
** and the Plone 2.0 styles, see http://plone.org/ (Alexander Limi,Joe Geldart & Tom Croucher,
** Michael Zeltner and Geir Baekholt)
** All you guys rock :)
*/
/* Font size:
** We take advantage of keyword scaling- browsers won't go below 9px
** More at http://www.w3.org/2003/07/30-font-size
** http://style.cleverchimp.com/font_size_intervals/altintervals.html
*/
body {
    font: small sans-serif;
    color: #555555;
    margin: 0;
    padding: 0;
}
.visualClear {
    clear: both;
}
table {
    font-size: 100%;
}
/* table with dark background */
table.darkshade {
    background: #0078b8; /* HKS44k */
}
/* table datafield with dark background */
table td.darkshade {
    color: #ffffff;
    background: #0078b8; /* HKS44k */
}
table tr.darkshade {
    color: #ffffff;
    background: #0078b8; /* HKS44k */
}
/* table datafield with light background */
/* background: #c9f1f0; */
table td.lightshade {
/* color: #000000; */
    background: #FFFFFF;
}
/* table datafield with white background */
table td.whiteshade {
/* color: #000000; */
    background: #ffffff;
}
/* copyright field in the lower right */
table td.copyright {
    color: #808080;
    text-align: right;
}
a {
    text-decoration: none;
    color: #0078b8;
    background: none;
}
a.menu:visited {
/* color: #5a3696; */
    color: #002bb8;
}
a.menu:active {
/* color: #faa700; */
    color: #002bb8;
}
a.menu:hover {
    text-decoration: underline;
}
a.menu {
    text-decoration: none;
    color: #002bb8;
    background: none;
}
a:visited {
  color: #5a3696;
}
a:active {
  color: #faa700;
}
a:hover {
    text-decoration: underline;
}
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%; }
/* h3, h4, h5, h6 {
 * border-bottom: none;
 * font-weight: bold;
 * }
 */
/*ul {
    line-height: 1.5em;
    list-style-type: square;
    margin: .3em 0 0 1.5em;
    padding: 0;
}*/

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;
}
.tiled {
    background-image: url(tile.png);
    background-repeat: repeat-x;
    background-color: #000000;
    padding: 0;
}
.thumb {
/* background-color: #000000; */
    text-align: center;
    vertical-align: middle;
}
.slide {
/* background-color: #ffffff; */
    text-align: center;
    vertical-align: middle;
}
/* 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 *********************/
/****************************************/

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

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

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;
margin-left: 20px;
list-style-image: url("images/dot_blue_klein.png");
list-style-position: outside;
}

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 a,a:visited,a:hover {
color: #0078b8;
text-decoration: none;
}

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

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

div#intro {
text-align: left;
border: 0px solid black;
height: inherit;
padding: 0px 10px 10px 0px;
margin-top: 5px;
vertical-align: middle;
float: right;
width: 40%;
}

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;
padding-left: 40px;
}

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

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;
}

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;
}

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