/* special fonts */
h1 {
	font-size: 12px;
	font-weight:normal;
}


.contentsmall{
	font-size: 9px;
	line-height:12px;
}

.chinese{
		font-size: 12px;
		letter-spacing:0.2em;
}


/* links */
/* general links */
a {
	color: #34494C;
	text-decoration: underline;
}
a:hover {
	color: #F3B03D;
}
a:active {
	color: #34494C;
	text-decoration: none;
}

.txtfeld {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	width: 200px;
	height:16px;
	border: 1px solid #34494C;
}

.button{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	width:100px;
	height:24px;
}

