/*****************************************************************
 * 
 * Style definitions for a layered vCard.
 * @date: May-10-2009
 * @author: Karsten Rieger
 * 
 *****************************************************************/

/****************************************
 * general classes
 ****************************************/
* {
    margin: 0;    
    padding: 0;
}
body {
    background: transparent url(../img/lochblech.gif) repeat-x top left;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 12px;
}
.clear {
    clear: both;
}
#vCard {
    position: absolute;    
    z-index: 1000;
}
.panel {
    position: absolute;
    z-index: -1;
}
.panel .handle {
    position: relative;
    float: left;
}
a img, .icon {
    border: none;
    vertical-align: middle;
}
.content, .contentFrame {
    position: relative;
}
.panel .content ul {
    list-style-type: none;
}
.panel .content ul li {
    background: transparent url(../img/liBg.gif) repeat-x bottom left;
    height: 30px;
    width: 200px;
    margin: 0 0 5px 0;
}
.linkLabel {
    color: #888;
    font-style: italic;
}
/****************************************
 * left panel
 ****************************************/
#left.panel {
    height: 221px;
    width: 360px;
    background: transparent url(../img/panelLeft.png) repeat-x top left;
    left: 17px;
    float: left;
}
* html #left.panel {
    background: transparent url(../img/ie6/panelLeft.gif) repeat-x top left;
}
#left.panel .contentFrame {
    width: 210px;
    height: 186px;
    top: 13px;
    left: -33px;
    overflow: hidden;
    overflow-y: auto;
}
#left.panel .content {
    color: #888;
    top: 10px;
    float: left;
}
#left.panel .handle{
    width: 27px;
    height: 221px;
    background: transparent url(../img/reiterLeft.png) no-repeat top left;
    left: -27px;
}
* html #left.panel .handle {
    background: transparent url(../img/ie6/reiterLeft.gif) no-repeat top left;
}
#left.panel .handle a {
    width: 15px;
    height: 35px;
}
/****************************************
 * right panel
 ****************************************/
#right.panel {
    height: 221px;
    width: 360px;
    background: transparent url(../img/panelRight.png) repeat-x top left;
    right: 10px;
    float: left;
}
* html #right.panel {
  background: transparent url(../img/ie6/panelRight.gif) repeat-x top left;  
} 
   
#right.panel .contentFrame {
    width: 210px;
    height: 186px;
    top: 10px;
    float: right;
    overflow: hidden;
    overflow-y: auto;
}
#right.panel .content {
    top: 2px;
    float: right;
}
#right.panel .content h4 {
    text-align: center;
    color: #666;
    font-size: 12px;
}
#right.panel .handle{
    width: 29px;
    height: 221px;
    background: transparent url(../img/reiterRight.png) no-repeat top left;
    right: -360px;
}
* html #right.panel .handle {
    background: transparent url(../img/ie6/reiterRight.gif) no-repeat top left;
    top: -2px;
}

#right.panel .handle a {
    width: 15px;
    height: 35px;
    position: absolute;
    left: 5px;
}
#right.panel .content li {
    text-align: right;
}
/****************************************
 * bottom panel
 ****************************************/
#bottom.panel {
    height: 221px;
    width: 398px;
    background: transparent url(../img/panelBottom.png) repeat-y top left;
    /*float: left;*/
    bottom: 15px;
}
* html #bottom.panel {
    background: transparent url(../img/ie6/panelBottom.gif) repeat-y top left;
}
#bottom.panel .contentFrame {
    width: 360px;
    height: 200px;
    top: -10px;
    left: 10px;
    overflow: hidden;
    overflow-y: auto;
}
#bottom.panel .content {
    top: 10px;
    padding: 0 5px;
    color: #333;
}
* html #bottom.panel .content {
    top: 0;
}
#bottom.panel .content h4 {
    font-size: 12px;
    color: #666;
    margin: 0 0 5px 0;
}
#bottom.panel .content a {
    color: #993333;
    text-decoration: none;    
}
#bottom.panel .content a:hover{
    color: #fff;
    background-color: #993333;    
}
#bottom.panel .content cite {
    display: block;
    background-color: #aadbe6;
    border: 1px solid #888;
    padding: 2px;
    margin: 5px 0;
}
#bottom.panel .handle{
    width: 398px;
    height: 35px;
    background: transparent url(../img/reiterBottom.png) no-repeat top left;
    bottom: -221px;
}
* html #bottom.panel .handle {
    background: transparent url(../img/ie6/reiterBottom.gif) no-repeat top left;
    bottom: -236px;
}
#bottom.panel .handle a {
    width: 37px;
    height: 17px;
    float: right;
    margin: 5px 10px 0 0;
}
#bottom.panel .content ul li {
    width: 360px;
    margin-top: 10px;
}
/****************************************
 * main panel
 ****************************************/
#main.vCard {
    background: transparent url(../img/vcard.png) no-repeat top left;
    width: 392px;
    height: 227px;
    z-index: 100;
    float:left;
}
* html #main.vCard {
    background: transparent url(../img/ie6/vcard.gif) no-repeat top left;
}
#main .content {
    width: 365px;
    height: 195px;
    left: 15px;
    top: -20px;
    overflow: hidden;
}
#main .content .photo {
    float: left;
    margin: 10px 20px 0 0;
}
#main .content h3 {
    font-size: 18px;
    color: #888;
}
#inspiredBy {
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
    color: #aa8888;
}
* html #inspiredBy {
    position: relative;
    top: 20px;
}
#inspiredBy a {
    color: #666;
    text-decoration: none;
}
p.maxim {
    color: #333;
    font-size: 10px;
    margin: 5px 0 0 0;
    font-style: italic;
    line-height: 30px;
}
/****************************************
 * card title bar
 ****************************************/
.vCard .title {
    width: 380px;
    height: 36px;
    background: transparent url(../img/klemme.png) no-repeat top left;
    position: relative;
    top: -25px;
    left: 6px;
    text-align: center;
}
* html .vCard .title {
    background: transparent url(../img/ie6/klemme.gif) no-repeat top left;
}
.vCard .title .buttons ul {
    list-style-type: none;
}
.vCard .title .buttons ul li {
    float: left;    
}
.vCard .title .buttons {
    margin: 0 0 0 15px;  
}
a.button {
    display: block;
    float: left;
    width: 103px;
    height: 22px;
    color: #556e25;
    margin: 7px 2px 0 2px;
    padding: 3px 0 0 0;
    text-decoration: none;
    font-weight: bold;
}
a.button:hover {
    background: transparent url(../img/buttonShadow.gif) no-repeat top left;
    color: #fff;
}

a.button.active {
    background: transparent url(../img/buttonShadow.gif) no-repeat top left;
    color: #fff;
}
/****************************************
 * footer
 ****************************************/
#footer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100px;
    background-color: #888;
    text-align: center;
    border: 1px solid #aaa;    
}
#footer h3 {
    color: #fff;
    font-size: 10px;
}
#footer dl.browserlist dd {
    background: #ccc url(../img/liBg.gif) repeat-x center;
    margin: 2px;
}
/****************************************
 * no javascript message
 ****************************************/
#noJavascriptMessage {
    width: 203px;
    height: 90px;
    padding: 36px 5px 5px 5px;
    border: 3px solid #992222;
    background: #fff url(../img/warning.gif) no-repeat center;
    color: #ff0000;
    font-weight: bold;
    font-size: 14px;
    position: absolute;
    top: 65px;
    left: 155px;
    vertical-align: middle;
    text-align: center;
    z-index: 3000;
}
