/* Farben:
   #004080 = dunkelblau
   #7F9FBF = hellblau
   #CCCCCC = Hintergrund-grau, Searchbar-grau
   #F2F2F2 = hellgrau
   #FFFFFF = Hintergrund-weiß
*/

/****** Gemeinsame Definitionen von body bis p ********/

* {
  font-family:Arial,Helvetica,sans-serif;
  line-height:1.4em;
}

body {
  background-color:#cccccc;
  margin:0px 13px;
  font-size:75%;
}

table {
  overflow:hidden;
  table-layout:fixed;
  border-style:none;
  border-collapse:collapse;
  padding:0px;
  margin:0px;
  font-size:100%;
}

tr {
  padding:0px;
  margin:0px;
  font-size:100%;
}

td {
  vertical-align:top;
  padding:0px;
  margin:0px;
  font-size:100%;
}

p {
  margin-bottom:3pt;
  margin-top:0pt;
  font-size:100%;
}

img {
  border:0px;
}

input {
  font-family:Arial,Helvetica,sans-serif;
}

textarea {
  font-family:'Courier New',Courier,monospace;
  font-size:100%;
}

/****** Klassen ***************************************/

table.main {
  width:100%;
}

table.sidebar {
  width:185px; /* so auch in main_screen! */
}

td.content {
  padding-left:16px;
  padding-right:14px;
}

/****** Formatvorlagen im Content *********************/

td.content h1 {
  color:#004080;
  font-size:150%;
  margin-top:0.3em;
  margin-bottom:0.5em;
}

td.content h2 {
  font-size:117%;
  margin-top:1.0em;
  margin-bottom:0.3em;
}

td.content h3 {
  font-size:100%;
  margin-top:0.5em;
  margin-bottom:0.3em;
}

td.footer p {
  margin-bottom:0.2em;
  margin-top:0.1em;
}

td.content p {
/*  color:green; */
}

/****** Links *****************************************/

a {
  font-size:100%;
}

a:link {
  color:#004080;
  text-decoration:none;
}

a:visited {
  color:#004080;
  text-decoration:none;
}

a:hover {
  color:#004080;
  text-decoration:underline;
}

.anchor {
  color:#004080;
}

/****** Elemente der "main"-Struktur ******************/

tr#row1 {
  height:13px;
}

tr#row2 {
  height:9px;
  background-color:#004080;
}

tr#row3 {
  height:76px;
  background-color:#004080;
}

tr#row4 {
  vertical-align:middle;
  height:20px;
  background-color:#7F9FBF;
}

td#linkbar-on-top {
  text-align:right;
  vertical-align:middle;
  padding-right:9px;
  font-size:100%;
}

td#linkbar-on-top a {
  color:#000000;
}

td.suchfeld {
  background-color:#CCCCCC;
  vertical-align:middle;
  text-align:center;
}

input#suchfeld {
  width:89px;
  height:18px;
  font-size:11px;
}

input#suchbutton {
  width:16px;
  height:10px;
}

td#bearbeiten {
  text-align:center;
  vertical-align:middle;
}

tr#row5 {
  height:9px;
}

.breadcrumbs {
  background-color:#F2F2F2;
  font-size:87%;
  font-style:italic;
  vertical-align:middle;
}

.breadcrumbstd {
  background-color:#F2F2F2;
}

td#cell5-5 {
  background-color:#CCCCCC;
  vertical-align:bottom;
  text-align:left;
}

tr#row6 {
  height:11px;
}

tr#row10 {
  height:20px;
  background-color:#ffffff;
}

tr#row20 {
  height:13px;
}

tr.main {
  background-color:#ffffff;
  vertical-align:top;
  text-align:justify;
  
}

/****** Elemente der "sidebar"-Struktur ***************/

.sidebar-title {
  background-color:#7F9FBF;
  height:20px;
  color:#ffffff;
  font-weight:bold;
}

.sidebar-title a {
  color:#ffffff;
}

