body {
	padding: 0;
	margin: 0;
	
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	line-height: 16px;
}


/* ALLGEMEINE DEKLARATIONEN */

/* listen-formatierungen loeschen */
ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

li {
	margin: 0;
}

/* absaetze */ 
p {
	margin: 0 0 8px 0;
}

/* links */
a {
	color: #000;
}

/* kein rahmen um bilder */
img {
	border: 0;
}

/* HEADER */

#head {
display:none;

}

/* NAVIGATION */

#navigation {
display:none;

}

/* SEITENINHALT */

#content {
	position: absolute;
	top: 20px;
	left: 20px;
	width: 700px;
}

.text {
	width: 480px;
	margin: 0 0 30px 0;
}

/* seitentitel */
#content h2 {
	font-size: 20px;
	line-height: 20px;
	margin: 0 0 16px 0;
}
/* zwischentitel etc */
#content h3 {
	font-size: 12px;
	line-height: 16px;
	margin: 0 0 8px 0;
}
/* lead */
#content p.lead {
	font-weight: bold;
}
/* bild */
#content img {
	margin: 8px 0 8px 0;
}

/* INHALTE IN RECHTER SPALTE */

#rechts {
display:none;
/*
	position: absolute;
	top: 0px;
	left: 530px;
	width: 160px;
	font-size: 11px;
	line-height: 13px;
	color: #646464;*/
}

/* ueberschrift fuer rechte spalte 
#rechts h2 {
	font-size: 12px;
	line-height: 14px;
	margin: 10px 0 12px 0;
}*/

/* abstaende zwischen listenelementen 
#rechts ul li {
	margin: 0 0 10px 0;
}*/

/* hyperlinks in rechter spalte 
#rechts a {
	color: #646464;
}*/


/* PARTNER UND SPONSOREN */

/* eigenes div */
div.partner {
	margin: 30px 0 0 0;
	float: left;
	width: 100%;
}

/* weniger abstand unter ueberschrift */
div.partner h2 {
	margin-bottom: 8px;
}

/* fuer alle logo-listen */
div.partner ul li {
	float: left;
	margin: 0 25px 15px 0;
}


/* FORMATIERUNGEN FUER WORKSHOPS */

/* datum bei workshops */
p.datum {
	font-weight: bold;
	margin: 0;
}

/* uhrzeit bei workshops */
p.uhrzeit {
}

/* grosse zwischentitel im text */
#content h2.zwischentitel {
	margin: 20px 0 20px 0;
}

/* zwischentitel ohne abstand  */
#content h2.nospace {
	margin: 0;
}

/* name bei referent */
#content h3.referent {
	font-size: 12px;
	line-height: 16px;
	margin: 0 0 8px 0;
}

/* FORMATIERUNGEN FUER PROGRAMMUEBERSICHT */

/* programmuebersicht table */
table.programm_over {
	border-collapse: collapse;
	border: 1px solid  #666;
	border-left: 2px solid #666;
	border-right: 2px solid #666;
	width: 700px;
	margin: 0 0 16px 0;
}


/* zellen */
table.programm_over td {
	height: 50px;
	width: 25%;
	padding: 10px;
	margin: 0;
	border: 1px solid #666;
	text-align: center;
	font-size: 11px;
	line-height: 13px;
	font-weight: bold;
}

/* fuer spalten die rechts fetten rand haben */
table.programm_over .last {
	border-right: 2px solid #666;
}

/* nur links im table nicht fett */
table.programm_over a {
	font-weight: normal;
}

/* table spaltenueberschriften */
table.programm_over tr.head td {
	background: #999;
	color: #fff;
	padding: 0;
	margin: 0;
	height: 25px;
}

/* table spaltenueberschriften: tag */
#content table.programm_over h2 {
	font-size: 24px;
	margin: 0 0 3px 0;
	padding: 0;
	border: 0;
}

/* table spaltenueberschriften: datum*/
#content table.programm_over h3 {
	font-size: 10px;
	font-weight: normal;
	margin: 0;
	padding: 0;
	border: 0;
}


/* FORMATIERUNGEN FUER PROGRAMMDETAILS */

table.programm_details {
	border-collapse: collapse;
	border: 1px solid #666;
	width: 700px;
	margin: 0 0 32px 0;
	font-size: 11px;
	line-height: 13px;
}

/* alle zellen */
table.programm_details td { padding: 10px; }

/* legen breite fuer gesamten table fest */
table.programm_details td.programm, td.zeit { width: 12%; }
table.programm_details td.speaker, td.titel { width: 25%; }

/* kopfzeile */
table.programm_details td.head {
	background: #999;
	color: #fff;
	border: 1px solid #666;
	font-size: 16px;
	line-height: 16px;
	font-weight: normal;
}

/* spaltentitel */
table.programm_details tr.subhead td {
	background: #ccc;
	border: 1px solid #666;
	padding: 5px 10px;
	text-align: center;
}

/* pausenprogramm */
table.programm_details tr.break td {
	background: #ccc;
}



/* KONTAKT-FORMULAR */

/* form-elemente */
textarea, input, submit {
	border: 1px solid #666;
}

td.radio input {
	border: none;
}

/* submit-button */
input.submit {
	background: #666;
	color: #fff;
}

table.kontakt {
	width: 480px;
	background: #c9c9c9;
	border: 4px solid #c9c9c9;
}

table.kontakt td {
	vertical-align: top;
	padding: 4px;
	border-bottom: 4px solid #c9c9c9;
	background: #e8e8e8;	
}

table.kontakt td.lastrow {
	background: #c9c9c9;
	text-align: right;
	padding: 8px 8px 0 8px;
}

table.kontakt td.wichtig {
	font-weight: bold;
}
