body {
    font-size: 12px;
    font-family: "Times New Roman", Times, serif;
    color: #333;
    min-width: 599px;
    max-width: 1280px;
    margin: 0;
    padding: 0;
}

/* *******************************  Header ********************************* */
/* Logo */
#menu0 {
    width: 100%;
    height: 10em;
    margin: 0;
    background: #396 url(png/logo.png) no-repeat center center;
    background-size: 33%;
}
/* Menu */
#menu1 {
    float: left;
    width: 78%;
    margin: 0;
    padding: 0em 0 0 22%;
    list-style: none;
    background: #396 url(png/line_444_1px.png) repeat-x bottom left;
}
#menu1 li {
    float: left;
    margin: 0;
    padding: 0;
    font-size: 1.4em;
    font-family: Arial, Verdana, sans-serif;
}
#menu1 li.mact a {
    padding-bottom: 5px;
}
#menu1 a {
    float: left;
    display: block;
    margin: 0 3px 0 0;
    padding: 4px 10px;
    color: #444;
    text-decoration: none;
    border: 1px solid #444;
    border-bottom: none;
}
#menu1 #m1home a {
    background: #fa0 url(png/off_red.png) repeat-x top left;
}
#menu1 #m1home a:hover {
    font-weight: bold;
    padding-bottom: 5px;
    border-color: #000;
    color: #000;
    background: #fa0;
}
#menu1 #m11 a:hover,
#menu1 #m12 a:hover,
#menu1 #m13 a:hover,
#menu1 #m14 a:hover,
#menu1 #m15 a:hover,
#menu1 #m16 a:hover {
    font-weight: bold;
    padding-bottom: 5px;
    border-color: #000;
    color: #000;
}
#menu1 #m11 a {
    background: #ffc url(png/off_yellow.png) repeat-x top left;
}
#menu1 #m12 a {
    background: #cff url(png/off_blue1.png) repeat-x top left;
}
#menu1 #m13 a {
    background: #6cf url(png/off_blue2.png) repeat-x top left;
}
#menu1 #m14 a {
    background: #ff0 url(png/off_orange.png) repeat-x top left;
}
#menu1 #m15 a {
    background: #6c9 url(png/off_green2.png) repeat-x top left;
}
#menu1 #m16 a {
    background: #cfc url(png/off_green1.png) repeat-x top left;
}
/* *******************************  Sidebar ******************************** */
/* sidebar backgrounds */

#pyshp_1 {
    background: #ffc url(png/line_sidebar_yellow_400px_1px.png) repeat-y bottom left;
}
#pyshp_2 {
    background: #cff url(png/line_sidebar_blue1_400px_1px.png) repeat-y bottom left;
}
#pyshp_3 {
    background: #6cf url(png/line_sidebar_blue2_400px_1px.png) repeat-y bottom left;
}
#pyshp_4 {
    background: #ff0 url(png/line_sidebar_orange_400px_1px.png) repeat-y bottom left;
}
#pyshp_5 {
    background: #6c9 url(png/line_sidebar_green2_400px_1px.png) repeat-y bottom left;
}
#pyshp_6 {
    background: #cfc url(png/line_sidebar_green1_400px_1px.png) repeat-y bottom left;
}
#csidebar_1,
#csidebar_2,
#csidebar_3,
#csidebar_4,
#csidebar_5,
#csidebar_6 {
    float: left;
    width: 20%;
    margin: 0;
    padding: 0;
    font: 100% monospace;
}
#sidebar_1,
#sidebar_2,
#sidebar_3,
#sidebar_4,
#sidebar_5,
#sidebar_6 {
    list-style: none;
    margin: 0;
    padding: 0;
}
#sidebar_1 li.sbact a,
#sidebar_2 li.sbact a,
#sidebar_3 li.sbact a,
#sidebar_4 li.sbact a,
#sidebar_5 li.sbact a,
#sidebar_6 li.sbact a {
    padding-bottom: 5px;
    border: 5px solid blue;
}
#sidebar_1 a:hover,
#sidebar_2 a:hover,
#sidebar_3 a:hover,
#sidebar_4 a:hover,
#sidebar_5 a:hover,
#sidebar_6 a:hover {
    font-weight: bold;
    padding-bottom: 5px;
    border: 5px solid blue;
}
#sidebar_1 a,
#sidebar_2 a,
#sidebar_3 a,
#sidebar_4 a,
#sidebar_5 a,
#sidebar_6 a {
    display: block;
    margin: 3px 10px;
    padding: 4px 10px;
    text-decoration: none;
    border: 3px ridge #0cf;
    -moz-border-radius: 8%;
    -khtml-border-radius: 8%;
    color: blue;
    font-size: 1.2em;
}
#sidebar_1 a {
    background: #ffc url(png/off2_yellow.png) repeat-x top left;
}
#sidebar_2 a {
    background: #cff url(png/off2_blue1.png) repeat-x top left;
}
#sidebar_3 a {
    background: #6cf url(png/off2_blue2.png) repeat-x top left;
}
#sidebar_4 a {
    background: #ff0 url(png/off2_orange.png) repeat-x top left;
}
#sidebar_5 a {
    background: #6c9 url(png/off2_green2.png) repeat-x top left;
}
#sidebar_6 a {
    background: #cfc url(png/off2_green1.png) repeat-x top left;
}
#sidebar_1 li.up a,
#sidebar_2 li.up a,
#sidebar_3 li.up a,
#sidebar_4 li.up a,
#sidebar_5 li.up a,
#sidebar_6 li.up a  {
  color: red;
  border: 3px ridge red;
  position: -webkit-fixed; /* Safari */
  position: fixed;
  bottom: 0;
}

