/*
 * 20C3 Stylesheet
 */


body {
	background-color: #ffffff;
    
	color: black;

	line-height: 150%;
	font-family: Trebuchet MS, Lucida Grande, Arial, sans-serif;

	margin-bottom: 20px;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-image: url(nan-0.4.png);
	background-position: 25px 25px;
}
 
  
a[href]:link, a[href]:visited {
	color: black;
	text-decoration: none;
}

/* MAIN LAYOUT */

div.page {
}

div.columns {
	position: relative;
}

div.infobar {
	position: fixed;
	left: 50px;
	width: 150px;
	top: 0px;
	margin-top: 190px;
}

/*<group=Submenu>*/

/* SUB MENU */

div.submenu {
	width: 150px;
}

div.submenu span {
	display:  block;
	
	padding: 4px;
	font-size: 80%;
	line-height: 120%;

	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	
	border-style: solid;
	border-width: 1px;
	border-color: #00877B;
}

div.submenu :link, div.submenu :visited {
	text-decoration: none;
	color: black;
}

div.submenu span.normal {
	background-color: inherit;
}

div.submenu span.normal:hover {
	background-color: #C2F0D2;
}

div.submenu span.selected, div.submenu span.active {

	background-color: #00877B;
	color: #fff;
	font-weight: bold;
}

/*</group>*/

/*<group=Language Selector>*/

/* LANGUAGE SELECTOR */

div.language-selector {
	width: 150px;
	margin-top: 20px;
}

div.language-selector p {
	text-align: center;
	margin: 0;
	padding: 0;
}

div.language-selector img {
	padding: 5px;
}

/*</group>*/

div.main {
	position: absolute;
	left: 250px;
	right: 20px;
	min-width: 400px;
	padding-bottom: 30px;
	top: 20px;
	height: 100%; /* To please IE6 */
}
/*<group=Menu>*/


/* Main Menu */


div.menu {
	margin: 0px;
	border-style: none;
	
	width: 600px;
}

div.menu:link, div.menu:visited {
	text-decoration: none;
}

div.menu span {

	z-index: 1;

	display:  block;
	float: left;
	
	font-size: 120%;
	padding: 10px;

	margin: 0px;
	margin-right: 10px;

	text-align: center;

	border-style: solid;
	border-bottom-style: none;

	border-width: 1px;
	border-color: #00877B;
}

div.menu span.normal {
	background-color: inherit;
}

div.menu span.normal:hover {
	background-color: #C2F0D2;
}

div.menu span.selected {
	background-color: #00877B;
	font-weight: bold;
	color: white;
}

div.menu span.active  {
	background-color: #00877B;
	font-weight: bold;
	color: #C2F0D2;
}

div.menu span.active:hover {
	color: white;
}

div.menu span.selected :link, div.menu span.active :link, div.menu span.selected :visited, div.menu span.active :visited {
	color: #000;
}

/*</group>*/
/*<group=Body>*/

/* BODY AREA */


div.body {
	clear:  both;
	margin-top: 10px;
	margin-bottom: 25px;
	height: 100%;
	min-width:  75%;
	padding: 20px;

	border-style: solid;
	border-width: 1px;
	border-color: #00877B;

	background-color: inherit;
	background-image: url(greenbar.png);
	background-repeat: repeat-x;
	border-top-style: none;
}


div.body th {
	background-color: #aa7;
}

div.body td {
	background-color: #cc8;
}

div.body a[href]:link, div.body a[href]:visited {
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	padding-bottom: 1px;
	margin-bottom: 1px;
}


div.body a[href]:hover {
	border-bottom-style: solid;
}


/*</group>*/
/*<group=Overview>*/

/* OVERVIEW BOX */

div.overview {
	display: none;
}
	
}
 
/*
div {
	border-width: 1px;
	border-style: dotted;
	border-color: red;
}

*/

/*</group>*/
/*<group=Tables>*/

/* TABLES */

table {
	border-spacing: 3px;
	font-size: 80%;
	text-align: center
}

div.body table a[href]:link, div.body table a[href]:visited {
	text-decoration: none;
	font-weight: normal;
	border-style: none;
}

div.body table a[href]:hover {
	text-decoration: underline;
	font-weight: normal;
	border-style: none;
}


/* FAHRPLAN TABLE */

table.fahrplan {
	border-width: 1px;
	border-style: solid;
	border-color: black;
	
	font-size: 80%;
}

