a:link {
	text-decoration:none;
	font-size: 13px;	
	color: #444444;	
}
a:hover {
	text-decoration:none;	
	font-size: 13px;
	color: #444444;		
}
a:visited {  
	text-decoration:none;
	font-size: 13px;
	color: #444444;		
}


/*##############################################################
#
#   HTML-Tags
#
##############################################################*/

body {
	margin-top: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
}

td {
	font-size: 13px;
}

p {
	margin-top:0px; 
	margin-bottom:0px;
}

form {
	margin-top:0px; 
	margin-bottom:0px;
}

/*##############################################################
#
#   Kopf-Teil
#
##############################################################*/

.tdHead {

}

/* Menüüberschriften */
.MenuTitle {

}

/*##############################################################
#
#   Horizonteles Menü und Suche
#
##############################################################*/

.tdMenu {
	vertical-align: top;
	height: 20px;		
}

.Table_Menu1{
	width: 100%;
}

.Table_Menu2{
	width: 95%;
}

.MenuInput{
}

/* Menüpunkte horizontale Leiste über dem Hauptfeld  */
.MenuItem {
	vertical-align: top;
	align: center;
	width: 75px;
}

.Language {
}

/*##############################################################
#
#   Vertikale Menüs links und rechts
#
##############################################################*/

.tdNavLinks {
	vertical-align: top;
	width: 200px;
}

.tdNavRechts {
	vertical-align: top;
	width: 180px;
}

.Table_NavLinks{
	width: 100%;
}

.Table_NavRechts{
	align: left;
	width: 150px;
}

.NavInput{
}

/* Navigationspunkte vertikale Leiste am linken und rechten Bildschirmrand */
.NavHead {
	font-size: 15px;
}

.NavItem {

}

.NavItem2 {
	text-indent: 20px;
}

.Space{
	margin-bottom:12px; 
}

#LinkSection{
}

/*##############################################################
#
#   Hauptanzeige
#
##############################################################*/

.tdMain {
	vertical-align: top;
	width: 600px;
}

.MainTable {
	width: 600;
	align: center;
}

.SubTitle {
	font-weight: bold;
}

.TextField {
}

.Bold {
	font-weight: bold;
}

.SubmitButton {
	margin-top:10px; 
	align: center;
}

/* Bildunterschriften in der Übersicht */
.ShortInfo {

}

/* Bildbeschreibungen in der Detailansicht */
.DetailInfo {

}

/* Text in Formularen */
.Formular {

}

/* Normaler Text */
.Text {

}

/* Fehler Text */
.Fehler {
	font-weight: bold;
	color: #CC0000;	
}