/* *******************************  Content *********************************** */
h1 {
    font-family: Arial, Verdana, sans-serif;
    color: green;
    font-size: 2.5em;
}
h1 em {
    font-family: Arial, Verdana, sans-serif;
    font-size: 2.5em;
    font-weight: bold;
}
h2 {
    font-family: Arial, Verdana, sans-serif;
    color: blue;
    font-size: 2em;
}
h3 {
    font-family: Arial, Verdana, sans-serif;
    color: blue;
    font-size: 1.5em;
}
h4 {
    font-family: Arial, Verdana, sans-serif;
    color: blue;
    font-size: 1.35em;
}
h5 {
    font-family: Arial, Verdana, sans-serif;
    color: blue;
    font-size: 1.2em;
}
h6 { /*Aufgabe/*/
    color: red;
    font-size: 1.1em;
    font-style: italic;
    margin-top: 2em;
    margin-bottom: 0em;
}
p {
    font-size: 1.1em;
}
p.clear {
    clear: both;
}
a:link {
  text-decoration: none;
  color: darkgreen
}
a:visited { /* visited link */
  color: darkblue;
}
a:hover { /* mouse over link */
  text-decoration: underline;
}
mark {
    display: block;
    text-align: center;
    font-size: 1.1em;
}
small {
    font-size: smaller;
}
figure.w32 {
    padding: 0;
    padding-right: 0.5%;
    padding-left: 0.5%;
    margin: 0;
    height: auto;
    width: 19%;
    float: left;
}
figure.w32 img {
    height: 100%;
    width: 100%;
}
figcaption {
    color: darkgreen;
    font-size: 0.75em;
    text-align: center;
    font-weight: bold;
    height: 2.8em;
}
em {
    font-style: italic;
}
code {
    font: monospace;
    font-size: 0.95em;
    font-weight: bold;
}
q {
    font-weight: bold;
}
strong {
    font-weight: bold;
}
ol {
    color: #333;
    font-size: 1.1em;
    list-style-type: lower-alpha;
}
table {
    color: #333;
    font-size: 1.1em;
}
td,
th {
    text-align: left;
    padding-right: 1em;
}

div.codehilite {
    background-color: white;
    font-size: 0.9em;
}

iframe {
    height: 500%;
    width: 500%;
}

figure.svg img {
    background: white;
}

