/*
	StyleSheet fuer
	Alfred Tomesch
	
	design by: online-info service gmbh
*/
body {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
}

input { 
	border-right: thin dotted #DCD1B8; 
	border-left: thin dotted #DCD1B8; 
	border-top: thin dotted #DCD1B8; 
	border-bottom: thin dotted #DCD1B8; 
	}
	
textarea { 
	border-right: thin dotted #DCD1B8; 
	border-left: thin dotted #DCD1B8; 
	border-top: thin dotted #DCD1B8; 
	border-bottom: thin dotted #DCD1B8;
	background: #FFFFFF;
	}

A:LINK {
	color: #244399;
	text-decoration: underline;
}

A:VISITED {
	color: #172C64;
	text-decoration: underline;
}

A:HOVER {
	color: #244399;
	text-decoration: underline overline;
}


H1{
	font-family : Arial, Helvetica, Verdana, sans-serif;
	font-size : 14px;
	font-weight: bold;
}

TD {
	font-family : Arial, Helvetica, Verdana, sans-serif;
	font-size : 12px;
}

TD.english {
	font-family : Arial, Helvetica, Verdana, sans-serif;
	font-size : 12px;
	text-align: right;
	background-color: #F6F6F6;
}

