<!--
Farben:
Blau aus dem Logo: #0090DC
Dunkelblau fuer besuchte Links: #000066
Weiss fuer Links in der Navigation und Texthintergrund: #ffffff
Dunkelrot fuer Ueberschriften und Links: #801111
-->

#kopf {
	color: #ffffff;
}

#navigation {
	float: left;
	width: 25%;
	color: #ffffff;
}

#inhalt {
	width: auto;
	margin-left: 25%;
	padding: 6px;
	background: #ffffff;
}

#inhalt-programm {
	width: 100%;
	padding: 6px;
	background: #ffffff;
}

body {
	background: #0090DC;
	color: #000000;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1em;
}

.kopf {
	color: #ffffff;
	margin-left: 25%;
}

.kasten {
	border-color: #0090DC;
	border-style: dotted;
	border-width: 2px;
	padding: 7px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}

img {
	border: 0px;
	margin: 5px;
}

h1, h2, h3, h4, h5 {
	font-weight: bold;
	margin-left: 7px;
	color: #801111;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.7e,;
}

h3 {
	font-size: 1.4em;
}

h4 {
	font-size: 1.1em;
}

h5 {
	font-size: 1em;
}

p, td {
	margin: 10px;
}

td {
	padding: 5px;
}

<!--
Tabelle fuer das Veranstaltungsprogramm
-->
.abend {
	
}

.audimax {
	
}

.design {
	
}

.pause {
	
}

.poster {
	
}

.system {
	
}

.tutorium {
	
}

.upa {
	
}

.vortrag {
	
}

.workshop {
	
}


<!--
Ende Programmtabelle
-->

<!--
Programminhalte
-->
.dummy{}

.titel {
	font-weight: bold;
	font-size: 1.1em;
	color: #801111;
}

.autoren, .moderation {
	font-weight: bold;
	color: #000066;
}


<!--
Ende Programminhalte
-->

a:link {
	color: #801111;
}

a:active, a:hover {
	color: #0090DC;
}

a:visited {
	color: #000066;
}

<!--
Navigation
-->

#menue a {
	text-decoration: none;
}

#menue a:link {
	color: #ffffff;
	text-decoration: none;
}

#menue a:visited {
	color: #000066;
	text-decoration: none;
}

#menue a:active, #menue a:hover {
	color: #801111;
	text-decoration: none;
}

#anmeldung a#linkanmeldung,
#abend a#linkabend,
#anreise a#linkanreise,
#beitrag a#linkbeitrag,
#cfp a#linkcfp,
#impressum a#linkimpressum,
#index a#linkindex,
#kmdt a#linkkmdt,
#mitgestaltung a#linkmitgestaltung,
#organisation a#linkorganisation,
#programm a#linkprogramm,
#programm-inhalte a#linkprogramm-inhalte,
#sponsoren a#linksponsoren,
#termine a#linktermine,
#upa a#linkupa,
#wettbewerb a#linkwettbewerb
{
	font-weight: bold;
	font-size: 120%;
}
