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

/* Hiding warning for non css-enabled browsers */
.hide { 
     display: none }


/* 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;

	padding-bottom: 2px;
	margin-bottom: .7em;

	border-bottom: 1px solid #444444;	
}

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

	color: #444444;
	background: white;

	padding-bottom: 2px;
	margin-bottom: .7em;

	border-bottom: 1px solid #444444;	
}

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

	color: #444444;
	background: white;

	padding-bottom: 2px;
	margin-bottom: .7em;

	border-bottom: 1px solid #444444;	

	font-style:italic;
}


/* colors */

body {
	background: white;
}


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

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

a:visited {
	color:#600000; /*#8e0800;*/
	background: transparent;

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

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

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



/* Some default spacings */
#main p, ul, table {
	margin-top: .4em;
	margin-bottom: .8em;
}

#main li{ margin-left:1em;}


/* The main layout */

html {
 	 margin: 0em;
}




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

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

	border-top: 1px solid #777777;

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

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

}

#footer p {

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

	padding: 0; 
	margin:0;

	text-align: right;
}


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

#footer .item:first-child
{ 
  padding:0;
 }

#footer .item 
{
 
  padding: 0 1em 0 0;

}





/* Basic indentation */

#main table, #main ul, #main ol {

/*	background: green; */

	margin-left:0;
	padding:0;	
}

#main p {
/*	background: blue;*/

          margin-left:0;
          padding:0;
          padding-right:1em; /* abstand vom scrollbalken */
}

#main ul {
	list-style-image:url(/images/list-bullet.png); 
           }


/* Helper classes */
#main p.graybox {
	padding: .3em;
	background: #eee;
}

.large {
	font-size: 150%;
}

.center {
	text-align: center;
}

.space-left {
	margin-left:2em;
}

.space-right {
	margin-right:2em;
}

.left {
	position:relative;
	right:0;

	text-align: left;
}

.center {

	text-align: center;
}

.right {
	position:relative;
	right:0; left:0;


	text-align: right;
}

.red { 
       color:#660000;
}


#main .line-top
{ 
  border-top:1px solid #9a001d; 
 }


#main .float-left
{ 
  float: left;
  margin-right: 1em;
 }

/* Tabellenformate*/
#main table
{ 
  empty-cells: show;
  border-collapse:collapse;
  border-spacing: 0px;
  margin-right:.5em;
}

#main td
{
  vertical-align:top;
 }
/* Tabellenformate für listing tabellen*/

table.list td.underline { 
           padding:3px;
           vertical-align:top;
           border-bottom:1px solid #9a001d;
           }


table.list th.hl 
{
  border-collapse: collapse;
  border: 2px solid white; 

  color:#9a001d; 
  background-color: #bbb;

  text-align:left;
  font-size:10pt;

  padding: .3em;

/*  border-bottom:1px solid #9a001d; 
  border-left:1px solid #9a001d; 
  */
}

/*table.list th.hl a:link, table.list th.hl a:visited, table.list th.hl a:active
{
  color:#ffffff;     Linkfarbe in Tabellenköpfen 
}   
*/

table.list td.rh 
{
  border-collapse: collapse;
  border: 2px solid white; 

  background-color: #ddd; 
  color:#000000; 

  font-weight: bold;
  vertical-align:top;
}
 
table.list td.br 
{
  border-collapse: collapse;
  border: 2px solid white; 

  background-color:#fff; color:#000;
  vertical-align:top;
  border:none;
} 

/*
table.list td:first-child, table.list th:first-child

{ 
  border-right:1px solid #9a001d; 
  border-left: none;

 }
*/

table.list td
{ 
  border-collapse: collapse;
  border: 2px solid white; 

  background-color: #ededed;
 
  padding: .3em;

 }


.newsdate 
{
  color: #660000;
  font-weight: bold;
  margin-right: 1em;
  }


/*#main td {background-color:#fcdcce;font-size:10pt;font-family:Helvetica,Arial,sans-serif;}*/
