/* classic.css 

 Cascaded stylesheet for http://jhau.maliwi.de
 
 Provides a "classic" page layout. 

 Author and copyright: Joerg Hau <joerg.hau(at)dplanet.ch>
 All rights reserved.
 
*/


body	{
	font-family: verdana,helvetica,arial;
	font-style:normal;
	font-size:0.9em;
	color:#000000;
	background-color:#ffffff;
	margin: 1em;
	}

p,pre,ol,ul,form,h3,h4,dl,table {
	margin-left:150px;
	}

p.warn {
    	font-weight:bold;
    	color:#ff0000; 
        border: solid red 1px;
        padding:0.5em;
    	}

h1,h2 {
	color: #555555;
	background-color: #ffffff;
	font-weight:bold;
	margin-top:1.1em;
	/*border-bottom: solid 3px #555555;*/
	}

h2	{
	border-bottom: solid 1px #111111;
    padding: 0.2em;
	}

h3,h4 	{
	color: #555555;
    margin-top: 1.5em;
    margin-bottom: 0.5em;
    background-color: #eeeeee;
    padding: 0.2em;
	border-left: solid 1px #111111;
	border-top: solid 1px #111111;
    }

tt,pre 	{
	font-family: mono,helvetica-Narrow,arial-Narrow,courier-new,courier;
	color:#008800;
	}
	
.hdr {
	float:left; 
  	clear:left;
  	width:150px;
  	min-width:140px;
  	max-width:150px;
  	background-color: #ffffff;
	border:none;
  	padding-right: 5px;
	}

.support {
	list-style-image:url("./sponsor.png");
	}

.ext	{
	list-style-image:url("./off.png");
	}

.int	{
	list-style-image:url("./home.png"); 
	}

a.ext:before {
	content:url("./off.png");
	}

a.mail:before {
	content:url("./mail.png");
	}

a[href^="mailto"]:hover:after { content: " > " attr(title); }

/* minimalist table style */
.minimal
	{
	font-size:0.94em;
	border-collapse:collapse;
	text-align:left;
	margin-top:1em;
	margin-bottom:2em;
	}
.minimal th
	{
	font-weight: bold;
	color: #555555;
	padding: 10px 8px;
	border-bottom: 2px solid silver;
	border-top: 2px solid silver;
	}
.minimal td
{
	border-bottom: 1px solid silver;
	color: #555555;
	padding: 6px 8px;
}
.minimal tbody tr:hover td
	{
	color: black;
	background-color:#eeeeee
	}

/* simple table style */
.simple
	{
	font-size:0.94em;
	border-collapse: collapse;
	text-align: left;
	margin-top:1em;
	margin-bottom:2em;
	border: 1px solid silver;
	}
.simple th
	{
	font-weight: bold;
	color: #555555;
	padding: 10px 8px;
	border-bottom: 2px solid silver;
	border-top: 2px solid silver;
	}
.simple td
	{
	color: #555555;
	padding: 7px 17px 7px 17px;
	}
.simple tbody tr:hover td
	{
	color: black;
	background-color:#eeeeee
	}

.footer	{
	clear: both;	
	color: #000000;
	vertical-align: top;
	font-style:normal;
	font-size:0.9em;
	padding-bottom:1em;
	}
	
.floatleft { float: left; text-align: left;}
.floatright { float: right; text-align: right; }

.hint  {
	color:#000000;
        border: solid gray 1px;
        padding:0.5em;
        /* background-color:#98fb98;*/
    	}

.floatleft { float: left; text-align: left;}
.floatright { float: right; text-align: right; }

.pfranc  {
		color:#993366;
    	}
.quote  {
    font-style:italic;
    padding:0.5em;
	border-top: solid 1px silver;
	border-bottom: solid 1px silver;
    }

hr.sep { 
		border: 0;
		color: silver;
		background-color: silver;
		height: 1px;
		width: 20%;
		text-align: left;
		margin-left:150px;
		}    	

a:link 	{ color: #0000aa; text-decoration:none }
a:visited { color: #775500; text-decoration:none }
a:hover	{ color: #0000dd; background-color:#dddddd;text-decoration:underline }


