BODY {
	font-family: Times,Helvetica,Arial;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	line-height: 17px;
}

A {
	color: #006633;
	text-decoration: underline;
}

IMG {
	border:0px;
}

TD {
	font-family: Times,Helvetica,Arial;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	line-height: 17px;
}

TH {
	font-family: Times,Helvetica,Arial;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	text-align:left;
	color: #990000;
	text-decoration: none;
	line-height: 17px;
}

SELECT {
    FONT-SIZE: 12px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 17px
}

INPUT {
    FONT-SIZE: 12px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 17px
}




/* Allgemein:  */


.formular {
	font-family: Times,Helvetica,Arial;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	line-height: 17px;
}

.header {
	font-family: Times,Helvetica,Arial;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #990000;
	text-decoration: none;
	line-height: 17px;
}


/* für die mit BBcode erzeugten Bereiche:   */


.bbcode_bold, .bbcode_italic, .bbcode_underline {

	font-weight: bold;
}

.bbcode_unordered_list {

}

.bbcode_ordered_list {

}

.bbcode_link, .bbcode_email {

	font_decoration: underline;
}





/* Suche im Seminarbereich:  */


.list_element {
	margin-top:10px;
}

TABLE.suche, TABLE.seminar_liste {
	width:405px;
	margin-left:0px;
}
INPUT.datum {

	width:120px;
}
INPUT.suchbegriff {

	width:300px;
}
SELECT.suchkategorie {
	width:150px;
}




/* Linkliste:   */

.link_element {
	padding-left:30px;
}
.link_header {
	margin-top:10px;
}
.link_text {
	/*margin-top:5px;*/
}

A.dir {
	color: #990000;
	text-decoration: none;
}
.link_dir,.link_dir_open {
	margin-top:10px;
	padding-left:13px;
	font-weight: bold;
	background-image: url("img_allgemein/pfeil_rechts.gif");
	background-position: bottom left;
	background-repeat: no-repeat;
	color: #990000;
}
.link_dir_open {
	background-image: url("img_allgemein/pfeil_unten.gif");
}


