/* CSS Document */

a {
    color:                          #1390d0;
    text-decoration:                none;
    font-weight:                    bold;
}

a.help:link {
    color:                          #1390d0;
    text-decoration:                none;
    font-weight:                    bold;
}

a.help:hover {
    color:                          #1390d0;
    text-decoration:                underline;
    font-weight:                    bold;
}

a.help:visited {
	  color:                        #1390d0;
    text-decoration:                none;
    font-weight:                    bold;
}


/********************************************************************/
/************* Suchergebnisse                 ***********************/
/********************************************************************/

/* Tabellenformate */

table.such_veranstaltung {
	width: 420px;
	margin-left: 5px;
}

table.such_veranstaltung td {
	height: 16px;
}

td.such_veranstaltung_name {
	font-weight: bold;
	text-align: left;
	vertical-align: top;
	font-size: 16px;
	color: #1390d0;
	border-bottom: 1px dashed #1390d0;
}

td.such_veranstaltung_label {
	width: 140px;
	vertical-align: bottom;
	text-align: left;
	font-weight: bold;
	color: #1390d0;
}

td.such_veranstaltung_angaben {
	width: 230px;
	vertical-align: top;
	text-align: left;
	font-weight: normal;
	color: #7f7f7f;
}

td.such_veranstaltung_beschreibung {
	width: 100%;
	vertical-align: top;
	text-align: left;
	font-weight: normal;
	color: #7f7f7f;
}

td.such_veranstaltung_change {
	text-align: center;
	vertical-align: top;
	font-weight: bold;
	height: 20px;
	color: #7f7f7f;
}


/* Links in Angaben */

td.such_veranstaltung_angaben a:link, td.such_veranstaltung_angaben a:visited {
	color:									#7f7f7f;
	text-decoration:				underline;
}

td.such_veranstaltung_angaben a:hover {
	color:									#7f7f7f;
	text-decoration:				none;
}

/* Link für ändern und löschen*/

td.such_veranstaltung_change a:link, td.such_veranstaltung_change a:visited {	
	color:									#7f7f7f;
	text-decoration:				underline;
}

td.such_veranstaltung_change a:hover {
	color:									#7f7f7f;
	text-decoration:				none;
}

/********************************************************************/
/************* Formular Veranstaltung ändern         ****************/
/********************************************************************/

table.aendern_veranstaltung {
	width:									460px;
	margin-top:							20px;
	margin-left:						10px;
}

table.aendern_veranstaltung textarea {
	width:									320px;
}

table.aendern_veranstaltung td {
	height:									30px;
}

td.aendern_veranstaltung_label {
	text-align:							left;
	font-weight:						bold;
	color:									#1390d0;
	width:									110px;
	vertical-align:					top;
	border-bottom:					1px dashed #a3a3a3;
	padding-top:            7px;
}

/********************************************************************/
/************* Formular Veranstaltung Neueintrag     ****************/
/********************************************************************/

table.neueintrag_veranstaltung {
	width:									430px;
	margin-top:							0px;
	margin-left:						10px;
}

table.neueintrag_veranstaltung textarea {
	width:									320px;
}

table.neueintrag_veranstaltung td {
	height:									30px;
}

td.neueintrag_veranstaltung_label {
	text-align:							left;
	font-weight:						bold;
	color:									#1390d0;
	width:									110px;
	vertical-align:					top;
	padding-top:            7px;
	border-bottom:					1px dashed #a3a3a3;
}



