.kal_box{
width: 480px;
background-color: #fbfbfb; 
font-family: Verdana; 
font-size: 10px; 
line-height: 18px; 
text-align: justify;
}

.kal_redbox{
height: 150px; 
background-color: #c5654c; 
position: relative;
}

.kal_pic{
width: 150px; 
position: absolute; 
top: 30px; 
left: 30px; 
background-color: #fbfbfb; 
padding: 5px; 
border: 5px solid #c5654c; 
border-radius: 50%;
z-index: 900;
}

kal_name{
display: block; 
position: absolute; 
top: 45px; 
left: 175px; 
font-family: Georgia; 
font-size: 35px; 
font-style: italic; 
letter-spacing: -1px; 
color: #fbfbfb; 
z-index: 990;
}

.kal_facts{
display: block; 
width: 220px; 
position: absolute; 
left: 180px; 
text-align: center; 
height: 12px; 
line-height: 12px; 
border-top-right-radius: 40px 60px; 
border-bottom-right-radius: 40px 60px; 
background-color: #fbfbfb;
color: #332726;
letter-spacing: 1px;
font-variant: small-caps;
}

.kal_top1{top: 70px;}
.kal_top2{top: 85px;}
.kal_top3{top: 100px;}
.kal_top4{top: 115px;}
.kal_top5{top: 130px;}
.kal_top6{top: 145px; border-bottom: 2px solid #c5654c; border-right: 2px solid #c5654c;}

.kal_title{
margin-right: 20px; 
text-align: right; 
font-family: Georgia; 
font-style: italic; 
font-size: 20px; 
color: #c5654c; 
height: 14px; 
line-height: 14px; 
margin-top: 10px; 
letter-spacing: -0.5px; 
font-weight: bold;
}

.kal_textfield{
background-color: #ededed; 
margin-left: 15px; 
margin-right: 15px; 
padding: 10px; 
color: #333333; 
border-bottom: 3px solid #c5654c;
}

kal_subtitles{
display: block; 
text-align: center; 
font-family: Georgia; 
font-size: 10px; 
font-style: italic; 
letter-spacing: 1.5px; 
color: #c5654c; 
font-weight: 600;
}

.kal_smallpic{
width: 50px;
background-color: #fbfbfb;
padding: 2px;
border: 1px solid #c5654c;
}

kal_status{
display: inline-block; 
vertical-align: top; 
background-color: #c5654c; 
width: 120px; 
text-align: center; 
color: #fbfbfb; 
font-family: Georgia; 
font-size: 11px; 
font-weight: 600; 
font-style: italic; 
letter-spacing: -0.5px;
}

kal_statustf{
display: inline-block; 
width: 308px; 
background-color: #fbfbfb; 
text-align: center;
}

.kal_spoiler > input{
display: none;
}

.kal_spoiler > input + label{
display: block; 
width: 396px; 
background-color: #c5654c; 
text-align: center; 
margin-left: 17px; 
height: 10px; 
line-height: 10px; 
color: #fbfbfb;
}

.kal_spoiler > input + label + .kal_spoilerinhalt{
display: none;
}

.kal_spoiler > input:checked + label + .kal_spoilerinhalt{
display: block; 
background-color: #fbfbfb; 
width: 396px; 
margin-left: 17px; 
text-align: center; 
padding-top: 8px; 
padding-bottom: 5px;
}