/*\
 * projekt.css
 * copyright (c) 2009
 * die kuenstlerwerkstatt e. v.
 * all rights reserved
\*/

/*formating*/

div.descbox {
margin: 0 0 30px 0;
line-height: 1.5em;
}

div.descbox div.head {
text-align: right;
font-weight: bold;
margin: 0;
}

div.descbox div.title {
float: left;
clear: both; /*wichtig*/
text-align: right;
font-weight: bold;
}

div.descbox div.info {
float: right
}

div.descbox div.name {
float: right;
}

div.descbox div.space {
clear: both;
margin: 0 0 30px 0
}

/*data*/

div.data {
float: left;
width: 55%;
font-size: 19px;
line-height: 1.3em;
}

div.data div.title {
width: 25%
}

div.data div.info {
width: 73.5%
}

div.data div.subtitle {
clear: both;
width: 100%;
font-size: 16px;
margin: 15px 0 0 0
}

/*creative*/

div.creative {
float: left;
width: 80%;
}

div.creative div.head {
width: 31%;
}

div.creative div.title {
width: 30%
}

div.creative div.name {
width: 69%
}

/*teamleft*/

div.teamleft {
float: left;
width: 50%;
}

div.teamleft div.head {
width: 36%;
}

div.teamleft div.title {
width: 35%
}

div.teamleft div.name {
width: 64%
}

/*teamright*/

div.teamright {
float: right;
width: 48%;
}

div.teamright div.head {
width: 36%;
}

div.teamright div.title {
width: 35%
}

div.teamright div.name {
width: 64%
}

/*single*/

div.single {
width: 49.5%
}

div.single div.head {
text-align: center;
width: 100%
}

div.single div.text {
text-align: center;
margin: 0
}

/*information*/

div.information {
margin-bottom: 20px;
padding-bottom: 20px;
}

div.information div.head {
width: 36%;
}

div.information div.title {
width: 35%
}

div.information div.info {
width: 64%
}

/*songlist*/

div.songlist {
background: url("file:///C|/Users/Shosh/AppData/Local/Temp/fz3temp-2/tanz-durch-die-welt_songlist-background.png") top center repeat-y;
margin-bottom: 15px;
}

div.descbox div.act {
text-align: center;
font-weight: bold;
letter-spacing: 5px;
color: #666;
margin: 0;
}

div.songlist div.song {
text-align: center;
font-weight: bold;
line-height: 22px;
font-size: 16px;
margin: 15px 0 0 0;
}

div.songlist div.info {
font-style: italic;
text-align: center;
line-height: 16px;
font-size: 10px;
margin: 0 0 0 0;
color: #666;
}

div.songlist div.singers {
float: left;
text-align: right;
line-height: 19px;
font-size: 13px;
margin: 0 0 0 0;
width: 49%;
}

div.songlist div.dancers {
float: right;
text-align: left;
line-height: 19px;
font-size: 13px;
margin: 0 0 0 0;
width: 49%;
}