table.fahrplan td,
table.speaker-index td,
table.event-index td {
	vertical-align: middle;
	text-align: center;
}

table.fahrplan td.col0 {
	width: 8%;
	font-size: 150%;
	vertical-align: middle;
}

table.fahrplan th {
	text-align: center;
	
	padding: 10px;
	background-color: #000;
	color: #fff;
}

table.fahrplan .col0 {
	width: 10%;
}

table.fahrplan .col1, table.fahrplan .col2, table.fahrplan .col3, table.fahrplan .col4, table.fahrplan .col5 {
	width: 18%;
}

table.fahrplan td.empty {
	background-color: #dd9;
}

table.fahrplan td.event {
	background-color: #aa7;

	border-color: #444;
	border-style: solid;
	border-width: 1px;
}


table a:hover {
	text-decoration: underline;
}

/* EVENT AND SPEAKER TABLES */

span.event-id {
	color: black;
	background-color: white;
	padding: 2px;
	margin: 2px;
	font-size: x-large;
	border: 1px solid black;
	float: right;
}


table.speaker-index,
table.speaker,
table.event-index,
table.event {
	border-width: 1px;
	border-style: solid;
	border-color: black;
}

table.speaker-index td.event {
	width: 60%;
	font-size: 100%;
	text-align: left;
}

table.speaker-index td.speakers {
	width: 40%;
	font-size: 80%;
	text-align: left;
}

table.event-index td.events {
	width: 60%;
	font-size: 100%;
	text-align: left;
}

table.event-index td.speaker {
	width: 40%;
	font-size: 80%;
	text-align: left;
}

table span.event-id {
	color: black;
	background-color: white;
	padding: 2px;
	font-size: small;
	float: right;
	border: 1px solid black;
}

table a[href] span.event-id {
	text-decoration: none;
}

table  span.title {
}

table  span.subtitle {
	font-size: smaller;
	font-style: italic
}

/* FORM TABLES */

table.form {
	margin-left: auto;
	margin-right: auto;
}

table.feedback td,
table.feedback th {
	text-align: center;
	width: 20%;
}
	
/*</group>*/
/*<group=Misc>*/

/*
 * Miscellaneous
 */

img {
	border-style: none;
}

caption {
	border-width: 0px;
	border-style: solid;
	border-color: black;

	background-color: #aa7;
	font-weight: bold;
	font-size: 120%;

	margin-left: auto;
	margin-right: auto;

	padding: 5px;
	padding-left: 50px;
	padding-right: 50px;
}

th {
	border-width: 0px;
	border-style: solid;
	border-color: black;

	padding: 5px;
}

td {
	border-width: 0px;
	border-style: solid;
	border-color: black;

	padding: 5px;
}

h1, h2, h3, h4, h5, h6 {
	clear: left;
	line-height: 100%;
}

input, textarea {
	background-color: #fff;
}

input:focus, textarea:focus {
	background-color: #ff9;
}

.hidden {
	display: none;
}



p.warning {
	padding: 5px;
	margin: 5px;
	margin-left: 2em;
	margin-right: 2em;

	font-weight: bold;
	text-align: center;
	
	background-color: red;
	color: black;
}

p.motto {
	font-family: Times, serif;
	font-size:  x-large;
	font-style: italic;
	font-weight: normal;
}

/* special colouring */

ul {
	color : #2E78A7;
	text-decoration : underline;
	list-style-type: square;
}

dl.legende {
	margin-left: 3em;
}

dl.legende dt {
	clear: left;
	float: left;
	font-weight: bold;
}

dl.legende dt {
	text-align: right;
}

/* FAQ */

p.question {
	font-weight: bold;
}

p.answer {
	margin-left: 30px;
	margin-right: 30px;
}

/*</group>*/
/*<group=Floats>*/

/* FLOATS */

.floating-right {
	float: right;
	margin: 5px;
}

.floating-left {
	float: left;
	margin: 5px;
}


p.important {
	float: right;

	padding: 10px;
	margin: 20px;

	font-weight: normal;
	text-align: center;
	border-style: solid;
	border-width: 1px;
	background-color: #FAFFDD;
	font-variant: small-caps;
	font-size: 100%;
}


div.important {
	border-width: 1px;
	border-style: dotted;
	border-color: black;
	
	padding: 5px;
	margin: 5px;
	margin-left: 2em;
	margin-right: 2em;

	background-color: #6c6;
}

/*</group>*/