.sidebar-body {
  background-color:#F2F2F2;
  padding:3px 0px;
}

.sidebar-footer {
  background-color:#ffffff;
  height:20px;
}

/****** Weitere Formatvorlagen ************************/

.input_caption {
  font-size:80%;
  color:#808080;
}

td.menuitem {
  vertical-align:baseline;
}

.m_e1 {
  font-weight:bold;
}

.m_e2 {
}

.footer {
  font-size:87%;
  text-align:center;
  padding-top:5px;
}

/****** Formatvorlagen nur für bestimmte Unterseiten ************************/

.steckbrief {
  border-collapse:collapse;
  table-layout:auto;
  width:100%;
  max-width:755px;
}

.steckbrief_links {
  border-width:2px;
  border-color:#F2F2F2;
  border-style:solid none solid solid;
  font-weight:bold;
  width:150px;
  padding:1px 2px;
}

.steckbrief_rechts {
  border-width:2px;
  border-color:#F2F2F2;
  border-style:solid solid solid none;
/*  width:60%; */
  max-width:600px
  padding:1px 2px;
}


/****** Formatvorlagen nur für das Forum ************************/


blockquote {
  font-family: Arial,Helvetica,sans-serif;
  color: #000000;
  background-color: #FFFFFF;
  font-size: 100%;
  border: 1px solid #7F9FBF;
  margin: 5px 30px 5px 30px;
  padding: 5px 10px 5px 10px;
}

.quote {
  font-family:courier, serif;
  color: #000000;
  background-color: #FFFFFF;
  font-size: 100%;
  border: 1px dotted #000000;
  margin: 5px 5px 5px 5px;
  padding: 5px 10px 5px 10px;
}


.formelem {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 100%;
  color: #000000;
  background-color: #fafafa;
  border-top-color: #eaeaea;
  border-top-style: solid;
  border-top-width: 1px;
  border-left-color: #eaeaea;
  border-left-style: solid;
  border-left-width: 1px;
  border-bottom-color: #cacaca;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-right-color: #cacaca;
  border-right-style: solid;
  border-right-width: 1px;
}

div.preview {
  font-family: Arial,Helvetica,sans-serif;
  color: #000000;
  background-color: #ffffff;
  font-size: 100%;
  width:80%;
  margin-left:auto;
  margin-right:auto;
  border:1px dashed #000000;
  padding:10px;
}


a.asmall:active, a.asmall:link, a.asmall:visited {
  font-family: Arial,Helvetica,sans-serif;
  color: #0B3087;
  background-color: transparent;
  font-size: 100%;
  text-decoration: none;
}

a.asmall:hover {
  font-family: Arial,Helvetica,sans-serif;
  color: #004080;
  background-color: transparent;
  font-size: 100%;
  text-decoration: none;
}

a.asmallb:active, a.asmallb:link, a.asmallb:visited {
  font-family: Arial,Helvetica,sans-serif;
  font-weight: bold;
  color: #004080;
  background-color: transparent;
  font-size: 100%;
  text-decoration: none
}

a.asmallb:hover {
  font-family: Arial,Helvetica,sans-serif;
  font-weight: bold;
  color: #004080;
  background-color: transparent;
  font-size: 100%;
  text-decoration: none;
}


a.nolink:active, a.nolink:link, a.nolink:visited, a.nolink.hover {
  font-family: Arial,Helvetica,sans-serif;
  color: #004080;
  background-color: transparent;
  text-decoration:none;
}


.headertable {
  border: 1px solid #FFFFFF;
}

.headerpanel1 {
  border-top-color: #fafafa;
  border-top-style: solid;
  border-top-width: 1px;
  border-left-color: #fafafa;
  border-left-style: solid;
  border-left-width: 1px;
  border-bottom-color: #cacaca;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  height: 50px;
  font-size: 100%;
  font-weight: bold;
  color: #000000;
  text-align: left;
}

