/* 
    Document   : general
    Created on : Jan 23, 2009, 5:08:50 PM
    Author     : ron
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/


body {
    /*  text-align:center;  */
	padding: 0;
	background-color: #0f0f0f ;
	margin: 0;
	font:12px tahoma, arial, verdana, sans-serif;
    height:100%;
}

#sideBar{
    float:left;
    width:10%;
    height:200%;
    background-color:#181818;
}

#simpleViewerContainer {
    margin-top:50px;
    margin-left:200px;
    /**margin-top:30%;*/
    /**margin-right:1%;*/
    background-color:black;
}

#simpleViewerPortfolio{
    overflow:hidden;
    margin-top:50px;
    height:100%;
    width:auto;
    /**margin-top:30%;*/
    /**margin-right:1%;*/
    background-color:black;
}
#leftDynamicContent a {
    font-size:medium;
    /*  margin-left:-50px;  */
    font-family:Tahoma, cursive, serif;
    color:#666666 ;
    /**margin-top:30%;*/
    /**margin-right:1%;*/
    background-color:transparent;
}

#titel{
    font-size:2.2em;
    /*  font-family:cursive;    */
    margin-top:8%;
    margin-left:50px;
    font-family: Tahoma, cursive, serif;
    color:#9f5300;
}
#leftDynamicContent{
    font-size:medium;
    /*  margin-top:50px;    */
    /*  margin-left:50px;   */
    margin-top:40px;
    margin-left:50px;
    width:238px;
    font-family:Tahoma, cursive, serif;
    color:#666666 ;
}
#leftDynamicContent p{
    font-size:10pt;
}
#languagebutton{
    position:fixed;
    padding-bottom:50px;
    padding-left:-50px;
    border:none;
}

#leftDynamicContent h1{
    font-weight:bold;
    font-size:inherit;
    color:#999999;
}

#languagebutton .button a {
	width: 60px;
    margin: 4px;
    height: 30px;
    width: 30px;
	color: black;
    border: 1px #333333 solid;
    background-color: #ababab;
    display: block;
}

#rightImageLocation {
position: absolute;
margin: 0 10em;
left: 240px;
/*left:0px;*/
top: 100px;
}

#rightImageLocation a img{
    border-style:none;
}
#button .button a:hover {
    background-color: #c5bdbb;
    display: block;
}

#footer{
    position:absolute;
    margin-top:200px;
    margin-left:50px;
	font-size: 10px;
    color:#666666;
}
