/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
        margin: 50px 70px 0 0;
        padding: 0;
        background: #ffffff url(images/img01kurz.gif) repeat-x;
        font-family: 'Noto Serif', serif;
        font-size: 11px;
        color: #333333;
}

h1, h2, h3 {
        margin: 0;
        text-transform: none;
        font-weight: normal;
        color: #3E3E3E;
}

h1 {
        font-size: 32px;
}

h2 {
        font-size: 23px;
        margin: 20px 0 10px 0;
}

h3 {
        font-size: 16px;
}

p {
        margin: 0 0 2em 0;
        line-height: 22px;
        }

p .clear {
         float: clear;
}

ul, ol {
        margin: 0 0 2em 0;
        text-align: left;
        line-height: 22px;
        font-size: 11px;
}


a:link {
        color: GrayText;
        text-decoration: none;
        font-style:italic;
}

a:hover, a:active, a:visited {
        text-decoration: none;
        color: blue;
}

img {
        border: none;
}

img.left {
        float: left;
        margin-right: 15px;
}

img.right {
        float: right;
        margin-left: 15px;
}

img.table {
        margin-right: 20px;
}

/* Page */

#page {
        width: 850px;
        margin: 0 auto;
}

/* Content */

#content {
        float: left;
        width: 575px;
        text-align: left;
}

h1, h2, h3 {
        font-weight: bold;
}

/* Post */

.post {
}

.post .title {
        margin-bottom: 20px;
        padding-top: 20px;
        padding-bottom: 5px;
        background: url(images/img03.gif) repeat-x left bottom;
        clear: both;
}

.post .entry {
}

.post .meta {
        padding: 15px 0 60px 0;
        background: url(images/img03.gif) repeat-x;
}

.post .meta p {
        margin: 0;
        line-height: normal;
        color: #999999;
}

.post .meta .byline {
        float: left;
}

#tabellenformat table {
        width: 850px;
        border-collapse: collapse;
        table-layout: fixed;
        overflow: auto;
}

#tabellenformat th, #tabellenformat td {
        padding: 2px 5px;
        text-align: left;
        vertical-align: top;
        font-weight: normal;
        border-top: thin dotted silver;
        border-bottom: thin dotted silver;
}

#tabellenformat th {
        font-style: italic;
        background-color: #f5f5f5;
}

/* Tabellenspaltenbreite */

#spalte0 {
        width: 40px;
}

#spalte1 {
        width: 80px;
}

#spalte2 {
        width: 60px;
}

#spalte3 {
        width: 60px;
}

#spalte4 {
        width: 60px;
}

#spalte5 {
        width: 60px;
}

#spalte6 {
        width: 80px;
}

#spalte7 {
        width: 80px;
}

#spalte8 {
        width: 80px;
}

#spalte9 {
        width: 300px;
}


/* Formular */

input, textarea, select {
   float: left;
   }

/* input:focus, textarea:focus, select:focus {
   background: #ddd;
} */

.neuanordnen {
   clear: both;
   float: left;
   width: 200px
   }

.formular{
  font-family: 'Noto Serif', serif;
  font-size: 11px;
  border-bottom: 1px dotted #666666;
  border-top: 0px;
  border-left: 0px;
  border-right: 1px dotted #666666;
  background-color: #E6EFBC;
}

.formular_o{
	font-family: 'Noto Serif', serif;
	font-size: 11px;
	border-bottom: 1px dotted #666666;
	border-top: 0px;
	border-left: 0px;
	border-right: 1px dotted #666666;
	background-color: /*#E0ECF8*/#E6EFBC;
}

/* Sidebar */

#sidebar {
        float: right;
        width: 195px;
        text-align: left;
}
#sidebar h1 {
        font-family: 'Carter One', cursive;
        text-transform: none;
        font-size: 28px;
        font-weight: bold;
        color: #494949;
}

#sidebar .logo {
        margin-top: -10px;
        text-transform: none;
        font-size: 12px;
        color: #A0A0A0;
}

#sidebar ul {
        margin: 0;
        padding: 0;
        list-style: none;
}

#sidebar li {
        margin-bottom: 40px;
}

#sidebar li ul {
}

#sidebar li li {
        margin: 0;
}

#sidebar h2 {
        margin-bottom: 10px;
        background: url(images/img03.gif) repeat-x left bottom;
        font-size: 16px;
        font-weight: bold
}

/* Boxes */

.box1 img{
        padding: 5px 5px 5px 5px;
        border: thin dotted Silver;
}

/* Footer */

#footer {
        padding: 50px 0 50px 0;
        background: #003448 url(images/img09.gif) repeat-x left bottom;
        }

html>body #footer {
        height: auto;
}

#legal {
        clear: both;
        padding-top: 20px;
        text-align: center;
        color: #375C69;
		font-size: 11px;
}

#legal a {
        color: #476B77;
}