/* baby css */

/*** struktur ***/

#top {
position:absolute;
width:780px;
top:0;
left:50%;
margin-left:-420px;
background-color:#fff;
min-height:100%;
padding: 0 30px;
}

#head {
margin-top:20px;
}

#titel {
margin-top: 20px;
font-size:16px;
}

#content {
width:780px;
/*background-color:#f6d8bc;*/
margin-top:30px;
color:#666;
font-size:12px;
line-height:17px;
}

#nav {
width:120px;
float: left;
margin: 56px 0 0 20px;
font-size: 14px;
}

#contcont {
width:640px;
margin-left: 140px;
padding-top:15px;
min-height:328px;
}

#footer {
font-size:13px;
position:relative;
margin-top:20px;
border-top: solid 2px #666;
padding-top:4px;
margin-bottom:30px;
}

/*** tags ***/

body {
margin:0;
background-color:#ddd;/*#f6d8bc;*/
font-family: 'Helvetica Neue', Helevetica, Arial;
color:#666;
width:100%;
height:100%;
}

a {
text-decoration: none;
color:#666;
}

/*** classes ***/

.rot {
color:rgb(193,4,53);
}

.cb {
clear: both;
height:1px;
}

.shadow {
  box-shadow: 0px 0px 10px #666;
  /*-moz-box-shadow: 0px 0px 5px #ccc;
  -webkit-box-shadow: 0px 0px 5px #ccc;*/
}

/* navigation */

.lnk {
}

a:hover {
color:rgb(193,4,53);
}

.lev2 {
margin-left:10px;
}

.hlt {
color:rgb(193,4,53);
}
.subnav {
width:120px;
}

/* übersichts modul */

.ueue {
margin-bottom:20px;
height:20px;
font-size:14px;
}

.bbsht {
position:relative;
/*height:287px;*/
float:right;
width:640px;
}

.sbb_ln {
position:relative;
margin-bottom:25px;
min-height:136px;
}

.sbb {
float:left;
width:134px;
}

.sbbt {
margin-left:34px;
float:left;
width:0;
}

.uebname {
width:134px;
text-align: center;
font-size:12px;
margin-bottom:3px;
}

.nxtbck {
font-size:13px;
height:16px;
position:relative;
left:0;
top:-15px;
}

.bbbck {
position:absolute;
top:0;
}

.bbnxt {
position:absolute;
top:0;
text-align:right;
width:100px;
margin-left:540px;
}


/* baby */

.bbd {
position:relative;
}

.bname {
width:420px;
margin:17px 0 10px;
text-align: center;
font-size:14px;
}

.bbild {
width:420px;
}

.bbild img {
width:420px;
}

.bdata {
position:absolute;
width: 200px;
right:0;
bottom:0;
/*margin:203px 20px 0 415px;*/
/*font-size: 13px;
line-height: 17px;*/
}
.dline {
position:relative;
width:200px;
}
.dlr {
position: absolute;
width:200px;
text-align: right;
top:0;
left:0;
}

.bcard {
padding: 15px 0;
font-size: 13px;
line-height: 17px;
}

/* e-card */

#ecard pre {
white-space:pre-wrap;
width:500px;
padding:9px;
border:solid 1px #666;
}
#ecard .dline {
height:20px;
margin-bottom:10px;
width:520px;
line-height:22px;
}
#ecard .dlr {
width:520px;
}
#ecard input {
border: solid 1px #666;
height:18px;
color:#666
}
#ecard textarea {
width:520px;
}
.err {
color: rgb(193,4,53);
margin-bottom: 30px;
}

/* footer */

.impressum {
position:absolute;
top:4px;
text-align:right;
width:100px;
left:680px;
}

/* tiny mce */
.Ueberschrift {
font-size:14px;
}