/* CSS for tobiasjung.net - preview */

body
{
    background-color:#333333;
    margin-left:4px;
}

h1
{
    font-family: Georgia,'Times New Roman',Times,serif;
    font-size: 22px;
    font-weight: bold;
    color: #000000;
}

h2
{
    font-family: Georgia,'Times New Roman',Times,serif;
    font-size: 18px;
    font-weight: bold;
    color: #000000;
}

h3
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: bold;
    color: #000000;
}

p,ol,ul,li,td
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    color: #000000;
}

th
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #000000;
    background-color:#999999;
}

tt
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #333399;
}

cite
{
    font-family: Georgia,Times,'Times New Roman',serif;
    font-size: 11px;
    font-weight: normal;
    font-style:italic;
    color: #000000;
}

small
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 9px;
    font-weight: normal;
    color: #000000;
}


.content
{
    background-color:#CCCCCC;
    padding-top:10px;
    padding-left:5px;
    padding-right:5px;
    width:90%;
    /* width:60ex; */
    /* margin-right: 20ex; */
    margin-bottom:0;
    border-style: dashed;
    border-color:#333333;
	border-width: thin;
    margin-left:110px;

}

/*
workaround fuer nn in .content:
    border-style: solid;
    border-color:#999999;
	border-width: 1px;
*/


.navline
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: bold;
    background-color:#999999;
    padding-left:5px;
    padding-right:5px;
    width:90%;
    /* margin-right: 20ex; */
    margin-top:0;
    border-style: dashed;
    border-color:#333333;
	border-width: thin;
    margin-left:110px;
}
    

.popcontent
{
    background-color:#CCCCCC;
    width:300px;
    padding-top:10px;
    padding-left:5px;
    padding-right:5px;
    margin-bottom:0;

}

/*
.float
{
    float:left;
    margin-right:8px;
}


.popcontent p
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 9px;
    font-weight: normal;
    color: #000000;
}
*/

a:link
{color: #3366FF; font-weight: bold; text-decoration:none;}

a:active
{color: #009999; font-weight: bold; text-decoration:none;}

a:visited
{color: #993300; font-weight: bold; text-decoration:none;}

a:hover
{color: #CC0033; font-weight: bold; text-decoration:underline;}


a.navlink:link
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    line-height:14px;
    font-weight: bold;
    color: #3333CC;
    text-decoration:none;
}
a.navlink:active
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    line-height:14px;
    font-weight: bold;
    color: #009999;
    text-decoration:none;
}
a.navlink:visited
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    line-height:14px;
    font-weight: bold;
    color: #993300;
    text-decoration:none;
}
a.navlink:hover
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    line-height:14px;
    font-weight: bold;
    color: #CC0033;
    text-decoration:underline;
}

a.nohi:link
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    line-height:14px;
    font-weight: bold;
    color: #333333;
    text-decoration:none;
}
a.nohi:active
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    line-height:14px;
    font-weight: bold;
    color: #333333;
    text-decoration:none;
}
a.nohi:visited
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    line-height:14px;
    font-weight: bold;
    color: #333333;
    text-decoration:none;
}


/* teilweise geklaut von subotnik.net  */
.ix {
    position: absolute;
    /* top: 5em; right: 0; */
    top: 89px; right: 0;
    width: 110px;
    padding-left:3px;
    padding-right:2px;
    margin-top: 4px;
    margin-right: 6px;
    background-color:#ECECEC;
    border-style: solid;
    border-color:#333333;
	border-width: 1px;
    color: #3333CC;
    }

.ixhd {
    position: absolute;
    top: 74px; right: 0;
    width: 110px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    line-height:11px;
    font-weight:bold;
    color:#000000;
    text-align:center;
    padding-left:3px;
    padding-right:2px;
    margin-top: 4px;
    margin-right: 6px;
    background-color:#999999;
    border-style: solid;
    border-color:#333333;
	border-width: 1px;
    
    }

/* bug-exploit, to exclude IE5 (both Mac and Windows) */  
    
.ix[class] {
    position: fixed;
    }
.ixhd[class] {
    position: fixed;
    }

.hdimg
{
    margin-left:110px;
}