/* CSS Document */

* 	
{
	margin: 0;
	padding: 0;
}

body
{
	background-color: #efefef;
	padding: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #222;
}

p
{
	line-height: 1em;
	margin: 0 20px 0 20px;
}

.einleitung
{
	line-height: 1.5em;
	margin: 10px 20px 10px 20px;
}
.einleitung img
{
	margin-right: 15px;
}

a:link
{	
	color: #CC0000;
	text-decoration: underline;	
}

a:visited
{	
	color: #333333;
	text-decoration: underline;	
}

a:hover
{	
	color: #CC0000;
	text-decoration: none;	
}

table
{
	padding-left: 20px;
	border: 0px;
	border-spacing: 10px;	
}
td
{
	vertical-align: top;	
}

#chead
{
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}

.rubheader
{
	font-size: 100%;
	font-weight:bold;
	color: #808080;
	text-align: center;
	margin-top: 40px;
	margin-bottom: 40px;
}

.datum
{
	background-color: #ffffff;
	font-weight: bold;
	margin-top: 30px;
	margin-bottom: 12px;
	border-top: solid 1px #cc0000;
	max-width: 500px;
}


.seminar
{
	padding-bottom: 9px;
	margin-left: 70px;
	padding-left: 3px;
	border-left: solid 1px #cc0000;
}

.semlink
{
	font-weight: bold;
	padding-bottom: 9px;
	margin-left: 70px;
	padding-left: 3px;
	border-left: solid 1px #cc0000;
}

.semlink a:link
{	
	color: #CC0000;
	text-decoration: underline;	
}

.semlink a:visited
{	
	color: #333333;
	text-decoration: underline;	
}

.semlink a:hover
{	
	color: #CC0000;
	text-decoration: none;	
}

.semgeb
{	
	margin-left: 70px;
	padding-left: 3px;
	border-left: solid 1px #cc0000;
}
