/* Farben der Homepage */
.Gelb, a:hover
{
	color: #ffcc35;
}
	
.Blau, *
{
	color: #333399;
}
	
.Rot, a
{
	color: #FF3300;
}
	
.Beige
{
	color: #FFF5C8;
}

.Beige2
{
	color: #ffcc99;
}



/*    */
a {
	text-decoration: none;
	font-weight: bold;
}


body, table, p, ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
}


body {
	margin-top: 10px;
	margin-left: 10px;
	background-color: #FFF5C8;
}

ul {
	font-weight: normal;
	list-style-image: url(images/ListenpunktKleinMitSchatten.gif);
	list-style-position: outside;
	list-style-type: disc;
	margin-top: 5px;
}

li {
	margin-bottom: 5px;
}

h1
{
	font-size: 24px;
	font-weight: bold;
	margin: 0px 0px 15px 0px;
}

h2
{
	font-size: 15px;
	font-weight: bold;
	/*font-style: italic;*/
	margin: 10px 0px 0px 0px;
}


caption {
	font-size: 1.2em;
}

.Border {
	border: 1px solid #333366;
}

.SeminarArt
{
	font-size: 18px;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
}

.liCaption {
	list-style-type: none;
	list-style-image: url(none);
	font-weight: bold;
	
}


.ulGedankenkreisMitSchatten {
	list-style-image: url(images/GedankenkreisMitSchatten.gif);

}

.ulPfeilMitSchatten {
	list-style-image: url(images/PfeilMitSchatten.gif);

}

.ulKleinMitSchatten {
	list-style-image: url(images/ListenpunktKleinMitSchatten.gif);

}

.ULBLAUBIG {

	list-style-image: url(images/ListenpunktBlau.gif);
}

.tableUL {
	margin-bottom: 25px;
	margin-top: 10px;
}

.nodisplay
{
	display: none;
}

.InfoBox
{
	border: 1 solid black;
	padding-left: 10px;
	padding-right: 10px;
}




#SeminarInfo {
	background-color: #ffcc99;
	border: 1px #333399 solid;
	margin-bottom: 10px;
}

#SeminarInfo table{
	border: 0px;
}

#SeminarInfo tr{
	vertical-align: top;
}

#SeminarInfo .FirstCol {
	font-weight: bold;
	/*font-style: italic;*/
}

#SeminarInfo .SecondCol {
}


#Fragen {
	text-align: left;
}
