body {
	background-color: #d7c9e7;
	background-image: url(../images/pagebg.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
		font-family: Tahoma;
}

.content_bg {
	background-image: url(../images/content_bg.jpg);
	background-repeat: repeat-x;
	background-color: #ad95c8;
}

.content{
	padding-right: 20px;
	padding-left: 20px;
	font-family: Tahoma;
	font-size: 12px;
	color: #ffffff;
	text-align: justify;

}

.content,table{
	
	font-family: Tahoma;
	font-size: 12px;
	color: #ffffff;
	text-align: justify;
	line-height: 19px;
}

.table2{
	
	font-family: Tahoma;
	font-size: 11px;
	color: #ffffff;

	
}

.table2 td{
padding: 5px;
	border: 1px solid #d7c9e7;
	font-size: 10px;
}

.date{
color: #735896;
text-align: center;
background-color:#d7c9e7;
font-size: 12px;
}

.class{
	text-align: center;
	background-color: #9c83b9;

	
}

.table_header {
	font-weight: bold;
	background-color: #967ab4;
	text-align: center;
	font-size: 11px;
}


.stroke{
	border: 1px solid #8361a9;
}

.caption {
	background-color: #8361a9;
	color: #f9d5fe;
	font-size: 11px;
	padding: 8px;
	width: 244px;
}

h1 {
	font-family: Tahoma;
	font-size: 18px;
	color: #f9d5fe;
	font-weight: normal;
	padding-top: 19px;
	margin: 0px;
}

h2 {
	font-family: Tahoma;
	font-size: 15px;
	color: #f9d5fe;
	font-weight: normal;
	padding-top: 0px;
	margin: 0px;
}

hr{
	   border-top: 1px solid #987bb9;
	border-bottom: 0px;
   height: 0px;
	width: 100%;
	margin-bottom:18px;
}

hr.programm{
	   border-top: 1px solid #987bb9;
	border-bottom: 0px;
   height: 0px;
	width: 100%;
	margin-bottom:0px;
	margin-top:2px;
	
}


input,textarea{
	border:1px solid #b39ecc;
	background-color: #7f5dab;
	color: #ffffff;
	width: 187px;
	font-size: 12px;
	font-family: Tahoma;
	padding: 3px;
	
}

a {
	color: #f9d5fe;
	text-decoration: none;
	text-decoration: underline;
}

a:hover {
	
	color: #ffffff;
	text-decoration: underline;
}

a.dark {
	color: #8361A9;
	text-decoration: none;
	text-decoration: underline;
}

a.dark:hover {
	
	color: #ffffff;
	text-decoration: underline;
}


.slogan {

	padding-right: 38px;}
	
#new {
	width:100%;
	height: 20px;
	background-color: #7f5dab;
	color: #f9d5fe;
	text-align: center;
	font-size: 11px;
}



