/* Allgemeine Textdarstellung */

p {
    text-align: justify;
}

h1 {
    font-size:1.5em;
    text-align:left;
    font-weight: bold;
}

h2 {
    font-size:1.3em;
    text-align:left;
    font-weight: bold;
}

h3 {
    font-size:1.1em;
    font-weight:600;
    text-align:left;
}

a {
    color: #942957;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}

/* ************************* */
/* Seitengestaltung */

body {
    background-color: #ffffff;
    color: #000000;
    padding:0px;
    border:0px;
    margin: 0 auto;
    font-family: Arial;
    font-size: 10pt;
    text-align: center;
}

/* ************************* */
/* Design 2.0 */

div#page {
    margin: 0 auto;
    text-align: left;
    width: 774px;
}

div#bottom {
    clear: both;
}

div#content {
    padding-top:10px;
    padding-left:180px;
    padding-right: 10px;
}
div#content[class] {
    width: 580px;
}
* html * div#content {
    position: relative;
}

/* Bildersequenz */
div.seq {
    width: 150px;
    height: 146px;
    border: solid 4px #942957;
    border-left: none;
}
div.seq#seq1 {
    background-image: url(images/FSeq2.png);
    float:right;
    border-left: solid 4px #942957;
}
div.seq#seq2 {
    background-image: url(images/FSeq3.png);
    float:right;
}
div.seq#seq3 {
    background-image: url(images/FSeq5.png);
    float:right;
}
div.seq#seq4 {
    background-image: url(images/FSeq6.png);
    float:right;
}
div.seq#seq5 {
    background-image: url(images/FSeq8.png);
    float:right;
}

/* Seitenueberschrift */
div#title {
    border: solid 4px #942957;
    border-top: none;
    background-color: #ffffff;
    color: #000000;
    text-align: center;
    vertical-align: middle;
    font-family: Arial;
    font-size: 30pt;
}
span#feldenkrais {
    color: #942957;
    font-weight: 900;
}
span#feldenkrais sup {
    font-size: 15pt;
}
span#methode {
    color: #942957;
    font-weight: 100;
}

/* Menue */

ul#menu {
    margin: 0px;
    padding: 0px;
    float: left;
    list-style: none;
}

ul#menu li {
    background-color: #942957;
    padding: 2px;
    margin: 0px;
    margin-top: 2px;
    text-align: center;
    vertical-align: middle;
    font-size: 10pt;
    width: 150px;
}

ul#menu li a {
    color: white;
    display: block;
    font-weight: bold;
    padding-left: 5px;
    padding-right: 5px;
    text-decoration: none;
}
ul#menu li a:hover {
    background-color: white;
    color: #942957;
    font-style: italic;
}
ul#menu li a.selected {
    background-color: white;
    color: #942957;
}

ul#menu li ul {
    background-color: #942957;
    padding: 0px;
    list-style: none;
}

ul#menu li ul li {
    background-color: #942957;
    margin: 0px;
    padding: 0px;
    padding-top: 2px;
    text-align: center;
    vertical-align: middle;
    font-size: 10pt;
    display: block;
    width: 150px;
}
ul#menu li ul li a {
    background-color: #bb6666;
    margin: 0px;
}

/* Logo */
ul#menu li#logo {
    background: white url(images/logo.png) no-repeat center;
    width: 150px;
    height: 100px;
    border: none;
}

/* Impressum Link */
ul#menu li#impressum {
    background: white;
    border: none;
    color: #942957;
}
ul#menu li#impressum a#impressumlink {
    font-size: 0.7em;
    color: #942957;
}
ul#menu li#impressum a#impressumlink:hover {
    background: white;
    border: none;
    color: #942957;    
}

/* Tabellen */
table tr td,
table tr th {
    font-size: 10pt;
}

table {
    border: 0px none;
    border-collapse: collapse;
    width: 100%;
}

table tr td {
    border: 1px solid #942957;
    background-color: white;
    font-size: 10pt;
}


table tr th {
    border: 1px solid #942957;
    background-color: #942957;
    font-weight: bold;
    color: #ffffff;
    white-space: nowrap;
    text-align: left;
}
table tr th a {
    color: white;
    display: block;
}
table tr th a:hover {
    font-style: italic;
    text-decoration: none;
}


table tr td.spacer {
    background-color: white;
    height: 10px;
    border: 0px none;
}

/* Browsebox */

ul.browsebox {
 list-style: none;
 text-align: center;
 padding: 0px;
 margin: 0px;
 overflow: hidden;
 text-indent: 0px;
 background-color: #942957;
 margin-bottom: 10px;
 margin-top: 10px;
}
* html * ul.browsebox {
 width: 577px;
}

ul.browsebox li {
 display: inline;
 text-align: center;
 background-color: #942957;
 padding-left: 5px;
 margin: 0px;
}
* html * ul.browsebox li {
 width: 64px;
}

ul.browsebox li a {
 width: 100%;
 height: 100%;
 color: white;
}

ul.browsebox div.empty {
    width: 0px;
    display: none;
}

ul.browsebox div.clearbox {
 clear: left;
}

ul.browsebox li.active {
 font-weight: bold;
}

/* Steuerelemente */
input,
select,
textarea {
    background-color: #ffeecc;
    border: solid 1px #bb9999;
    font-size: 10pt;
}

/* Searchbox */

div.searchbox {
 text-indent: 10pt;
}

div.searchbox input {
 margin-left: 10pt;
}

/* News */

ul.list {
    padding: 0px;
    margin: 0px;
}

ul.list li {
    border: solid 1px #942957;
    list-style: none;
    margin-bottom: 20px;
}

ul.list li h2 {
    font-size: 1em;
    background-color: #942957;
    margin: 0px;
    padding: 1px;
    color: #ffffff;
}

ul.list li h2 a {
    color: white;
}
ul.list li h2 a:hover {
    text-decoration: none;
    font-style: italic;
}

ul.list li h2 span {
    font-weight: normal;
}

ul.list li span.NewsMeta {
    font-size: 0.8em;
}

span.tt_news_Single {
       font-family: verdana;
       font-size:10pt;
}

span.tt_news_SingleDateTime {
       font-family: verdana;
       font-size:7pt;
}

span.tt_news_SingleSubheader {
       font-family: verdana;
       font-size:10pt;
       font-weight: bold;
}

span.tt_news_SingleAuthor {
       font-family: verdana;
       font-size:7pt;
}

span.tt_news_SingleLinks a{
       font-family: verdana;
       font-size: 10pt;
       text-decoration:none;
}
span.tt_news_SingleLinks a:hover {
       text-decoration:underline;
}

/* Sitemap */

table.sitemap-table {
       border: 0px none;
       border-collapse: collapse;
       width: 577px;
}
table.sitemap-table[class] {
       width: 100%;
}

table.sitemap-table tr td {
       border: 1px solid #942957;
}

table.sitemap-table tr td.sitemap-title {
       background-color: #942957;
       font-weight: 600;
       color: white;
       border-right: none;
       border-top: none;
}
table.sitemap-table tr td.sitemap-title a {
       color: white;
       display: block;
}
table.sitemap-table tr td.sitemap-title a:hover {
    text-decoration: none;
    font-style: italic;
}

table.sitemap-table tr td.sitemap-titlespace {
       width:100%;
       border: none;
}


table.sitemap-table tr td.sitemap-desc {
       background-color: white;
}

table.sitemap-table tr td.sitemap-spacer {
       height: 10px;
       background-color: white;
       border: 0px none;
}

/* Internet Explorer madness */
.csi-textpic {
    height: 1%;
}
