/* Globale Sitedefinitionen */
td, body {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	line-height: 16px
}

/* Pseudotags für Links */
a {
	text-decoration: underline; 
	color : #333333;
}
a:hover {
	text-decoration: none; 
} 

/* Klassendefinitionen */
.slogan {
	font : 18px;
	font-weight : bold;
	color : #FFFFFF;
}
.language {
	font : 10px;
	color : #FFFFFF;
}
.navititle {
	font : 12px;
	font-weight : bold;
	color : #FFFFFF;
}
.navitext {
	color : #CC9900;
	font-size: 12px;

}
.contenttitle {
	font : 14px;
	font-weight : bold;
}
.list {
	font : 9px;
}
.form {
	font : 12px;
}

/* Id's */
#bold {
	font-weight : bold;
}
#white {
	color : #FFFFFF;
}
