/*** general start ***/
body {
    height: 100%;
    margin: 0;
    padding: 0;
}

body, td, pre {
font-family: Arial, sans-serif;
font-size: 11pt;
    color: #444444;
}

h1 {
    font-size: 150%;
    border-bottom: 1px solid #241e1a;
    margin-top: 20px;
    color: #241e1a;
}

h2 {
    font-size: 130%;
    border-bottom: 1px solid #241e1a;
    margin-top: 20px;
    color: #241e1a;
}

h3 {
    font-size: 110%;
    margin-top: 20px;
    color: #241e1a;
}

h4 {
    font-size: 100%;
    margin-top: 20px;
    color: #241e1a;
}

h5 {
    font-size: 100%;
    margin-top: 20px;
    color: #241e1a;
}

h6 {
    font-size: 100%;
    margin-top: 20px;
    color: #241e1a;
}

a, a:visited {
    color: #241e1a;
}

a:hover {
    color: #33302e;
}

hr {
    border: #CCCCCC 1px solid;
}

td p {
    margin: 2px;
}

img {
    border: 0;
}

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

#topbar {
    position: relative;
}

#main {
    position: relative;
    width: 940px;
    min-height: 400px;
}

#main-border-middle {
    position: relative;
}

#main-border-middle-repeat {
    position: absolute;
    left: 0;
    top: 10px;
    bottom: 0;
    width: 100%;
}

#admin {
    overflow: hidden;
    text-align: right;
    padding-top: 8px;
}

#admin a, #admin a:visited, #admin a:hover {
    text-decoration: none;
    color: #000000;
    padding: 7px;
}

#footer {
    padding: 2px 20px;
}

.clear {
    clear: both;
}

p {
    margin: 9px 0;
    padding: 0;
}

#header, #topbar, #main, #footer, #left, #center, #right {
    overflow: hidden;    
}
/*** general end***/

#left {
    float: left;
}

#center {
    float: left;
}

#right {
    float: left;
}

#header, #topbar, #main, #footer{
    margin: 0 10px;
}

#left .sidebar-content {
    padding: 10px;
}

.content {
    padding: 10px 20px;
}

#right .sidebar-content {
    padding: 10px;
}

#header-border-top, #header-border-bottom,
#topbar-border-top, #topbar-border-bottom,
#main-border-top, #main-border-bottom,
#footer-border-top, #footer-border-bottom {
    height: 10px;
}
#topbar, #footer {
    background: #e78174;
}

#navigation-1 {
    float: left;
    line-height: 2.5em;
    padding: 0 15px;
    margin: 0;
    vertical-align: middle;
    font-weight: bold;
}

#navigation-1 li {
    display: inline;
    padding: 0 10px;
}

#navigation-1 li a {
    color: white;
}

#navigation-1 li a:hover, #navigation-1 li.selected a {
    color: #670c01;
}

.navigation a {
    text-decoration: none !important;
}

#navigation-2 li a {
    display: block;
}

#navigation-2 {
    margin: 30px 0 20px 0;
    padding: 0;
    border-top: 1px solid #670c01;
}

#navigation-2.empty-entry{
    border-top: none;
}

#navigation-2 li a {
    display: block;
    list-style: none;
    border-bottom: 1px solid #670c01;
}

#navigation-2.empty-entry li a {
    border-bottom: none;
}

#navigation-2 li a {
    padding: 5px 0 5px 25px;
    color: #ce1902;
    background: #f5cac5;
}

#navigation-2 li.selected a {
    color: #ce1902;
    background: #e78174;
}

#navigation-2 li.active a, #navigation-2 li a:hover {
    color: #f5cac5;
    background: #ce1902;
}

#navigation-2 #navigation-3 li a {
    padding: 2px 0 2px 40px;
    font-size: 90%;
    color: #ce1902;
    background: #f5cac5;
}

#navigation-2 #navigation-3 li.selected a {
    color: #ce1902;
    background: #e78174;
}

#navigation-2 #navigation-3 li.active a, #navigation-2 #navigation-3 li a:hover {
    color: #f5cac5;
    background: #ce1902;
}

#navigation-3 {
    padding: 0;
    margin-left: 0;
}

.admin-links {
    float: right;
    font-size: 80%;
    line-height: 3em;
    margin: 0;
    padding: 0 15px;
    vertical-align: middle;
}

.admin-links a {
    padding: 6px;
    text-decoration: none !important;
    color: white;
    font-size: 80%;
}
#header-border-top, #topbar-border-top, #footer-border-top {
    background: url("../webpage/images/border/shadow_around/top-full.png") no-repeat scroll 0 0 transparent;
}

#header-border-middle, #topbar-border-middle, #footer-border-middle {
    background: url("../webpage/images/border/shadow_around/middle-repeat-full.png") repeat-y scroll 0 0 transparent;
}

#header-border-bottom, #topbar-border-bottom, #footer-border-bottom {
    background: url("../webpage/images/border/shadow_around/bottom-full.png") no-repeat scroll 0 0 transparent;
}

#main-border-top {
    background: url("../webpage/images/border/shadow_around/top-lcr.png") no-repeat scroll 0 0 transparent;
}

#main-border-middle {
    background: url("../webpage/images/border/shadow_around/middle-norepeat-lcr.png") no-repeat scroll 0 0 transparent;
}

#main-border-middle-repeat {
    background: url("../webpage/images/border/shadow_around/middle-repeat-lcr.png") repeat-y scroll 0 0 transparent;
}

#main-border-bottom {
    background: url("../webpage/images/border/shadow_around/bottom-lcr.png") no-repeat scroll 0 0 transparent;        
}

#left {
    width: 170px;
    margin-right: 10px;
}

#center {
    width: 560px;
    margin: 0 10px;
}

#right {
    width: 170px;
    margin-left: 10px;
}

#main-background-left {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 170px;
    z-index:-1;
}

#main-background-center {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 190px;
    width: 560px;
    z-index:-1;
}

#main-background-right {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 770px;
    width: 170px;
    z-index:-1;
}
#main-background-left, #main-background-center, #main-background-right {
    background: white;
}
#main-separator-1, #main-separator-2 {
    display: none;
}
#header {
	background: url('swiss tanz kopf 85.png') no-repeat;
	height: 172px;
}

#header-club-logo {
	display: none;
}

#header-club-name {
	display: none;
}

body {
	background: #f7f4f2 url('Hintergrund 300x300 doppel weiss gespiegelt.png') ;
}

