/*
 * 19C3 print stylesheet
 */

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

html, body {
	background-color: white;
	color: black;

	line-height: 140%;
	font-family: "Lucida Grande", "Arial", sans-serif;

	margin-bottom: 20px;
}

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

img {
	border-style: none;
}

table {
/*	margin-left: auto;
	margin-right: auto;
*/
	width: 100%;
	border-spacing: 3px;
}

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  {
	text-shadow: 3px 3px 5px black;
}

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

h3, p {
	margin-left: 10px;
}

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

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

.hidden {
	display: none;
}

/* FLOATS */

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

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


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

	font-weight: bold;
	text-align: center;
}

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

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

p.subtitle {
	font-style: italic;
	font-weight: bold;
}

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

	background-color: #6c6;
}


/* special colouring */

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;
}


/* TABLES */

table.hotels {
	font-size: 80%;
	text-align: center
}

/* 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: 8%;
}

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

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

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

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


table.fahrplan a[href].internal {
	background-color: #aa7;
	text-decoration: none;
	font-weight: normal;

	border-color: #000;
	border-style: none;
	border-width: 1px;
	padding: 2px 4px 2px 4px;
}

table.fahrplan a[href].internal:hover {
	text-decoration: underline;
}

table.fahrplan a[href].internal:link {
	color: #000;
}

table.fahrplan a[href].internal:visited {
	color: #111;
	border-color: #111;
}





/* EVENT AND SPEAKER TABLES */


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;
}

/* PRICES TABLE */

table.prices {
	margin-left: 5em;
}

/* FORM TABLES */

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

table.feedback td,
table.feedback th {
	text-align: center;
	width: 20%;
}

/* divisions */

div.logo {
	display: none;
}


/* MAIN LAYOUT */

div.columns {
}

div.infobar {
	display: none;
}

div.main {
}

/* LANGUAGE SELECTOR */

div.language-selector {
	display: none;
}

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

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


/* SUB MENU */

div.submenu {
	display: none;
}

div.submenu div {
	padding: 5px;
	font-size: 120%;
	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: black;
}

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

div.submenu div.normal {
	background-color: #eec;
}

div.submenu div.normal:hover {
	background-color: #ffe;

}

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

	background-color: #aa7;
	color: #fff;
	font-weight: bold;
}


/* MAIN MENU */

div.menu {
	margin-left: 0px;
	padding-top: 0px;
	padding-bottom: 12px;
	font-size: 150%;
	border-style: none;
	z-index: 1;
}

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

div.menu span {
	padding: 10px;

	width: 20%;
	margin: 0px;
	margin-right: 10px;

	text-align: center;

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

	border-width: 1px;
	border-color: black;
}

div.menu span.normal {
/*	background-color: #3fbfbf; */
	background-color: #44c;
}

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

div.menu span.active:hover {
	background-color: #ffe;
}

div.menu span.selected,
div.menu span.active {
	font-weight: bold;
/*
	background-color: #399;
	color: #fff;
*/
	background-color: #eec; 
}

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

/*
div.menu span.active :link,
div.menu span.active :visited {
	background-color: #399;
	color: #fff;
}

*/

/* BODY AREA */


div.body {
	margin-right: 20px;
	height: 100%;

	padding: 10px;

	border-style: solid;
	border-width: 1px;
	border-color: black;

	background-color: #eec; 
}


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

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



/* BODY LINKS */

div.body a[href] img {
}

div.body a[href]:link {
	color: #000;
	text-decoration: underline;
}

div.body a[href]:visited {
	color: #111;
	text-decoration: underline;
}

/*
div.body a[href]:hover {
	border-style: solid;
	border-width: 1px;
}

div.body a[href]:link {
	text-decoration: none;

	color: #fff;
	background-color: #aa7;

	border-color: #000;
	border-style: none;
	padding: 1px 2px 1px 2px;
}

div.body a[href]:visited {
	color: #eee;
	text-decoration: none;

	color: #fff;
	background-color: #aa7;

	border-color: #111;
	border-style: none;
	padding: 1px 2px 1px 2px;
}

*/

/*
div.body a[href].internal {
	background-color: #aa7;
	text-decoration: none;
	font-weight: normal;

	border-color: #000;
	border-style: none;
	border-width: 1px;
	padding: 2px 4px 2px 4px;
}

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

div.body a[href].internal:link {
	color: #000;

}

div.body a[href].internal:visited {
	color: #111;
	border-color: #111;
}
*/

/* OVERVIEW BOX */

div.overview {
	display: none;
}

/*

div.overview {
	float: right;
	border-style: none;
	padding: 2px;

	background-color: #339933;

	margin: 0px;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 10px;
	width: 150px;
}

div.overview div {
	font-weight: bold;
	font-size: 75%;
	background-color: #9f9;
	margin: 2px;
	padding: 2px;
	text-align: center;
	line-height: 100%;
}

div.overview div:hover {
	background-color: #66cc66;
}

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

*/