/*Main stylesheet for COLT '06 Conference */
/* Author: Nikolas List
   eMail: nlist@lmi.rub.de */

/* CSS trick to hide things from all browsers 
   that are not Netscape 4 - aka. Fabrice's Inversion (google it :) 
*/

/*/*//*/ 


/* Basic font styles */
body,h1, h2, h3, h4, p, td, li {
	font-family:Verdana,Arial,'Century Gothic',sans-serif;
	color:#000000;
	background: transparent;
}


/* Some other basics */
img {
	border: none;
}

/* font sizes */
body {
	font-weight:normal; 
	font-size:10pt;
}

h1 {
	font-weight:bold;
	font-size:16pt;

	color: #444444;
	background: white;
}

h2 {
	font-weight:bold;
	font-size:14pt;

	color: #444444;
	background: white;

}

h3 {
	font-weight:bold;
	font-size:12pt;

	color: #444444;
	background: white;

}

h4 {
	font-weight:bold;
	font-size:12pt;

	color: #444444;
	background: white;

	font-style:italic;
}


/* colors */

body {
	background: white;
}


/* Linkcolors */
a:link {
	color: #c1140a /*#c1241b*/;
	background: white;

	text-decoration:none;
	font-weight:normal;
}

a:visited {
	color: #8e0800;
	background: white;

	text-decoration:none;
	font-weight:normal;
}

a:hover, a:focus {
	text-decoration:underline;
}

a:active {
	color: black;
	background: white;
}


/* Spacing in lists */
ul {
	margin-top:0px;
	margin-bottom:0px;
}



/* The main layout */
html {
 	 margin: 1em;
}

/*div.head {
	margin:.2em; margin-top:-1em;
	padding: .5em 0;

}

div.head p {
	color: #777777;
	/*background: white*/;

	padding: 0; padding-bottom:.1em;
	margin:0; margin-bottom:.2em;

	border-bottom: 1px solid #777777;
	font-weight:bold;
}

#h1 {
	color: #c1241b;
	/*background: white*/;

	border-bottom: 1px solid #777777;
	font-size:54px;
	font-variant:small-caps;
	font-style:italic;
}*/


/* The pdf -style */
p.pdflink {
	text-align:right;
	color: #777777;
	/*background: white*/;
}

p.pdflink a {
	color: #777777;
	/*background: white*/;
}
 
/* Footer styles */
div.footer {

	border-top: 1px solid #777777;

	margin: 3em .2em .2em .2em; 
	padding: .5em 0;

	color: #777777;
	/*	background: lightgrey;*/

}

div.footer p {

	color: #777777;
	/*background: white*/;

	padding: 0; 
	margin:0;

	text-align: right;
}


div.footer a {
	color: #777777;
	/*background: white*/;
}


/* Just some basics for the menu */
a.menu {

	font-size: 13.5px;
	font-variant:small-caps;
	font-weight: bold;
}


/* Basic indentation */

div.main p, table, ul, ol {
	margin-left:2em;
}

/* Section margins */
.section, .subsection {
	margin-bottom: 1em;
	margin-top: 1.5em;
}

/* End of Fabrice's Inversion: */

/* */
