/*------------------------------------------------------

    CSS styles for kinolom.
    copyright 2009 tim kaiser, www.freemee.de

------------------------------------------------------*/


/* BASIC Styles */

html{ padding-bottom: 100px;}

body{
    font-size: 11px;
    line-height: 12px;
    font-family: Georgia, serif;
    color: gray;
}

img {border: none}

h3{
    margin: 0px; 
    padding: 0px; 
    font-size: 18px; 
    line-height: 24px;
}

hr{
    padding: 0px;
    margin: 2px;
    color: gray;
    border: 0;
    border-top: 1px solid gray; 
    height: 1px;
}

a{
    color: gray;
    text-decoration: none;
}

.blue:hover{
    color: white;
    background-color: #2db9f3;
}

.gray{color: gray;}


/* vita */
#vital{
    position: absolute;
    top: 0px;
    left: 0px;
    border-left: 1px solid #2db9f3;
    padding-left: 5px;
    margin-left: 0px;
    padding-bottom: 97px;
    line-height: 13px;
}

#vital b{
    padding-left: 2px;
    padding-right: 3px;
    color: white;
    background-color: #2db9f3;
}

table{
    position: relative;
}

td{
    vertical-align: top;
    padding-bottom: 5px;
}


/* contact */
#contact_info p{
    margin-bottom: 10px;
}
#contact_info{
    line-height: 12px;
    padding-left: 10px;
    border-left: 1px solid #2db9f3;
    padding-bottom: 70px;
    padding-top: 3px;
    margin-top: 0px;
    border-top: 1px solid white;
}
#contact_info a:hover{
    background-color: #2db9f3;
    color: white;
}
.head_contact{
    width: 68px;
    background-color: #2db9f3;
    color: white;  
}
#contact_info .adress{
    padding-top: 3px;
    padding-bottom: 10px;
}


/* kino */

/* div that contains the embed */
#mov_container{
    position: absolute;
    top: 0px;
    left: 0px;
    padding: 25px;
    padding-bottom: 65px;
    text-align: center;
    z-index: 2;
    display: none;
    border-left: 1px solid #2db9f3;
}
/* BG shade while playing mov's */
#movBG{
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: white;
    height: 100%;
    width: 100%;
    z-index: 1;
    display: none;
}

/* video thumbnail & link */
.movitem{
    float: left;
    padding-left: 12px;
    padding-bottom: 0px;
    margin-bottom: 25px;
    margin-right: 25px;
    border: 0px solid silver;
    border-right: 0px double silver;
    border-bottom: 0px solid silver;
    border-left: 1px solid #2db9f3;
    font-size: xx-small;
}
.movitem:hover{
    color: #2db9f3 !important;
}

.movitem img:hover{
    filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}

.hvlog{
    position: relative;
}

.closeMov{
    position: absolute;
    top: 550px;
    left: 23px;
    width: 20px;
    height: 20px;
    cursor: pointer;
    display: none;
    z-index: 99;
    text-align: center;
    font-size: xx-small;
    color: #2db9f3;
}



/* the projekt IMG crossfade styles */
#imgContainer{
    top: 0px;
    left: 150px;
    width: 635px;
    height: 250px;
}

#leftImg{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 315px;
    height: 250px;
    padding: 0px;  
    margin: 0px;
    overflow: hidden;
}

#rightImg{
    position: absolute;
    top: 0px;
    left: 315px;
    width: 315px;
    height: 250px;
    padding: 0px;  
    margin:  0px;
    overflow: hidden;
}
#rightImg #leftImg{ font-size: xx-small; color: silver;}

/* end crossfadestyles */



/* globals */

/* centered den spass */
#container{
    width: 800px;
    height: 600px;
    border: 0px dotted silver;
    margin-left: auto;
    margin-right: auto;
    margin-top: 60px;
    padding-right: 150px; 
}

#inner_content{
    position: relative;
    top: 0px;
    left: 0px;
    height: 600px;
}
#content{
    position: absolute;
    top: 0px;
    left: 170px;
    width: 670px;
    height: 650px;
    overflow: hidden;
}


/* projects */

#txtContainer{  
    position: relative;  
    width: 630px;
    float: left;
    line-height: 13px;
}

#leftTxt{
    position: absolute;
    top: 80px;
    left: 0px;
    width: 300px;
}
    #leftTxt_content{
        overflow: hidden;
    }
    #leftTxt_more{
        padding-top: 9px;
        width: 300px;
        height: 22px;
        position: relative;
        float: left;
        background-color: white;
        cursor: pointer;
    }

#rightTxt{
    position: absolute;
    top: 80px;
    left: 330px;
    width: 300px;
    white-space: inherit;
}
    #rightTxt_content{
        overflow: hidden;
    }
        
    #rightTxt_more{
        padding-top: 9px;
        width: 300px;
        height: 20px;
        position: relative;
        float: left;
        background-color: white;
        cursor: pointer;
    }

#headline{
    width: 633px;
    height: 30px;
    font-size: 18px;
    line-height: 18px;
    margin-left: 0px;
    margin-top: 8px;
    font-family: Times, serif;
}

.head_link{
    position: absolute;
    top: 15px;
    left: 590px;
    width: 100px;
    font-size: 9px;
    line-height: 9px !important;
    float: right;
    margin-right: 3px;
}

.head_link a:hover{
    color: #2db9f3;
    text-decoration: underline;
}

#sidebar_container{
    position: relative;
    height: 600px;
    width: 130px;
}

#sidebar{
    position: fixed !important;
    height: 600px;
    margin-left: 0px;
    width: 130px;
}


/* the navigation -------------------------------------- */

#navi{
    position: relative;
    line-height: 13px !important;
    padding-right: 0px;
    top: 40px;
    text-align: right;
    color: #2db9f3;
    font: 10px Arial, sans-serif;
    text-transform: uppercase;
    z-index: 4;
}

#projects_navi a{
    color: #2db9f3;
}
    
#navi a:hover{
    background-color: #2db9f3;
    color: white;
}

#logo{
    position: absolute;
    top: 0px;
    left: 0px;
    margin-left: 9px;
    width: 120px;
    height: 26px;
    background: url(../art/kinolom.jpg);
    background-position: right;
    z-index: 4;
}

#lang{
    position: absolute;
    top: 627px;
    left: 51px;
    font: 9px Arial, sans-serif;
}



