/* CSS Document */



/* ---------- ALLGEMEIN ----------  */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}


body {
	font-family: "Lucida Grande", "Lucida Sans", Verdana, "Arial", sans-serif;
	font-size: .6em;
	line-height: 1.4em;
	text-decoration: none;
	overflow-x: hidden;
}

#alles{
	left: 50%;
	margin-left: -450px;
	position: absolute;
}

#logo {
	height: 140px;
	width: 900px;
	margin-top: 30px;
	top: 0px;
	left: 0px;
	position: relative;
}

select {
	margin-top: 30px;
	width: 222px;
	margin-left: 678px;
}

#bild {
	height: 400px;
	width: 900px;
	top: 180px;
	position: absolute;
}

#liste {
	width: 900px;
	top: 100px;
	position: absolute;
	z-index: 100;
}

#unten {
	border-top: 1px dotted #888; 
	width: 901px;
	margin-top: 10px;
	position: relative;
	text-align: justify;
}

.programm {
	border-top: 1px dotted #888; 
	width: 901px;
	margin-top: 543px;
	position: relative;
}

.gross {
	font-family: "Lucida Grande", "Lucida Sans", Verdana, "Arial", sans-serif;
	font-size: 1.5em;
}

b {
	font-weight: bold;
}

.ueberschrift {
	font-family: "Lucida Grande", "Lucida Sans", Verdana, "Arial", sans-serif;
	font-size: 25px;
	width: 891px;
	border-bottom: 1px dotted #888;
	padding: 5px;
	text-align: center;
	margin-bottom: 20px;
}

.ueberschrift2 {
	font-family: "Lucida Grande", "Lucida Sans", Verdana, "Arial", sans-serif;
	font-size: 25px;
	width: 891px;
	border-bottom: 1px dotted #888;
	padding: 5px;
	text-align: center;
	margin-top: 570px;
	margin-bottom: 20px;
}

.ueberschrift3 {
	font-family: "Lucida Grande", "Lucida Sans", Verdana, "Arial", sans-serif;
	font-size: 25px;
	width: 891px;
	border-bottom: 1px dotted #888;
	padding: 5px;
	text-align: center;
	margin-top: 440px;
	margin-bottom: 20px;
}

.teilnehmercontainer {
	margin-top: 10px;
	margin-bottom: 10px;
	float: left;
	width: 14%;
}

.teilnehmername {
	padding: 5px 0 0 0;
}

#teilnehmerfotos {
	width: 901px;
}

.blocksatz {
	width: 931px;
}

.blocksatz ul li {
	display: inline;
	float: left;
	width: 14%;
	margin-bottom: 20px;
}

#impressum {
	color: #888;
	margin-top: 10px;
}

#text {
	color: #000;
	margin-top: 20px;
	width: 900px;
	text-align: justify;
}

.logos {
	margin-top: 20px;
	margin-right: 150;
}

a, a:link, a:active, a.focus, a:visited {
	text-decoration: underline;
	color: #888;	
}

a:hover {
	text-decoration: none;
	color: #888;
}


.teilnehmerlink:link, .teilnehmerlink:active, .teilnehmerlink.focus, .teilnehmerlink:visited {
	text-decoration: underline;
	color: #000;
		
}

.teilnehmerlink:hover {
	text-decoration: none;
	color: #000;
}

