@charset "UTF-8";
/* CSS Document */

body {
	/*background-color: #696969; */
	background-color: #CCCCCC;
}
body, td, th {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	color: #333;
	line-height: 16px;
}
a:link {
	color: #78002E;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #78002E;
}
a:hover {
	text-decoration: none;
	color: #78002E;
}
a:active {
	text-decoration: underline;
	color: #78002E;
}
.contentTitle {
	color: #78002E;
	font-size: 12px;
	font-weight: bold;
	font-variant:small-caps;
}
.contentTitleBig {
	color: #78002E;
	font-size: 18px;
	font-weight: bold;
	font-variant:small-caps;
	line-height: 20px;
}
.contentTitleBigGrey {
	color: #333;
	font-size: 18px;
	font-weight: bold;
	font-variant:small-caps;
	line-height: 20px;
}
.footer {
	color: #FFFFFF;
	font-size: 10px;
}

/* MENU */

.menu  {
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	font-variant:small-caps;
}

.menu a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.menu a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
.menu a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
.menu a:active {
	text-decoration: none;
	color: #999999;
}

.menu_active  {
	color: #999999;
	font-size: 14px;
	font-weight: bold;
	font-variant:small-caps;
}

.menu_active a:link {
	color: #999999;
	text-decoration: none;
}
.menu_active a:visited {
	text-decoration: none;
	color: #999999;
}
.menu_active a:hover {
	text-decoration: none;
	color: #999999;
}
.menu_active a:active {
	text-decoration: none;
	color: #999999;
}


.news_seminare {
	padding-bottom: 10px;
	border-bottom:dashed #78002E 1px;
}

.input {
	background-color:#666666;
	border: 1px solid;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	color: #FFFFFF;
	padding: 2px;
}

.inputtext {
	width: 200px;
}


.SeminareTitel {
	color: #78002E;
	font-size: 14px;
	font-weight: bold;
	font-variant:small-caps;
}
.SeminareLeitungOrt {
	color: #666666;
	font-size: 12px;
	font-weight: bold;
	font-variant:small-caps;
	line-height: 15px;
}