/**********************/
/* Allgemein          */
/**********************/

body {
    position: absolute;
    top: 0px;
    left: 0px;
    margin: 0px;
    padding: 0px;
    width: 100%;
    text-align: center;
    background: #921104 url("/pics/body/tapete2.gif") repeat 0px 0px;
    font: 0.80em/1.4em "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
    color: #000;
}

form, div, p, h1, h2, h3, h4, ul, ol {
    margin: 0px;
    padding: 0px;
}

img { border: 0px; }

/**********************/
/* Container          */
/**********************/

#wrapper {
    width: 777px;
    text-align: left;
    margin: 10px auto;
}

#head {
    line-height: 0.1em;
}

#content {
    background: #fff;
    padding: 20px 20px;
    min-height: 300px;
}

#navi {
    margin-bottom: 1.5em;
    padding-bottom: 0.8em;
    border-bottom: 1px dotted #910;
}

.clear {
    clear: both;
    width: 0.1em;
    height: 0.1em;
    overflow: hidden;
}

.floatL {
    float: left;
}

.floatR {
    float: right;
    text-align: right;
    padding-left: 2em;
}

div.box1 {
    border-top: 0px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-left: 0px solid #ddd;
    background-color: #eee;
    padding: 5px 10px;
    margin-bottom: 1em;
}

div.box2 {
    float: left;
    width: 185px;
    margin-right: 25px;
    border-top: 0px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-left: 0px solid #ddd;
    background-color: #eee;
    padding: 10px 10px;
    margin-bottom: 1em;
}

div.sysmessage {
    border: 1px solid #910;
    padding: 5px;
    margin-bottom: 1em;
    font-weight: bold;
}

/**********************/
/* Text               */
/**********************/

h1, h2, h3 {
    font-family: "Trebuchet MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
    font-weight: normal;
    color: #910;
    line-height: 1.0em;
}

h1 { font-size: 2.0em; margin-bottom: 0.8em; }

h2 {
	font-size: 140%;
	margin-top: 2em;
	margin-bottom: 0.5em;
}

h3 { font-size: 1.4em; margin-bottom: 0.5em; }

h1 span {
    display: block;
    font-size: 0.7em;
}

h3 span {
    color: #555;
    display: block;
    font-size: 0.75em;
    font-weight: normal;
    margin-top: 3px;
}

p { margin-bottom: 1em; }
p.nomargin { margin-bottom: 0em; }

a, a:visited, a:active {
    text-decoration: underline;
    color: #910;
}

a:hover {
    color: #000;
}

/**********************/
/* Listen             */
/**********************/

#content ul {
    list-style: square outside;
}

#content ul li {
    margin-left: 1.5em;
    margin-bottom: 0.5em;
}

/**********************/
/* Navi               */
/**********************/

#navi ul li {
    list-style: none;
    display: inline;
    /*float: left;*/
    margin: 0px 10px 0px 0px;
    font-size: 100%;
}

#navi ul li a {
    /*display: block;
    width: 6em;*/
    text-decoration: none;
    text-align: center;
    font-weight: normal;
    color: #910;
    padding: 3px 10px;
    /*
    background-color: #fff;
    border-top: 0px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-left: 0px solid #ddd;
    */
}

#navi ul li a:hover, #navi ul li a:focus {
	color: #000;
}

#navi ul li a.active {
    background-color: #eee;
    font-weight: bold;
    background-color: #910;
    color: #fff;
}

/**********************/
/* Galerie            */
/**********************/

div.stripe {
    float: left;
    width: 75px;
    margin-right: 10px;
}

div.dia {
    margin-top: 5px;
    border-top: 1px solid #ddd;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    border-left: 1px solid #ddd;
    width: 68px;
    line-height: 0.1em;
}

#staffel {
    position: relative;
    z-index: 5;
    float: left;
    width: 500px;
    height: 592px;
    background: #fff url("/pics/content/staffel.jpg") no-repeat 0px 0px;
    overflow: hidden;
}

#staffel .imgh {
    position: absolute;
    z-index: 6;
    top: 97px;
    left: 50px;
}

#staffel .imgv {
    position: absolute;
    z-index: 6;
    top: 0px;
    left: 98px;
}

#staffel .staffelbox {
    position: absolute;
    width: 200px;
    background-color: #fff;
    border-top: 1px solid #eee;
    border-right: 2px solid #777;
    border-bottom: 2px solid #777;
    border-left: 1px solid #eee;
    padding: 10px;
    border-radius: 1em;
    -moz-border-radius: 1em;
}

#staffel .imgh .staffelbox { top: 290px; left: 200px; }
#staffel .imgv .staffelbox { top: 387px; left: 152px; }

/**********************/
/* Kommentare         */
/**********************/

div.commentbox {
    border-bottom: 1px dotted #555;
    margin-bottom: 15px;
    clear: both;
    display: block;
}

div.commentbox div.img {
    float: left;
    width: 60px;
}

div.commentbox div.txt {
    float: left;
    width: 650px;
}

/**********************/
/* Diverses           */
/**********************/

blockquote {
    font-style: italic;
    border: 0px;
    padding: 10px;
    margin: 0px 0px 15px 0px;
    background-color: #eee;
}

blockquote p {
    margin: 0px !important;
}

/**********************/
/* Formulare          */
/**********************/

input, select, textarea {
    font-size: 1em;
    color: #000;
    font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
}

input.form, textarea.form, .marked {
    border-top: 1px solid #eee;
    border-right: 1px solid #777;
    border-bottom: 1px solid #777;
    border-left: 1px solid #eee;
    background-color: #eee;
    width: 300px;
    padding: 2px 5px;
}

select.form { width: 310px; }

.marked { background-color: #910; color: #fff; }

input.form:focus, textarea.form:focus, select.form:focus, .marked:focus {
    background-color: #ffb;
    color: #000;
}

/* clearfix
************************************************/

div.tileA {
	float: left;
	width: 450px;
}

div.tileB {
	float: right;
	width: 270px;
}

div.tileB h2 {
	margin-top: 0;
}

address {
	font-style: normal;
}


/* clearfix
************************************************/

/* Clearfix-Methode zum Clearen der Float-Umgebungen */
.clearfix:after {
   content: ".";
   display: block;
   height: 0;
   clear: both;
   visibility: hidden;
}

/* Diese Angabe benötigt der Safari-Browser zwingend !! */
.clearfix { display: inline-block; }

/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }

.clearfix { display: block; }
/* End hide from IE-mac */