#projekte th {
    text-align: left;
}
#projekte td {
    padding-left: 20px;
}
#projekte img {
    margin-top: 20px;
}
#rahmen {
    padding: 10px;
    border: 4px solid #444;
    text-align: center;
}
#rahmen2 {
    padding: 10px;
    border: 6px solid #396;
    text-align: center;
}
#img_center {
    text-align: center;
}
ul.pvdaten {
    list-style: none;
}
#content_home {
    font: 120% arial;
    float: left;
    padding: 0 2% 0 2%;
    width: 96%;
    background-color: #fa0;
}
#content_1,
#content_2,
#content_3,
#content_4,
#content_5,
#content_6 {
    font: 120% serif;
    float: left;
    padding: 0 2% 0 2%;
    width: 76%;
}
#content_1 {
    background-color: #ffc;
}
#content_2 {
    background-color: #cff;
}
#content_3 {
    background-color: #6cf;
}
#content_4 {
    background-color: #ff0;
}
#content_5 {
    background-color: #6c9;
}
#content_6 {
    background-color: #cfc;
}
#content_disclaimer {
    font: 120% serif;
    text-align: justify;
    float: left;
    padding: 0 2% 0 2%;
    width: 96%;
    background-color: #aaa;
}
#content_news {
    font: 120% serif;
    text-align: justify;
    float: left;
    padding: 0 2% 0 2%;
    width: 96%;
    background-color: #aaa;
}
#content_news th {
    font: 130% serif;
    font-weight: bold;
    color: blue;
}
#content_sitemap {
    font: 120% serif;
    text-align: justify;
    float: left;
    padding: 0 2% 0 2%;
    width: 96%;
    background-color: #aaa;
}
#content_sitemap em {
    font-size: 1.2em;
    font-weight: normal;
}
#content_sitemap a {
    font: 130% serif;
    font-weight: bold;
    display: block;
    /*width: 600px;*/
}
/* *******************************  Footer *********************************** */
#footer {
    float: left;
    width: 100%;
    background-color: #396;
    font-size: 1.4em;
    font-family: Arial, Verdana, sans-serif;
}
#footerl1 {
    float: left;
}
#footerl2 {
    float: right;
}
#footerl3 {
    text-align: center;
    list-style: none;
}
/* *******************************  Code highlighting *********************************** */
.hll { background-color: #ffffcc }
.c { color: #909090; font-style: italic } /* Comment */
.err { border: 1px solid #FF0000 } /* Error */
.k { color: #008000; font-weight: bold } /* Keyword */
.o { color: #666666 } /* Operator */
.ch { color: #408080; font-style: italic } /* Comment.Hashbang */
.cm { color: #408080; font-style: italic } /* Comment.Multiline */
.cp { color: #BC7A00 } /* Comment.Preproc */
.cpf { color: #408080; font-style: italic } /* Comment.PreprocFile */
.c1 { color: #909090; font-style: italic } /* Comment.Single  orig #408080*/
.cs { color: #909090; font-style: italic } /* Comment.Special */
.gd { color: #A00000 } /* Generic.Deleted */
.ge { font-style: italic } /* Generic.Emph */
.gr { color: #FF0000 } /* Generic.Error */
.gh { color: #000080; font-weight: bold } /* Generic.Heading */
.gi { color: #00A000 } /* Generic.Inserted */
.go { color: #888888 } /* Generic.Output */
.gp { color: #000080; font-weight: bold } /* Generic.Prompt */
.gs { font-weight: bold } /* Generic.Strong */
.gu { color: #800080; font-weight: bold } /* Generic.Subheading */
.gt { color: #0044DD } /* Generic.Traceback */
.kc { color: #008000; font-weight: bold } /* Keyword.Constant */
.kd { color: #008000; font-weight: bold } /* Keyword.Declaration */
.kn { color: #008000; font-weight: bold } /* Keyword.Namespace */
.kp { color: #008000 } /* Keyword.Pseudo */
.kr { color: #008000; font-weight: bold } /* Keyword.Reserved */
.kt { color: #B00040 } /* Keyword.Type */
.m { color: #666666 } /* Literal.Number */
.s { color: #BA2121 } /* Literal.String */
.na { color: #7D9029 } /* Name.Attribute */
.nb { color: #008000 } /* Name.Builtin */
.nc { color: #0000FF; font-weight: bold } /* Name.Class */
.no { color: #880000 } /* Name.Constant */
.nd { color: #AA22FF } /* Name.Decorator */
.ni { color: #999999; font-weight: bold } /* Name.Entity */
.ne { color: #D2413A; font-weight: bold } /* Name.Exception */
.nf { color: #0000FF } /* Name.Function */
.nl { color: #A0A000 } /* Name.Label */
.nn { color: #0000FF; font-weight: bold } /* Name.Namespace */
.nt { color: #008000; font-weight: bold } /* Name.Tag */
.nv { color: #19177C } /* Name.Variable */
.ow { color: #AA22FF; font-weight: bold } /* Operator.Word */
.w { color: #bbbbbb } /* Text.Whitespace */
.mb { color: #666666 } /* Literal.Number.Bin */
.mf { color: #666666 } /* Literal.Number.Float */
.mh { color: #666666 } /* Literal.Number.Hex */
.mi { color: #666666 } /* Literal.Number.Integer */
.mo { color: #666666 } /* Literal.Number.Oct */
.sb { color: #BA2121 } /* Literal.String.Backtick */
.sc { color: #BA2121 } /* Literal.String.Char */
.sd { color: #BA2121; font-style: italic } /* Literal.String.Doc */
.s2 { color: #BA2121 } /* Literal.String.Double */
.se { color: #BB6622; font-weight: bold } /* Literal.String.Escape */
.sh { color: #BA2121 } /* Literal.String.Heredoc */
.si { color: #BB6688; font-weight: bold } /* Literal.String.Interpol */
.sx { color: #008000 } /* Literal.String.Other */
.sr { color: #BB6688 } /* Literal.String.Regex */
.s1 { color: #BA2121 } /* Literal.String.Single */
.ss { color: #19177C } /* Literal.String.Symbol */
.bp { color: #008000 } /* Name.Builtin.Pseudo */
.vc { color: #19177C } /* Name.Variable.Class */
.vg { color: #19177C } /* Name.Variable.Global */
.vi { color: #19177C } /* Name.Variable.Instance */
.il { color: #666666 } /* Literal.Number.Integer.Long */