.headerpanel2 {
  border-top-color: #fafafa;
  border-top-style: solid;
  border-top-width: 1px;
  border-left-color: #fafafa;
  border-left-style: solid;
  border-left-width: 1px;
  /*
  border-bottom-color: #cacaca;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  */
  font-size: 100%;
  font-weight: bold;
  color: #000000;
  text-align: right;
}

.ftable {
  border-top-color: #cacaca;
  border-right-color: #cacaca;
  border-bottom-color: #cacaca;
  border-left-color: #cacaca;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  font-size: 100%;
}

.cell3d {
  border-top-color: #FFFFFF;
  border-top-style: solid;
  border-top-width: 1px;
  border-right-color: #cacaca;
  border-right-style: solid;
  border-right-width: 1px;
  border-bottom-color: #cacaca;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.shadelight {
  border: 1px outset #FFFFFF;
  color: #000000;
  background-color: #ffffff;
  margin-top: -1em;
  margin-bottom: -1em;
}

.shadedark {
  border: 1px outset  #FFFFFF;
  color: #000000;
  background-color: #fafafa;
  margin-top: -1em;
  margin-bottom: -1em;  

}

.shadedarker {
  border: 1px outset #7F9FBF;
  color: #000000;
  background-color: #eaeaea;
  margin-top: -1em;
  margin-bottom: -1em; 
}

.manualident {
  padding-left: 15px;
  padding-right: 15px;
}

.small {
  font-size: 100%;
}

.ff {
  background-color:#F2F2F2;
  font-size:100%;
  vertical-align:middle;
}

/* SCREEN */
@media screen {

#photo-previous {
        float: left;
        font-size: 8pt;
        text-decoration: none;
}

#photo-next {
        float: right;
        font-size: 8pt;
        text-decoration: none;
}

#photo-sizes {
        margin: 0;
        padding: 1em 0;
        list-style: none;
        text-align: center;
        display: block;
}

#photo-sizes li {
        margin: 0;
        padding: 0;
        display: inline;
}

#photo-sizes a {
        background-color: rgb(210,210,210);
        border: 1px solid #555;
        text-decoration: none;
        margin: 0;
        padding: 0.3em 1em;
}

#photo-sizes a.photo-current {
        background-color: rgb(230,230,230);
}

#photo-sizes a:hover {
        background-color: rgb(190,190,190);
}

#photo-ziplink {
        padding: 1em 0;
        text-align: center;
        clear: left;
}

#photo-ziplink a {
        background-color: rgb(210,210,210);
        border: 1px solid #555;
        text-decoration: none;
        margin: 0;
        padding: 0.3em 1em;
}

} /* SCREEN END */

#photo-properties {
        border-collapse: collapse;
        margin: 0.1em auto;
        white-space: nowrap;
        border: 1px solid rgb(190,190,190);
        width: 80%;
}
#photo-properties th {
        text-align: right;
        width:25%;
        margin: 0;
        vertical-align:top;
        padding: 2px;
        border: 1px solid rgb(190,190,190);
}

#photo-properties td {
        text-align: left;
        width:75%;
        margin: 0;
        vertical-align:top;
        padding: 2px;
        border: 1px solid rgb(190,190,190);
}

#photo-title {
        text-align: center;
}

#photo {
        text-align: center;
        border: none;
}

#photo-thumbnails a {
        display: block;
        float:left;
        width: 130px;
        height: 158px;
        margin: 2px;
        text-align:center;
        border: 1px solid black;
        text-decoration: none;
        font-size: 8pt;
        color: black;
}
#photo-thumbnails .thumbtitle {
        display: block;
        background-color: #fff;
}
#photo-thumbnails .thumbpicture {
        display: block;
        width: 128px;
        height: 128px;
        margin: 1px;
}

#photo-thumbnails img {
        border: none;
}

#photo-thumbnails .thumbfolder {
        display: block;
        width: 48px;
        height: 52px;
        margin: 1px;
        padding: 30px 40px 46px 40px;
        border: none;
}